Nikolay Amiantov
4dba792a59
rpmextract: add package
2014-10-20 03:16:24 +04:00
Eelco Dolstra
09dc132e04
Merge remote-tracking branch 'origin/master' into staging
...
Conflicts:
pkgs/development/libraries/poppler/default.nix
2014-10-16 15:16:50 +02:00
Igor Pashev
0635f1640f
atool's configure script uses bashizm
...
if test "${startperl:0:1}" = "#" ; then
startperl="\\$startperl"
fi
This results in an error:
checking for perl... /nix/store/6qvjjaywj6qf8jn9splpiz9qap01w36w-perl-5.16.3/bin/perl
./configure: 2264: ./configure.lineno: Bad substitution
builder for ‘/nix/store/nk9y51xlzsbkhswc5cpl3hkryg2xw85g-atool-0.39.0.drv’ failed with exit code 2
2014-10-09 21:59:46 +04:00
Aristid Breitkreuz
8fcdbfcd93
cromfs: update from 1.5.10.1 to 1.5.10.2
2014-10-08 20:23:24 +02:00
Eelco Dolstra
a2c7804903
Revert "gnutar: Update to 1.28"
...
This reverts commit 00c0c2a785
.
http://hydra.nixos.org/build/15653534
2014-10-07 18:38:07 +02:00
Eelco Dolstra
00c0c2a785
gnutar: Update to 1.28
2014-10-06 20:53:54 +02:00
Eelco Dolstra
cd71f7a2e6
Merge branch 'darwin-stdenv' of github.com:joelteon/nixpkgs into staging
...
Conflicts:
pkgs/development/interpreters/ruby/ruby-19.nix
pkgs/development/libraries/libc++/default.nix
pkgs/development/libraries/libc++abi/default.nix
pkgs/tools/text/sgml/opensp/default.nix
2014-09-23 11:27:53 +02:00
Joel Taylor
3e8344d334
suitable clang stdenv
2014-09-09 13:54:24 -07:00
Eelco Dolstra
42ee226184
Fix unzip setup hook
2014-09-08 22:32:37 +02:00
Vladimír Čunát
82797f98f2
Merge branch 'staging' into modular-stdenv
...
Conflicts:
pkgs/development/interpreters/perl/5.10/setup-hook.sh
pkgs/development/interpreters/perl/5.8/setup-hook.sh
pkgs/stdenv/linux/default.nix
2014-09-08 18:24:58 +02:00
Nathaniel Baxter
4a1a77a432
unrar: Fixed license typo
2014-09-06 20:53:45 +10:00
Emery Hemingway
1124d8a9b9
unrar: update from 5.1.5 to 5.1.7, change license to 'unfree-redistributable'
2014-09-05 11:38:44 -04:00
Mateusz Kowalczyk
eac5176529
Fix license on unRAR to unfree.
...
This license is BAD and it needs to be caught. You need to agree to the
use conditions or you have to remove the software from your machine
which makes it not redistributable.
cc @ehmry
2014-09-05 01:47:16 +01:00
Vladimír Čunát
8da52a642a
Merge branch 'staging' into v/modular
...
Conflicts (easy):
pkgs/development/interpreters/perl/5.10/setup-hook.sh
pkgs/development/interpreters/perl/5.8/setup-hook.sh
pkgs/development/libraries/gtk+/2.x.nix
2014-08-31 12:23:18 +02:00
Vladimír Čunát
a70180ba73
mutiout: make it builtin
2014-08-30 08:27:43 +02:00
Vladimír Čunát
fb59f27a43
WIP: getting good
2014-08-27 01:14:09 +02:00
Bjørn Forsman
c9baba9212
Fix many package descriptions
...
(My OCD kicked in today...)
Remove repeated package names, capitalize first word, remove trailing
periods and move overlong descriptions to longDescription.
I also simplified some descriptions as well, when they were particularly
long or technical, often based on Arch Linux' package descriptions.
I've tried to stay away from generated expressions (and I think I
succeeded).
Some specifics worth mentioning:
* cron, has "Vixie Cron" in its description. The "Vixie" part is not
mentioned anywhere else. I kept it in a parenthesis at the end of the
description.
* ctags description started with "Exuberant Ctags ...", and the
"exuberant" part is not mentioned elsewhere. Kept it in a parenthesis
at the end of description.
* nix has the description "The Nix Deployment System". Since that
doesn't really say much what it is/does (especially after removing
the package name!), I changed that to "Powerful package manager that
makes package management reliable and reproducible" (borrowed from
nixos.org).
* Tons of "GNU Foo, Foo is a [the important bits]" descriptions
is changed to just [the important bits]. If the package name doesn't
contain GNU I don't think it's needed to say it in the description
either.
2014-08-24 22:31:37 +02:00
Eelco Dolstra
2def8e7499
Remove addHook
...
Just use bash arrays directly. I.e.
addHook preConfigure myPreConfigure
is now
preConfigureHooks+=(myPreConfigure)
2014-08-09 12:45:53 +02:00
Eelco Dolstra
d7b356f73b
stdenv: Move unzip support to unzip's setup hook
2014-08-09 12:44:50 +02:00
Eelco Dolstra
f97ee61255
unzip: Clean up expression
2014-08-09 12:44:49 +02:00
Michael Raskin
20028936ab
Update ZPAQ
2014-08-03 22:29:41 +04:00
Mateusz Kowalczyk
7a45996233
Turn some license strings into lib.licenses values
2014-07-28 11:31:14 +02:00
Bjørn Forsman
9f744961b8
zip: add meta.description
2014-06-23 13:35:08 +02:00
Michael Raskin
b7b58f90d8
Update ZPAQ
2014-06-10 09:41:23 +04:00
Michael Raskin
783fb585bf
Updating ZPAQ to 651
2014-05-28 01:33:29 +04:00
Rob Vermaas
29dc000e60
unrar: update from 5.1.2 to 5.1.5
2014-05-22 12:53:51 +02:00
John Wiegley
cd7c5fe198
Allow dar to build on Darwin
2014-05-10 14:04:13 -05:00
Eelco Dolstra
dbd332d147
Fix meta.maintainer -> meta.maintainers
2014-04-23 14:26:32 +02:00
wmertens
7029c291c6
Builds fine on Darwin
2014-04-20 16:17:34 +01:00
Emery Hemingway
0af5954f5b
unrar: update 3.9.10 to 5.1.2
2014-04-17 14:32:03 +02:00
Michael Raskin
788b3f9ff9
Update zpaq
2014-03-08 21:13:00 +04:00
Domen Kožar
68a5b5e5fb
add xarchiver: GTK+2 only frontend to 7z,zip,rar,tar,bzip2, gzip,arj, lha, rpm and deb (open and extract only)
2014-02-21 13:19:25 +01:00
Eelco Dolstra
bc5995e392
cpio: Fix build on Darwin
2014-01-28 13:38:08 +01:00
Vladimír Čunát
9443129b08
Merge master into stdenv-updates
...
Conflicts:
pkgs/development/libraries/glibc/2.18/common.nix (take stdenv-updates)
pkgs/misc/emulators/zsnes/default.nix (more complex, build tested)
pkgs/top-level/all-packages.nix (auto-solved)
2014-01-04 18:34:53 +01:00
Michael Raskin
ad45ac4c2a
Update ZPAQ
2014-01-04 15:01:30 +04:00
Peter Simons
45e8de9a7d
Merge branch 'origin/master' into stdenv-updates.
...
Conflicts:
pkgs/tools/misc/less/default.nix
2013-12-16 21:13:24 +01:00
Nixpkgs Monitor
6619a3a1d8
dar: update from 2.4.6 to 2.4.11
2013-12-15 12:49:39 +02:00
Peter Simons
486e7736df
Merge remote-tracking branch 'origin/master' into stdenv-updates.
...
Conflicts:
pkgs/tools/networking/p2p/amule/default.nix
2013-12-10 00:25:54 +01:00
Peter Simons
f0d3e92b33
atool: have Hydra build this tool only on Linux
2013-12-06 19:32:34 +01:00
Peter Simons
29c11ef8a5
gnutar: update to version 1.27.1
2013-12-02 13:00:02 +01:00
Peter Simons
91f2c362de
Merge remote-tracking branch 'origin/master' into stdenv-updates.
...
Conflicts:
pkgs/top-level/all-packages.nix
2013-10-26 18:28:05 +02:00
Michael Raskin
9eba67dbcd
Fix/split ZPAQ after upgrade
2013-10-20 22:30:40 +04:00
Michael Raskin
bf721764ac
Updating ZPAQ to 642
2013-10-20 21:09:45 +04:00
Peter Simons
134776e5e9
gnutar: drop obsolete gets-undeclared.patch
2013-10-18 12:50:48 +02:00
Peter Simons
bff3101607
gnutar: update to version 1.27
2013-10-10 11:55:19 +02:00
Peter Simons
0d7118814b
Merge branch 'origin/master' into stdenv.
2013-08-17 10:00:16 +02:00
Ludovic Courtès
2e937c437a
unmaintain several packages
2013-08-16 23:45:01 +02:00
Peter Simons
76244ac2e2
Merge branch 'master' into stdenv-updates
...
Conflicts:
pkgs/development/compilers/ghc/with-packages.nix
2013-08-16 22:51:13 +02:00
Jason "Don" O'Conal
e822cc9c44
p7zip: fix build on darwin
2013-08-15 13:53:43 +10:00
Peter Simons
522acfd2f4
Merge remote-tracking branch 'master' into stdenv-updates.
...
Conflicts:
pkgs/applications/version-management/git-and-tools/git/default.nix
pkgs/top-level/all-packages.nix
2013-07-30 11:29:30 +02:00
Lluís Batlle i Rossell
206706503a
cromfs: update to 1.5.10.1.
2013-07-14 22:27:51 +02:00
Evgeny Egorochkin
da4be371e9
make package use mirror:// for gnu, savannah and gnome repositories where possible
2013-07-14 05:23:06 +03:00
Evgeny Egorochkin
83e37cdac8
atool: fix version to match tarball
2013-07-14 02:08:48 +03:00
Domen Kozar
303c3a9fbf
unzip: add bzip2 as native build input
...
Signed-off-by: Domen Kozar <domen@dev.si>
2013-05-26 19:25:37 +02:00
Domen Kozar
0f8a1b29d2
unzip: add bzip2 as native build input
2013-05-26 13:22:55 +02:00
Peter Simons
728e305205
Merge remote-tracking branch 'origin/master' into stdenv-updates.
2013-05-22 12:30:02 +02:00
Domen Kozar
db04466380
xarchive: add gtk archiver
2013-05-05 22:03:50 +02:00
Shea Levy
fde3526e7d
Merge branch 'master' into stdenv-updates
...
Conflict in kerberos, which was updated both in master and in
stdenv-updates. Kept the stdenv-updates version, except pulled in the
enableParallelBuilding change from master.
Signed-off-by: Shea Levy <shea@shealevy.com>
Conflicts:
pkgs/development/libraries/kerberos/krb5.nix
2013-05-04 18:28:48 -04:00
Michael Raskin
b98ece6bc2
Auto-update some packages; no early build failures (SBCL and Wine not yet fully built)
2013-04-23 09:15:48 +04:00
Vladimír Čunát
32a503a5d3
cpio: fix build without gets
2013-03-20 23:01:36 +01:00
Danny Wilson
d007a78ccb
Merge remote-tracking branch 'origin/stdenv-updates' into illumos
...
Conflicts:
pkgs/development/libraries/gmp/5.1.1.nix
pkgs/development/libraries/mpc/default.nix
pkgs/development/libraries/mpfr/default.nix
pkgs/development/libraries/ppl/default.nix
pkgs/tools/misc/coreutils/default.nix
2013-03-17 13:22:24 +01:00
Michael Raskin
5ec1806564
Adding ZPAQ archiver
2013-03-09 16:33:14 +04:00
Danny Wilson
fe3a8b6859
gnutar root build: Nix on Illumos doesn't support build users yet.
2013-02-28 20:04:05 +01:00
Danny Wilson
c019cdb761
Update CPIO to 2.11
2013-02-28 20:04:02 +01:00
Danny Wilson
bcaea92a12
Attempt at getting GCC 4.7 compiled on Illumos...
...
No success yet :-(
2013-02-28 20:04:01 +01:00
Eelco Dolstra
5e256ccc88
Merge remote-tracking branch 'origin/master' into stdenv-updates
2012-12-04 17:12:35 +01:00
Eelco Dolstra
5553546c21
Remove a bunch of unreferenced files
...
Plus a small number of obsolete packages (like old versions of qemu).
2012-11-29 13:43:37 +01:00
Peter Simons
f67d5a9a39
Merge branch 'master' into stdenv-updates.
...
Conflicts have been resolved in:
pkgs/tools/misc/file/default.nix
pkgs/top-level/all-packages.nix
pkgs/top-level/python-packages.nix
2012-11-21 16:20:36 +01:00
Lluís Batlle i Rossell
16dbe75e57
sharutils: making them crossbuild, thanks to a patch.
...
Patch taken from:
http://repository.timesys.com/buildsources/s/sharutils/sharutils-4.11.1/sharutils-4.11.1-cross-binary-mode-popen.patch
after a google search for the guilty part of 'configure'.
2012-11-08 19:38:24 +01:00
Rickard Nilsson
2658eccaea
zip: Add extra source URL
2012-11-06 11:23:34 +01:00
Eelco Dolstra
d9c01ef51d
p7zip: Update to 9.20.1
2012-10-05 16:06:35 -04:00
Eelco Dolstra
e8c4748cdb
cabextract: Update to 1.4
2012-10-05 16:06:19 -04:00
Eelco Dolstra
5833b2ee30
sharutils: Fix building on Glibc 2.16
...
http://hydra.nixos.org/build/3046590
2012-09-21 10:49:26 -04:00
Eelco Dolstra
a893399776
Fix more gets() problems
2012-09-18 14:51:15 -04:00
Sergey Mironov
36f0a97fc6
atool: add archiver helper
2012-08-15 01:10:05 +04:00
Ludovic Courtès
e80145b909
tar, gzip: Adjust the `gets' patch.
...
Fixes the incorrect patches introduced in
9786a98261
.
2012-07-02 16:10:46 +02:00
Ludovic Courtès
9786a98261
tar, gzip, diffutils: Allow builds with newer versions of glibc.
...
This is a follow-up to 77fdc7bb35
("GNU
Coreutils: Allow builds with newer versions of glibc.").
2012-07-01 01:14:56 +02:00
Lluís Batlle
ae7991b97e
Updating dar to 2.4.6
2012-06-24 19:12:20 +02:00
Nicolas Pierron
82b308bf11
Add armv7l support.
...
svn path=/nixpkgs/trunk/; revision=33798
2012-04-15 23:41:25 +00:00
Yury G. Kudryashov
57fd764a39
svn merge ^/nixpkgs/trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32792
2012-03-05 10:00:23 +00:00
Eelco Dolstra
27809f0ec4
* No longer needed.
...
svn path=/nixpkgs/trunk/; revision=32772
2012-03-04 15:50:03 +00:00
Lluís Batlle i Rossell
53e80e5316
Adding a manpage for tar, using help2man
...
svn path=/nixpkgs/trunk/; revision=32749
2012-03-03 09:52:55 +00:00
Shea Levy
ea195b2507
svn merge ^/nixpkgs/trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32564
2012-02-25 19:57:34 +00:00
Lluís Batlle i Rossell
bfb0389d6c
Disabling NLS for the zip at openoffice builders. I think it breaks the builds, based on
...
the nixpkgs diff for the breakage at http://hydra.nixos.org/build/1964660 .
svn path=/nixpkgs/trunk/; revision=32556
2012-02-25 15:54:57 +00:00
Eelco Dolstra
5baef98dd9
* Cromfs updated to 1.5.10 (to get it to build with GCC 4.6).
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32400
2012-02-19 16:58:40 +00:00
Yury G. Kudryashov
c81f618a34
svn merge ^/nixpkgs/trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32273
2012-02-14 14:33:10 +00:00
Yury G. Kudryashov
96c20f97b7
unzip: fix typo in meta
...
svn path=/nixpkgs/trunk/; revision=32272
2012-02-14 14:29:25 +00:00
Yury G. Kudryashov
215a07c1a9
svn merge ^/nixpkgs/trunk
...
Merge conflicts:
* unzip (almost trivial)
* dvswitch (trivial)
* gmp (copied result of `git merge`)
The last item introduced gmp-5.0.3, thus full rebuild.
+ensureDir->mkdir -p in TeX packages was catched by git but not svn.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32091
2012-02-06 23:03:12 +00:00
Yury G. Kudryashov
75262bcbed
zip, unzip: add NLS support
...
svn path=/nixpkgs/trunk/; revision=31961
2012-02-01 22:32:16 +00:00
Eelco Dolstra
c556a6ea46
* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
...
function, so obsolete it.
svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00
Eelco Dolstra
eda3fd1730
* Sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=30852
2011-12-12 16:54:35 +00:00
Lluís Batlle i Rossell
8ce410c6f3
Adding more libraries to have a more featured dar.
...
svn path=/nixpkgs/trunk/; revision=30377
2011-11-10 21:29:00 +00:00
Lluís Batlle i Rossell
1791ea0919
Another update to dar. Let's use the very latest release.
...
svn path=/nixpkgs/trunk/; revision=30376
2011-11-10 21:23:09 +00:00
Lluís Batlle i Rossell
9908557ae0
Updating dar.
...
svn path=/nixpkgs/trunk/; revision=30375
2011-11-10 21:19:30 +00:00
Ludovic Courtès
40f2ee9200
GNU tar 1.26.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=29589
2011-10-02 20:35:53 +00:00
Shea Levy
4d70ba6cc9
Merge from trunk up through r28790
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=28792
2011-08-24 19:16:43 +00:00
David Guibert
565cdcc3e1
unzip: add support for file greater than 2 GB (unix only)
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=28622
2011-08-16 18:21:05 +00:00
Shea Levy
e861fb2bcd
Remove unzip 5.52, make unzip 6.0 default
...
As per TODO in all-packages.nix comments
svn path=/nixpkgs/branches/stdenv-updates/; revision=28101
2011-08-01 04:53:21 +00:00
Shea Levy
6e06060c33
zip: Make it actually install something
...
svn path=/nixpkgs/trunk/; revision=28050
2011-08-01 01:11:01 +00:00
Shea Levy
3a74fd3f3b
zip: Bump to 3.0
...
svn path=/nixpkgs/trunk/; revision=28049
2011-08-01 01:10:52 +00:00
Shea Levy
92e792f17b
zip: Change formatting
...
svn path=/nixpkgs/trunk/; revision=28048
2011-08-01 01:10:44 +00:00
Shea Levy
6a34912bfb
zip: Folded builder into derivation
...
svn path=/nixpkgs/trunk/; revision=28047
2011-08-01 01:10:36 +00:00
Ludovic Courtès
8bfb02d945
GNU Sharutils 4.11.1.
...
svn path=/nixpkgs/trunk/; revision=27320
2011-05-30 21:48:50 +00:00
Ludovic Courtès
1b4e4b398f
GNU sharutils 4.11.
...
svn path=/nixpkgs/trunk/; revision=25876
2011-02-09 21:36:39 +00:00
Rob Vermaas
e3e13aaeb7
unshield, use latest svn version
...
svn path=/nixpkgs/trunk/; revision=25725
2011-01-30 15:30:22 +00:00
Lluís Batlle i Rossell
c7de6bfeb3
Updating cromfs to 1.5.9.1, as the previous did not build with glibc 2.12.
...
Thanks to Bisqwit for the quick reaction.
svn path=/nixpkgs/branches/stdenv-updates/; revision=25224
2010-12-21 14:27:48 +00:00
Ludovic Courtès
f03da539a7
GNU tar 1.25.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=25093
2010-12-12 23:35:27 +00:00
Lluís Batlle i Rossell
f4f84af4ab
Updating from trunk. I only had to take away the usual stdenv2 in
...
all-packages.nix
svn path=/nixpkgs/branches/stdenv-updates/; revision=24553
2010-10-31 19:30:31 +00:00
Lluís Batlle i Rossell
b9da5de4da
Updating gnu tar
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24484
2010-10-26 08:33:34 +00:00
Lluís Batlle i Rossell
3592b9a796
Adding unarj
...
svn path=/nixpkgs/trunk/; revision=24430
2010-10-23 14:55:14 +00:00
Lluís Batlle i Rossell
cd4b54748a
Updating from trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24038
2010-10-03 09:25:34 +00:00
Yury G. Kudryashov
fb6efd252a
cabextract: upgrade, metadata
...
svn path=/nixpkgs/trunk/; revision=23964
2010-09-27 11:19:36 +00:00
Lluís Batlle i Rossell
2c5de61327
Updating from trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23840
2010-09-17 19:10:21 +00:00
Ludovic Courtès
c23a9903fe
GNU Sharutils 4.10.
...
svn path=/nixpkgs/trunk/; revision=23645
2010-09-05 15:18:57 +00:00
Lluís Batlle i Rossell
46082f25f9
Updating from trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23027
2010-08-07 20:14:04 +00:00
Eelco Dolstra
ca716d5bc7
* p7zip updated to 9.13. Also build 7z and 7zr.
...
svn path=/nixpkgs/trunk/; revision=23016
2010-08-06 22:26:25 +00:00
Peter Simons
6cffff9de1
pkgs/tools/archivers/cpio: revert to version 2.9
...
The latest version, 2.11, doesn't compile on Darwin. The build
expression for 2.11 is still still available in "latest.nix".
svn path=/nixpkgs/trunk/; revision=22923
2010-08-03 10:55:58 +00:00
Lluís Batlle i Rossell
5417c720fd
Merging from trunk.
...
I tried to fix some trivial conflicts.
I don't know if I merged well some more difficult conflicts on openssl/darwin_patch
or haskell-platform.
svn path=/nixpkgs/branches/stdenv-updates/; revision=22878
2010-08-02 15:48:19 +00:00
Eelco Dolstra
228c6e0c1f
* Merged the x-updates branch (latest X server / libraries, GTK+,
...
Fontconfig, etc.).
svn path=/nixpkgs/trunk/; revision=22735
2010-07-26 13:59:12 +00:00
Ludovic Courtès
e4df0cab9f
cpio: Disable tests on Darwin.
...
svn path=/nixpkgs/trunk/; revision=22713
2010-07-22 15:27:48 +00:00
Eelco Dolstra
0db478d40b
* Sync with the trunk.
...
svn path=/nixpkgs/branches/x-updates/; revision=22707
2010-07-22 13:18:07 +00:00
Ludovic Courtès
8115040c08
GNU cpio: Add fix for Darwin.
...
svn path=/nixpkgs/trunk/; revision=22705
2010-07-22 12:20:11 +00:00
Eelco Dolstra
f555da864d
* dar: build with --disable-dar-static, apparently the zlib update
...
broke it. Also upgrade to 2.3.10 and turn on ACL support.
svn path=/nixpkgs/branches/x-updates/; revision=22690
2010-07-21 15:30:25 +00:00
Ludovic Courtès
cfae38d9f9
GNU cpio 2.11.
...
svn path=/nixpkgs/trunk/; revision=22458
2010-07-04 21:10:36 +00:00
Lluís Batlle i Rossell
6d88da9a23
Merging from trunk (conflict on glibc, I think I resolved it)
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=21879
2010-05-19 15:26:00 +00:00
Armijn Hemel
fc1344e4c9
update to 0.6
...
svn path=/nixpkgs/trunk/; revision=21822
2010-05-17 20:22:04 +00:00
Ludovic Courtès
8f995b2e50
GNU tar: Remove obsolete patch.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=21262
2010-04-23 09:11:23 +00:00
Lluís Batlle i Rossell
6f2fac6466
Merging from trunk.
...
I hope I resolved the conflicts well (gmp and gccCross)
svn path=/nixpkgs/branches/stdenv-updates/; revision=21251
2010-04-22 21:44:33 +00:00
Ludovic Courtès
99d51d0e92
Assorted GNU updates.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=21047
2010-04-13 08:37:54 +00:00
Lluís Batlle i Rossell
08f80eb9fb
Updating unrar.
...
svn path=/nixpkgs/trunk/; revision=20772
2010-03-22 15:58:25 +00:00
Ludovic Courtès
888d6711da
GNU Sharutils 4.9.
...
svn path=/nixpkgs/trunk/; revision=20362
2010-03-04 11:10:40 +00:00
Ludovic Courtès
913503155a
GNU Sharutils: Pass `gettext'; run the test suite.
...
svn path=/nixpkgs/trunk/; revision=20164
2010-02-22 09:52:39 +00:00
Ludovic Courtès
7abc6a6b7d
GNU Sharutils 4.8.
...
svn path=/nixpkgs/trunk/; revision=20163
2010-02-22 09:07:15 +00:00
Lluís Batlle i Rossell
863ccef2c4
Updating unrar, and making its libunrar library work (needs -DSILENT, for example)
...
svn path=/nixpkgs/trunk/; revision=19309
2010-01-08 20:04:23 +00:00
Lluís Batlle i Rossell
de6f189743
Adding libunrar installation, when building unrar.
...
svn path=/nixpkgs/trunk/; revision=19302
2010-01-07 22:42:25 +00:00
Lluís Batlle i Rossell
783e78372d
Updating cromfs, and adding me as a maintainer.
...
svn path=/nixpkgs/trunk/; revision=19084
2009-12-23 19:56:57 +00:00
Lluís Batlle i Rossell
56e8f65d44
Updating 'dar'.
...
svn path=/nixpkgs/trunk/; revision=19010
2009-12-17 08:08:17 +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
Eelco Dolstra
1608964306
svn path=/nixpkgs/trunk/; revision=17689
2009-10-07 11:29:23 +00:00
Eelco Dolstra
8cb83682c4
* p7zip updated to 9.04.
...
svn path=/nixpkgs/trunk/; revision=17688
2009-10-07 11:28:35 +00:00
Eelco Dolstra
672d3856df
* Unzip 6.0.
...
svn path=/nixpkgs/trunk/; revision=17687
2009-10-07 11:18:54 +00:00
Michael Raskin
fb54c95889
Give a sane name to downloaded patch for cpio
...
svn path=/nixpkgs/trunk/; revision=15506
2009-05-08 17:00:08 +00:00
Eelco Dolstra
5a2284ac61
* Sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15313
2009-04-25 22:45:32 +00:00
Lluís Batlle i Rossell
c2d651ef68
Removing static compilation of the driver for cromfs, so the package works again in x86_64
...
svn path=/nixpkgs/trunk/; revision=15309
2009-04-25 16:22:12 +00:00
Eelco Dolstra
7689a348c4
* Got rid of a lot of "postInstall=postInstall" and similar lines in
...
builders. These are redundant now.
* Inlined some trivial builders.
* Removed a few explicit setup-hook creations. This is done
automatically now if setupHook is set.
* Deleted the initscripts package. NixOS doesn't use it anymore.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15276
2009-04-23 13:31:10 +00:00
Eelco Dolstra
f762b50991
* Another sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15269
2009-04-23 11:59:43 +00:00
Lluís Batlle i Rossell
0348315add
Updating cromfs.
...
svn path=/nixpkgs/trunk/; revision=15152
2009-04-19 13:33:13 +00:00
Eelco Dolstra
3f8dff487e
* Fix URL.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14558
2009-03-16 13:21:27 +00:00
Ludovic Courtès
01a662d3e0
GNU Tar 1.22 (untested).
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14433
2009-03-07 11:35:18 +00:00
Eelco Dolstra
390695e73f
* Sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14057
2009-02-12 21:16:55 +00:00