Marc Weber
9a9a078ccf
Don't know wether you want to build perl and zip because of mc.. But one of
...
mc's features is beeing able to unpack on the fly. You can do that now (.zip)
svn path=/nixpkgs/trunk/; revision=10486
2008-02-03 23:33:54 +00:00
Yury G. Kudryashov
5bca69ac34
Nix-expr style review
...
Unneded args.something replaced with
args: with args;
line. After this line args is the only place where we can recieve variables from.
Also removed several
buildInputs = [];
lines.
svn path=/nixpkgs/trunk/; revision=10415
2008-01-30 17:20:48 +00:00
Eelco Dolstra
f831e0420a
* Added ms-sys, a program for writing Microsoft compatible boot records.
...
svn path=/nixpkgs/trunk/; revision=10414
2008-01-30 17:08:38 +00:00
Yury G. Kudryashov
0b15fe76ab
mc nix-expr review
...
svn path=/nixpkgs/trunk/; revision=10361
2008-01-28 19:49:59 +00:00
Michael Raskin
dac5ce6e48
Added rlwrap - readline wrapper
...
svn path=/nixpkgs/trunk/; revision=10271
2008-01-23 23:39:06 +00:00
Sander van der Burg
8c9f87cd0c
Added midnight commander package
...
svn path=/nixpkgs/trunk/; revision=10257
2008-01-23 09:58:07 +00:00
Michael Raskin
bc46eaf404
Some review of builder-defs and dependent files. No rebuild needed. Now it should be possible to override elements in builderDefs
...
svn path=/nixpkgs/trunk/; revision=10214
2008-01-18 12:36:56 +00:00
Eelco Dolstra
42e974a9fe
* Apply all patches from Gentoo.
...
svn path=/nixpkgs/trunk/; revision=10175
2008-01-16 13:26:57 +00:00
Armijn Hemel
ff0c267fb6
416 -> 418
...
* update + license change
svn path=/nixpkgs/trunk/; revision=10114
2008-01-10 21:34:09 +00:00
Eelco Dolstra
7a3501953c
* Grub: patch for splashimage support.
...
svn path=/nixpkgs/trunk/; revision=10062
2008-01-03 16:56:03 +00:00
Eelco Dolstra
1cc3c2b778
* Added Memtest86+.
...
svn path=/nixpkgs/trunk/; revision=10059
2008-01-03 15:14:37 +00:00
Armijn Hemel
e0a14721b1
update to 416
...
svn path=/nixpkgs/trunk/; revision=10033
2007-12-31 23:10:32 +00:00
Eelco Dolstra
7f91ba32ec
* file 4.23.
...
svn path=/nixpkgs/trunk/; revision=10002
2007-12-31 17:56:13 +00:00
Michael Raskin
a7fada5648
Added Firefox-3b2 (still no idea why it crashes, though), fixed updated FUSE, made relfs_grant add user if none exists
...
svn path=/nixpkgs/trunk/; revision=9967
2007-12-25 12:29:02 +00:00
Eelco Dolstra
08bf29ef70
* Added psmisc.
...
svn path=/nixpkgs/trunk/; revision=9905
2007-12-11 11:47:23 +00:00
Michael Raskin
8dd296f5db
Added Relational FS
...
svn path=/nixpkgs/trunk/; revision=9865
2007-12-06 00:32:21 +00:00
Michael Raskin
dded839300
bzip2 dependency added in a couple of places
...
svn path=/nixpkgs/trunk/; revision=9702
2007-11-16 03:45:42 +00:00
Marc Weber
a89817cba8
added small script fixing the shebang (#!/bin/...) path.
...
It searches the PATH env variable for the same executable.
svn path=/nixpkgs/trunk/; revision=9667
2007-11-14 19:07:38 +00:00
Michael Raskin
77a46300fa
Added patch from Gentoo for glibc 2.6 compatibility. It just randomly renames an inner function, so glibc 2.5-safe.
...
svn path=/nixpkgs/trunk/; revision=9441
2007-10-11 03:41:29 +00:00
Michael Raskin
c86efaec81
Added E authomated theorem prover and script eproof-tptp for TPTP syntax.
...
svn path=/nixpkgs/trunk/; revision=9418
2007-10-07 13:37:08 +00:00
Michael Raskin
2c25696b76
Returned timidity and its expression with a last-minute-fix..
...
svn path=/nixpkgs/trunk/; revision=9362
2007-09-23 16:28:56 +00:00
Marc Weber
aec8aa6ed1
sorry for the typo
...
svn path=/nixpkgs/trunk/; revision=9360
2007-09-23 15:17:30 +00:00
Marc Weber
fff189ae08
xclip added
...
svn path=/nixpkgs/trunk/; revision=9355
2007-09-21 21:40:23 +00:00
Eelco Dolstra
b1dbdd9903
* Added TestDisk, a program for fixing unbootable disks.
...
svn path=/nixpkgs/trunk/; revision=9318
2007-09-12 15:49:28 +00:00
Eelco Dolstra
544cb9cb83
* Rewrite all URLs to GNU mirrors to mirror://gnu/.
...
svn path=/nixpkgs/trunk/; revision=9201
2007-08-27 13:42:00 +00:00
Eelco Dolstra
607b0d3e80
* Rewrite all the SourceForge URLs to mirror://sourceforge/.
...
find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/ ^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done
svn path=/nixpkgs/trunk/; revision=9198
2007-08-27 13:01:33 +00:00
Eelco Dolstra
a0159dee8e
* Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl
...
URLs to http://nix.cs.uu.nl/dist/tarballs . With content-addressable
mirror support (r9190, NIXPKGS-70) this is no longer necessary:
fetchurl will try to download from that location automatically. So
we can keep the original URLs.
svn path=/nixpkgs/trunk/; revision=9192
2007-08-24 12:32:36 +00:00
Eelco Dolstra
2f21c59a3f
* Use FontForge to give Wine better fonts.
...
svn path=/nixpkgs/trunk/; revision=9181
2007-08-21 12:31:33 +00:00
Michael Raskin
8fd03a4dac
Added wvVare - tools for converting Microsoft Word formats to usable ones.
...
svn path=/nixpkgs/trunk/; revision=9152
2007-08-18 08:32:12 +00:00
Wouter den Breejen
eb1bfefa91
Fixed a /bin/echo reference
...
svn path=/nixpkgs/trunk/; revision=8995
2007-07-18 10:32:20 +00:00
Michael Raskin
42f841bcab
Added some descriptions.
...
svn path=/nixpkgs/trunk/; revision=8920
2007-06-26 11:49:45 +00:00
Michael Raskin
53b7c42a92
Added GNU units - unit conversion tool.
...
svn path=/nixpkgs/trunk/; revision=8907
2007-06-20 15:15:51 +00:00
Eelco Dolstra
eec1e8dc0e
* New xmltv.
...
svn path=/nixpkgs/trunk/; revision=8779
2007-05-27 13:23:27 +00:00
Eelco Dolstra
e85fb3ce90
* findutils updated to 4.2.30.
...
svn path=/nixpkgs/trunk/; revision=8750
2007-05-24 13:49:40 +00:00
Eelco Dolstra
1e371a927e
* coreutils updated to 6.9 (NIXPKGS-50).
...
svn path=/nixpkgs/trunk/; revision=8749
2007-05-24 13:48:47 +00:00
Armijn Hemel
aee37f4c04
update to 1.8.7:
...
* remove patch (no longer needed)
* disable readline support
svn path=/nixpkgs/trunk/; revision=8672
2007-05-13 22:43:15 +00:00
Eelco Dolstra
168a93adc5
* Delete some obsolete packages.
...
* Make sure that every package in all-packages.nix has a unique name.
Not all of them do, but there are now a few helper functions that
modify the name of a package for display purposes in nix-env (e.g.,
you get "zlib-1.2.3" and "zlib-1.2.3-static" in "nix-env -qa").
svn path=/nixpkgs/trunk/; revision=8607
2007-04-26 13:02:30 +00:00
Eelco Dolstra
c182d49c51
* Added the GNU `time' command.
...
svn path=/nixpkgs/trunk/; revision=8599
2007-04-20 08:50:26 +00:00
Eelco Dolstra
1c4dd40460
* Grub requires a 32-bit Glibc. So use the i686-linux Grub on
...
x86_64. (This fails to build unless Nix knows an i686-linux machine
or it can get the Grub binary from a channel.) Very nasty.
svn path=/nixpkgs/trunk/; revision=7757
2007-01-22 19:57:12 +00:00
Eelco Dolstra
a71003612b
* Merge SUSE's coreutils-5.0-pam-env.patch so that PAM modules can
...
pass environment variables (notably DISPLAY and XAUTHORITY) to the
child shell.
svn path=/nixpkgs/trunk/; revision=7701
2007-01-16 22:24:03 +00:00
Eelco Dolstra
4cb58da8e6
* Add a working PAM-enabled su.
...
svn path=/nixpkgs/trunk/; revision=7633
2007-01-11 15:22:59 +00:00
Eelco Dolstra
8ee3d8c97a
* Doh.
...
svn path=/nixpkgs/trunk/; revision=7593
2007-01-09 21:13:31 +00:00
Eelco Dolstra
508a0bb329
* Just call it "man".
...
svn path=/nixpkgs/trunk/; revision=7590
2007-01-09 17:24:58 +00:00
Eelco Dolstra
1d468f451e
* Search in "share/man" relative to each path in $PATH (in addition to "man").
...
svn path=/nixpkgs/trunk/; revision=7589
2007-01-09 17:09:44 +00:00
Eelco Dolstra
e28b109fc4
* Don't install setuid.
...
svn path=/nixpkgs/trunk/; revision=7588
2007-01-09 16:57:07 +00:00
Armijn Hemel
b96c1601a1
update to 1.8.1
...
svn path=/nixpkgs/trunk/; revision=7545
2007-01-06 22:07:50 +00:00
Armijn Hemel
7e41b751cb
new versions of various very important tools to keep the buildfarm busy.
...
svn path=/nixpkgs/trunk/; revision=7485
2006-12-25 23:28:35 +00:00
Armijn Hemel
c5e992c7bf
update to 4.2.29
...
svn path=/nixpkgs/trunk/; revision=7482
2006-12-25 21:09:18 +00:00
Eelco Dolstra
c37304db96
* Oops, the bootstrap tools contained an impure gzip/gunzip.
...
* To prevent this kind of thing, check that all tools are statically
linked.
* Use findutils 4.2.27, 4.2.28 doesn't build with dietlibc.
svn path=/nixpkgs/trunk/; revision=6881
2006-10-27 22:50:58 +00:00
Eelco Dolstra
3ea7d9d272
* Fix static linking in gcc.
...
* Use the coreutils in dietlibc.
* Add objdump to the binutils static tarball.
svn path=/nixpkgs/trunk/; revision=6879
2006-10-27 20:08:53 +00:00