mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
* Add some stuff to the channel.
* Latest unstable Nix. svn path=/nixpkgs/trunk/; revision=7389
This commit is contained in:
parent
3ae5939e87
commit
b0bb9f21ee
@ -4,11 +4,11 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "nix-0.11pre7325";
|
||||
name = "nix-0.11pre7351";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/nix/nix-0.11pre7325/nix-0.11pre7325.tar.bz2;
|
||||
md5 = "89842aa3fe357b94118496eada00b81f";
|
||||
url = http://nix.cs.uu.nl/dist/nix/nix-0.11pre7351/nix-0.11pre7351.tar.bz2;
|
||||
md5 = "a660ec514ae0e296a114bb548a4a8069";
|
||||
};
|
||||
|
||||
buildInputs = [perl curl];
|
||||
|
@ -29,6 +29,7 @@ let {
|
||||
cpio
|
||||
darcs
|
||||
db4
|
||||
dietlibc
|
||||
diffutils
|
||||
docbook5
|
||||
docbook_xml_dtd_42
|
||||
@ -78,6 +79,7 @@ let {
|
||||
maven
|
||||
mk
|
||||
mktemp
|
||||
mod_python
|
||||
module_init_tools
|
||||
mono
|
||||
mysql
|
||||
@ -88,6 +90,8 @@ let {
|
||||
nixUnstable
|
||||
nxml
|
||||
openssl
|
||||
pam_login
|
||||
pam_unix2
|
||||
pan
|
||||
par2cmdline
|
||||
#parted
|
||||
@ -97,6 +101,7 @@ let {
|
||||
postgresql
|
||||
postgresql_jdbc
|
||||
procps
|
||||
pwdutils
|
||||
python
|
||||
qcmm
|
||||
qt3
|
||||
@ -105,7 +110,6 @@ let {
|
||||
rsync
|
||||
screen
|
||||
sdf
|
||||
shadowutils
|
||||
spidermonkey
|
||||
splashutils
|
||||
strace
|
||||
|
Loading…
Reference in New Issue
Block a user