From 46c842df279e3fbef80118c8ffd8430c38112b93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Sun, 1 Feb 2009 21:38:10 +0000 Subject: [PATCH] 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 --- pkgs/top-level/all-packages.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index c4316cce3f68..bac967cd9ff5 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;