Eelco Dolstra
c182d49c51
* Added the GNU `time' command.
...
svn path=/nixpkgs/trunk/; revision=8599
2007-04-20 08:50:26 +00:00
Eelco Dolstra
6837f1e465
* Updated the tfp-server-extension patch for 0.5.
...
svn path=/nixpkgs/trunk/; revision=8596
2007-04-18 20:16:06 +00:00
Eelco Dolstra
1971bb6829
* X.org server 1.2.99.905.
...
svn path=/nixpkgs/trunk/; revision=8595
2007-04-18 15:46:58 +00:00
Eelco Dolstra
a29dbccc0f
* Added the latest Intel video driver.
...
svn path=/nixpkgs/trunk/; revision=8594
2007-04-18 14:55:43 +00:00
Eelco Dolstra
ad452195a0
* Added glxinfo/glxgears.
...
svn path=/nixpkgs/trunk/; revision=8593
2007-04-18 14:21:24 +00:00
Eelco Dolstra
fc00fda363
* Added FreeGLUT.
...
svn path=/nixpkgs/trunk/; revision=8592
2007-04-18 13:47:35 +00:00
Armijn Hemel
a5864ae0a0
delete uclibc. Development is done somewhere else and this thing was outdated anyway
...
svn path=/nixpkgs/trunk/; revision=8591
2007-04-16 21:51:42 +00:00
Armijn Hemel
52cb80f235
remove cross compilers. Work is done on a seperate branch and these compilers are not functional anyway right now.
...
svn path=/nixpkgs/trunk/; revision=8587
2007-04-16 21:45:29 +00:00
Armijn Hemel
8e78cd0fb3
remove cross compilation stuff. This has moved to a different branch and is not ready for real use right now
...
svn path=/nixpkgs/trunk/; revision=8586
2007-04-16 21:35:42 +00:00
Eelco Dolstra
2261f6d265
* Revert to Splashutils 1.3.
...
svn path=/nixpkgs/trunk/; revision=8582
2007-04-16 14:20:29 +00:00
Eelco Dolstra
7523c79bb8
* Splashutils 1.4.
...
svn path=/nixpkgs/trunk/; revision=8579
2007-04-16 10:54:28 +00:00
Eelco Dolstra
8020db073a
* Linux 2.6.20.7.
...
svn path=/nixpkgs/trunk/; revision=8578
2007-04-16 10:29:24 +00:00
Eelco Dolstra
4233fcc94b
* Fix the JRE plugin test.
...
svn path=/nixpkgs/trunk/; revision=8577
2007-04-16 10:22:20 +00:00
Eelco Dolstra
0005a37b8d
* In the JDK packages, don't return false if the platform is
...
unsupported. This gives a type error ("value is a boolean while
an attribute set was expected").
svn path=/nixpkgs/trunk/; revision=8576
2007-04-16 10:07:06 +00:00
Eelco Dolstra
e317c7de41
* Some cleanup, and the autoconf259 attribute actually referred to
...
Autoconf 2.61.
svn path=/nixpkgs/trunk/; revision=8575
2007-04-15 21:23:07 +00:00
Eelco Dolstra
719112e7bb
* Add ~/bin to the PATH.
...
svn path=/nixos/trunk/; revision=8557
2007-04-10 14:18:15 +00:00
Eelco Dolstra
128e40a98c
* Wrong file name.
...
svn path=/nixos/trunk/; revision=8555
2007-04-10 14:10:45 +00:00
Eelco Dolstra
e626055170
* Linux 2.6.20.6.
...
svn path=/nixpkgs/trunk/; revision=8554
2007-04-10 11:46:09 +00:00
Eelco Dolstra
473997f01c
* Work around a bad Perl interpreter path.
...
svn path=/nixpkgs/trunk/; revision=8553
2007-04-09 23:29:00 +00:00
Eelco Dolstra
277378c2a4
* Added wpa_supplicant.
...
svn path=/nixpkgs/trunk/; revision=8552
2007-04-08 20:20:21 +00:00
Eelco Dolstra
771453ffc2
* Directory for documentation packages.
...
svn path=/nixpkgs/trunk/; revision=8551
2007-04-08 00:07:03 +00:00
Eelco Dolstra
579d1a0367
* Latest man-pages.
...
svn path=/nixpkgs/trunk/; revision=8550
2007-04-08 00:01:28 +00:00
Eelco Dolstra
84680c29f1
* Added AEFS.
...
svn path=/nixpkgs/trunk/; revision=8549
2007-04-07 23:38:01 +00:00
Eelco Dolstra
3ab4e0f17f
* Allow packages to be added to the system path like so:
...
environment = {
extraPackages = pkgs: [
pkgs.firefox
pkgs.thunderbird
];
};
This approach is often actually nicer than adding to the default
profile using nix-env, since it's declarative, and all packages
declared here will be updated automatically when you run
nixos-rebuild.
* Allow additional setuid programs to be specified in
security.extraSetuidPrograms.
svn path=/nixos/trunk/; revision=8548
2007-04-07 21:44:26 +00:00
Eelco Dolstra
6113da3ce1
* Set the permissions of /dev/fuse to 0666.
...
svn path=/nixos/trunk/; revision=8547
2007-04-07 21:41:29 +00:00
Eelco Dolstra
3833fe53c0
* Added pam_devperm.
...
svn path=/nixpkgs/trunk/; revision=8546
2007-04-07 19:29:59 +00:00
Eelco Dolstra
7efb843481
* Set a default value for $EDITOR.
...
svn path=/nixos/trunk/; revision=8545
2007-04-07 19:29:34 +00:00
Eelco Dolstra
d03cc6bcf3
* Latest Xpdf.
...
svn path=/nixpkgs/trunk/; revision=8543
2007-04-05 09:09:10 +00:00
Eelco Dolstra
174f4f2c99
* Set the console font, the keymap, and Unicode/ASCII mode.
...
svn path=/nixos/trunk/; revision=8542
2007-04-04 17:10:38 +00:00
Eelco Dolstra
464d252d55
* Set the LANG environment variable (default is en_US.UTF-8,
...
can be overriden through the system configuration).
svn path=/nixos/trunk/; revision=8541
2007-04-04 13:47:54 +00:00
Eelco Dolstra
e13247a6ae
* Added w3m to the channel.
...
svn path=/nixpkgs/trunk/; revision=8540
2007-04-04 13:26:21 +00:00
Eelco Dolstra
b6195120a4
* Add bashInteractive to the channel.
...
svn path=/nixpkgs/trunk/; revision=8539
2007-04-04 10:31:09 +00:00
Eelco Dolstra
4bb17a673c
svn path=/nixpkgs/trunk/; revision=8538
2007-04-04 09:28:08 +00:00
Eelco Dolstra
65e004b757
* Added kbd.
...
svn path=/nixpkgs/trunk/; revision=8537
2007-04-04 09:18:39 +00:00
Eelco Dolstra
a9635d3b73
* Upstart job for the CUPS daemon.
...
svn path=/nixos/trunk/; revision=8534
2007-04-02 17:31:58 +00:00
Eelco Dolstra
5298c1f4c2
* Some disgusting DESTDIR hacking to make sure that state ends up
...
under /var instead of $out/var.
svn path=/nixpkgs/trunk/; revision=8533
2007-04-02 17:30:11 +00:00
Eelco Dolstra
f5daf2b700
* Latest CUPS.
...
svn path=/nixpkgs/trunk/; revision=8532
2007-04-02 16:22:10 +00:00
Eelco Dolstra
e312a8ef64
* Start the SSH agent on X11 login.
...
svn path=/nixos/trunk/; revision=8531
2007-04-02 15:01:09 +00:00
Eelco Dolstra
3e71bd9731
* Quick hack to prevent the udev job from messing up the device
...
ownership of logged-in users.
svn path=/nixos/trunk/; revision=8530
2007-04-02 15:00:31 +00:00
Eelco Dolstra
83173f1ee9
* Added x11-ssh-askpass.
...
svn path=/nixpkgs/trunk/; revision=8529
2007-04-02 13:46:56 +00:00
Eelco Dolstra
ad6fa03dfd
* Latest strace.
...
svn path=/nixpkgs/trunk/; revision=8512
2007-03-30 14:37:53 +00:00
Eelco Dolstra
3f65f9ee55
* tty-backgrounds: declare /etc/splash properly.
...
svn path=/nixos/trunk/; revision=8507
2007-03-30 13:08:01 +00:00
Eelco Dolstra
f10a95e88e
* Refactoring: move stuff around.
...
svn path=/nixos/trunk/; revision=8506
2007-03-30 12:59:43 +00:00
Eelco Dolstra
bf92844f16
* Allow Upstart jobs to declare additional /etc files.
...
svn path=/nixos/trunk/; revision=8505
2007-03-30 12:55:09 +00:00
Eelco Dolstra
5cf236ba04
* Thsi shouldn't be here.
...
svn path=/nixos/trunk/; revision=8504
2007-03-30 12:54:42 +00:00
Eelco Dolstra
100efeeafe
* Specify the location of XKeyboard related stuff.
...
svn path=/nixos/trunk/; revision=8501
2007-03-30 12:33:42 +00:00
Eelco Dolstra
8ede3fba35
* Firefox 2.0.0.3.
...
svn path=/nixpkgs/trunk/; revision=8499
2007-03-30 07:28:38 +00:00
Eelco Dolstra
c214c7525d
* setxkbmap: add a symlink to xkeyboard-config so that it can find the
...
rules files. Maybe this should be done through an environment variable.
svn path=/nixpkgs/trunk/; revision=8496
2007-03-29 23:02:07 +00:00
Eelco Dolstra
e3d318da8b
* The X server still calls itself "xfree86" wrt the xkb rules.
...
svn path=/nixpkgs/trunk/; revision=8495
2007-03-29 22:59:30 +00:00
Eelco Dolstra
fc483e0d57
* Allow the path to xkbcomp to specified in an environment variable.
...
The X server by default looks for it under its own prefix, which
isn't right. Not being able to run xkbcomp causes the Xkb keyboard
extension to fail (which incidentally is also the reason why
Ctrl-Alt-Fn didn't work).
svn path=/nixpkgs/trunk/; revision=8494
2007-03-29 22:57:56 +00:00