about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2017-10-08 19:10:56 +0200
committerAndreas Rammhold <andreas@rammhold.de>2017-10-08 19:10:56 +0200
commitd49df8e7957af52a897486a0f60b9fdfe958f34f (patch)
tree4a3ab2f90997cc65550e1375fabd84022b196bf7
parent3fe7cddc304abb86e61a750a4f807270c7ca7825 (diff)
kanif: remove unused attribute `propagateBuildInputs` (missing d)
-rw-r--r--pkgs/applications/networking/cluster/kanif/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/kanif/default.nix b/pkgs/applications/networking/cluster/kanif/default.nix
index bac0cc37af337..5b543854473dd 100644
--- a/pkgs/applications/networking/cluster/kanif/default.nix
+++ b/pkgs/applications/networking/cluster/kanif/default.nix
@@ -4,8 +4,6 @@ stdenv.mkDerivation rec {
   version = "1.2.2";
   name = "kanif-${version}";
 
-  propagateBuildInputs = [ perl taktuk ];
-
   src = fetchurl {
     url = "http://gforge.inria.fr/frs/download.php/26773/${name}.tar.gz";
     sha256 = "3f0c549428dfe88457c1db293cfac2a22b203f872904c3abf372651ac12e5879";