Disallowing the aircrack-ng expression, as it points to profile paths instead

of directly to the dependencies in the store.

svn path=/nixpkgs/trunk/; revision=13945
This commit is contained in:
Lluís Batlle i Rossell 2009-02-01 21:38:10 +00:00
parent 30f8a1bd25
commit 46c842df27

View file

@ -482,9 +482,13 @@ let
inherit fetchurl stdenv fuse;
};
aircrackng = import ../tools/networking/aircrack-ng {
inherit fetchurl stdenv libpcap openssl zlib;
};
# It builds, but it has paths pointing to the default profile,
# hardcoded to /nix/var/nix/profiles/default/bin. We need to
# know its dependencies for the executable paths and stop
# using the profiles, pointing directly to the store paths needed.
#aircrackng = import ../tools/networking/aircrack-ng {
# inherit fetchurl stdenv libpcap openssl zlib;
#};
amule = import ../tools/networking/p2p/amule {
inherit fetchurl stdenv zlib perl cryptopp gettext libupnp makeWrapper;