summary refs log tree commit diff
path: root/pkgs/development/tools/parsing/bison
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2011-11-08 10:18:35 +0000
committerPeter Simons <simons@cryp.to>2011-11-08 10:18:35 +0000
commit368ac01473c8beae0f879bb33ee06a9d54e942c4 (patch)
treef68790020f625a0f7ce4de68cf388fb0b75f6908 /pkgs/development/tools/parsing/bison
parent91ab98ce09f5f7d62932d198f678663d0cf40721 (diff)
parentd5a21a68e5862ff3604f5b657bb4031ce76129e6 (diff)
downloadnixpkgs-368ac01473c8beae0f879bb33ee06a9d54e942c4.tar
nixpkgs-368ac01473c8beae0f879bb33ee06a9d54e942c4.tar.gz
nixpkgs-368ac01473c8beae0f879bb33ee06a9d54e942c4.tar.bz2
nixpkgs-368ac01473c8beae0f879bb33ee06a9d54e942c4.tar.lz
nixpkgs-368ac01473c8beae0f879bb33ee06a9d54e942c4.tar.xz
nixpkgs-368ac01473c8beae0f879bb33ee06a9d54e942c4.tar.zst
nixpkgs-368ac01473c8beae0f879bb33ee06a9d54e942c4.zip
synchronize with trunk
svn path=/nixpkgs/branches/stdenv-updates/; revision=30316
Diffstat (limited to 'pkgs/development/tools/parsing/bison')
-rw-r--r--pkgs/development/tools/parsing/bison/bison-2.4.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/tools/parsing/bison/bison-2.4.nix b/pkgs/development/tools/parsing/bison/bison-2.4.nix
index 8fda9e3a087..a79a5e96381 100644
--- a/pkgs/development/tools/parsing/bison/bison-2.4.nix
+++ b/pkgs/development/tools/parsing/bison/bison-2.4.nix
@@ -9,7 +9,6 @@ stdenv.mkDerivation rec {
   };
 
   buildNativeInputs = [m4];
-  propagatedBuildInputs = [m4];
 
   doCheck = true;