forked from mirrors/nixpkgs
Added disnix
svn path=/nixpkgs/trunk/; revision=12276
This commit is contained in:
parent
54a0caa67f
commit
6c582fbc89
|
@ -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"
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue