Added disnix

svn path=/nixpkgs/trunk/; revision=12276
This commit is contained in:
Sander van der Burg 2008-07-06 15:44:46 +00:00
parent 54a0caa67f
commit 6c582fbc89
2 changed files with 6 additions and 2 deletions

View file

@ -14,8 +14,8 @@ match_max 100000
expect "*continue connecting*" { send -- "yes\r"; expect "*?assword:*"; send -- "$password\r" } \
"*?assword:*" { send -- "$password\r" }
expect "*?assword:*"
send -- "$password\r"
#expect "*?assword:*"
#send -- "$password\r"
# Send blank line
send -- "\r"

View file

@ -7085,6 +7085,10 @@ let pkgs = rec {
inherit docbook5_xsl libxslt docbook5 docbook_xml_dtd_43 w3m;
};
disnix = import ../tools/package-management/disnix {
inherit stdenv fetchsvn openssl dbus autoconf automake pkgconfig dbus_glib;
};
ntfs3g = import ../misc/ntfs-3g {
inherit fetchurl stdenv fuse pkgconfig utillinux;
};