Lluís Batlle i Rossell
89fe676bb3
Updating from trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=18878
2009-12-10 14:48:45 +00:00
Lluís Batlle i Rossell
7cae967c7c
Removing the coreutils-7.5, which were needed in armv5tel in contrast to
...
coreutils 7.6, which did not build well. The newer coreutils 8.1 work perfectly,
and we don't need to rely in older versions.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18836
2009-12-08 10:04:43 +00:00
Eelco Dolstra
20845cabfc
* Remove an unused file.
...
svn path=/nixpkgs/trunk/; revision=18810
2009-12-04 15:42:27 +00:00
Eelco Dolstra
c726012afe
* Refactoring: move most filesystem utilities / FUSE filesystems to
...
tools/filesystems. Previously they were all over the place.
svn path=/nixpkgs/trunk/; revision=18809
2009-12-04 15:39:49 +00:00
Lluís Batlle i Rossell
6fadcfbd03
Building coreutils with gmp, only because it is possible to do so.
...
I don't know the advantage, though.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18770
2009-12-02 19:34:34 +00:00
Lluís Batlle i Rossell
a3403e6828
Finishing the update from trunk, having resolved the eclipse related directory
...
renaming.
I think directory renaming breaks the usual merges... because it leaves the
'to be removed' directory in the working directory still. A manual 'rm' of the
'to be removed' directory fixed the commit.
svn merge ^/nixpkgs/trunk
svn path=/nixpkgs/branches/stdenv-updates/; revision=18661
2009-11-26 21:46:08 +00:00
Marc Weber
d0cc584711
myhasktags: new hash
...
svn path=/nixpkgs/trunk/; revision=18535
2009-11-22 21:28:28 +00:00
Michael Raskin
2b606fe313
Allow libusb in gnokii
...
svn path=/nixpkgs/trunk/; revision=18533
2009-11-22 19:28:56 +00:00
Ludovic Courtès
3548887c27
GNU Coreutils: Comment on test failures.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=18512
2009-11-22 00:22:42 +00:00
Lluís Batlle i Rossell
b27cf66ee2
argh. Bad commenting style and a commit too blind.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=18496
2009-11-20 20:29:32 +00:00
Lluís Batlle i Rossell
7748e9e964
Disabling the coreutils tests
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=18495
2009-11-20 20:28:43 +00:00
Lluís Batlle i Rossell
9effdda93b
Updating the dependencies of the new coreutils: they need perl.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=18494
2009-11-20 20:26:36 +00:00
Ludovic Courtès
40e564c87c
GNU Coreutils 8.1.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=18476
2009-11-19 22:46:45 +00:00
Lluís Batlle i Rossell
e85500987b
Merging from trunk. I had to do two manual merges, quite trivial I think.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=18472
2009-11-19 19:09:10 +00:00
Eelco Dolstra
7f5b839524
* Removed selectVersion. There's no good reason to write
...
`selectVersion ./foo "bar"' instead of `import ./foo/bar.nix'.
* Replaced `with args' with formal function arguments in several
packages.
* Renamed several files to `default.nix'. As a general rule, version
numbers should only be included in the filename when there is a
reason to keep multiple versions of a package in Nixpkgs.
Otherwise, it just makes it harder to update the package.
svn path=/nixpkgs/trunk/; revision=18403
2009-11-18 09:39:59 +00:00
Lluís Batlle i Rossell
6864119104
Updating from trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=18341
2009-11-13 19:19:34 +00:00
Eelco Dolstra
9d15a2ed67
* Grub 1.97.1.
...
svn path=/nixpkgs/trunk/; revision=18332
2009-11-12 08:58:16 +00:00
Lluís Batlle i Rossell
4b27d28701
Porting changes from stdenv-updates into this branch.
...
This comes from:
svn diff ^/nixpkgs/trunk/@18255 ^/nixpkgs/branches/stdenv-updates/ > diff
patch -p0 < diff
and then adding into svn all files new from the patch.
trunk@18255 comes from the last time I updated stdenv-updates from trunk.
svn path=/nixpkgs/stdenv-updates2/; revision=18272
2009-11-08 00:32:12 +00:00
Michael Raskin
cf707c5761
Update GNokii
...
svn path=/nixpkgs/trunk/; revision=18167
2009-11-05 22:11:15 +00:00
Ludovic Courtès
26d2ee22e2
GNU GRUB 1.97.
...
svn path=/nixpkgs/trunk/; revision=17965
2009-10-26 13:58:58 +00:00
Marc Weber
853261c5c5
typo
...
svn path=/nixpkgs/trunk/; revision=17857
2009-10-18 04:43:38 +00:00
Ludovic Courtès
40495327c5
GRUB 2: Add GNU Unifont BDF font.
...
svn path=/nixpkgs/trunk/; revision=17791
2009-10-13 21:34:54 +00:00
Eelco Dolstra
257ffc8e73
* Fix broken meta attributes.
...
svn path=/nixpkgs/trunk/; revision=17773
2009-10-13 09:39:27 +00:00
Eelco Dolstra
55ad6675dc
* Fix some packages that broke because libuuid can be null on Darwin.
...
buildDefs doesn't like buildInputs containing nulls.
* In all-packages.nix: xfsProgs -> xfsprogs, jfsUtils -> jfsutils to
match the upstream name.
svn path=/nixpkgs/trunk/; revision=17726
2009-10-08 13:07:56 +00:00
Marc Weber
6533cfe95d
debootstrap: missing patch
...
svn path=/nixpkgs/trunk/; revision=17722
2009-10-08 12:36:31 +00:00
Rob Vermaas
e7c3f330d3
added pg_top
...
svn path=/nixpkgs/trunk/; revision=17711
2009-10-08 08:53:21 +00:00
Marc Weber
5fe030ee0a
adding debootstrap (bootstrap debian in a chroot)
...
svn path=/nixpkgs/trunk/; revision=17709
2009-10-08 00:54:31 +00:00
Ludovic Courtès
4ba5d3dc6d
Add GNU GRUB 1.97~beta3 (aka. "GRUB 2").
...
svn path=/nixpkgs/trunk/; revision=17636
2009-10-04 21:39:34 +00:00
Lluís Batlle i Rossell
f55439cbf5
Fixing purity in 'man' build.
...
svn path=/nixpkgs/trunk/; revision=17409
2009-09-24 22:18:59 +00:00
Rob Vermaas
cce34a0779
* added ethtool 6
...
svn path=/nixpkgs/trunk/; revision=17346
2009-09-22 08:37:41 +00:00
Eelco Dolstra
808027219d
* Provide support for the "savedefault --once" command in the Grub
...
shell. KDE uses this to allow rebooting into a non-default
entry. To enable, do "nixos-rebuild switch --install-grub".
svn path=/nixpkgs/trunk/; revision=17341
2009-09-21 19:06:48 +00:00
Marc Weber
5f37146a97
I don't want to maintain partitionmanager right now. It fails to build on the farm ..
...
svn path=/nixpkgs/trunk/; revision=17319
2009-09-21 09:58:17 +00:00
Ludovic Courtès
ffa5a96874
GNU Parted: Don't try non-Linux platforms.
...
svn path=/nixpkgs/trunk/; revision=17226
2009-09-17 10:42:27 +00:00
Ludovic Courtès
75937c640e
GNU Parted: Don't depend on device-mapper on non-Linux platforms.
...
svn path=/nixpkgs/trunk/; revision=17216
2009-09-17 08:00:26 +00:00
Sander van der Burg
b25e2987a6
- Fixed slang so that it always finds the terminfo files
...
- Added GPM support to midnight commander
svn path=/nixpkgs/trunk/; revision=17209
2009-09-16 17:52:54 +00:00
Sander van der Burg
08b7947416
Enabled support for X11 events in midnight commander
...
svn path=/nixpkgs/trunk/; revision=17208
2009-09-16 17:26:19 +00:00
Sander van der Burg
3e69dab469
Applied some fixes to midnight commander so that it no longer displays weird characters
...
svn path=/nixpkgs/trunk/; revision=17207
2009-09-16 17:08:33 +00:00
Michael Raskin
a9dc68b1ea
Specify some obvious platform sets
...
svn path=/nixpkgs/trunk/; revision=17205
2009-09-16 15:12:24 +00:00
Michael Raskin
23e53f0d74
Limit RelFS platform set
...
svn path=/nixpkgs/trunk/; revision=17200
2009-09-16 14:53:06 +00:00
Rob Vermaas
6ddd76f095
* added gnuvd, dutch dictionary application
...
svn path=/nixpkgs/trunk/; revision=17177
2009-09-16 08:36:05 +00:00
Lluís Batlle i Rossell
da09a4e950
Adding kermit.
...
svn path=/nixpkgs/trunk/; revision=17114
2009-09-14 18:50:17 +00:00
Marc Weber
b441632f92
timidity: fix instruments also adding jack and default alsa backend
...
svn path=/nixpkgs/trunk/; revision=17029
2009-09-10 16:57:58 +00:00
Marc Weber
dab5d6463f
Adding partition manager. It builds. But it waits forever on some devices?
...
So maybe just use gparted..
svn path=/nixpkgs/trunk/; revision=17021
2009-09-10 16:57:34 +00:00
Marc Weber
50ccc55d62
removing qtparted. It didn't compile. No updates since 2005
...
svn path=/nixpkgs/trunk/; revision=17017
2009-09-10 16:57:24 +00:00
Marc Weber
7a9b9e74a5
adding gparted. qparted is no longer maintained (?)
...
svn path=/nixpkgs/trunk/; revision=17016
2009-09-10 16:57:21 +00:00
Michael Raskin
9e928bb1e9
Adding eProver to buildfarm via maintanership
...
svn path=/nixpkgs/trunk/; revision=16854
2009-08-25 08:28:08 +00:00
Lluís Batlle i Rossell
d0a9bac4c1
Making minicom use /etc instead of $out/etc for configuration files (sysconfdir).
...
I could not find how to open a given serial device without allowing minicom to write into
its sysconfdir.
svn path=/nixpkgs/trunk/; revision=16782
2009-08-19 20:19:40 +00:00
Michael Raskin
fcab7941bb
Update RelFS dependencies
...
svn path=/nixpkgs/trunk/; revision=16710
2009-08-14 06:32:18 +00:00
Eelco Dolstra
130b060d90
* GNU parted: e2fsprogs -> libuuid.
...
svn path=/nixpkgs/trunk/; revision=16694
2009-08-11 22:23:30 +00:00
Marc Weber
9b3655cef0
add hslogger-templates, parsec3, update myhasktags, fix terminfo for older ghcs
...
svn path=/nixpkgs/trunk/; revision=16482
2009-07-27 16:05:47 +00:00