diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index c4316cce3f6..bac967cd9ff 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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;