summary refs log tree commit diff
path: root/pkgs/development/libraries/gmp/5.0.5.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-12-28 19:20:09 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-12-28 19:20:09 +0100
commitab3eeabfeddacf3e159e68ee1541a6281a1e9d1b (patch)
tree8070852a5ee331104a06de5395d30223185f936a /pkgs/development/libraries/gmp/5.0.5.nix
parent5be0a9acd7b9abe4bff3202a7ac7defc17a37877 (diff)
downloadnixpkgs-ab3eeabfeddacf3e159e68ee1541a6281a1e9d1b.tar
nixpkgs-ab3eeabfeddacf3e159e68ee1541a6281a1e9d1b.tar.gz
nixpkgs-ab3eeabfeddacf3e159e68ee1541a6281a1e9d1b.tar.bz2
nixpkgs-ab3eeabfeddacf3e159e68ee1541a6281a1e9d1b.tar.lz
nixpkgs-ab3eeabfeddacf3e159e68ee1541a6281a1e9d1b.tar.xz
nixpkgs-ab3eeabfeddacf3e159e68ee1541a6281a1e9d1b.tar.zst
nixpkgs-ab3eeabfeddacf3e159e68ee1541a6281a1e9d1b.zip
Rename buildNativeInputs -> nativeBuildInputs
Likewise for propagatedBuildNativeInputs, etc.  "buildNativeInputs"
sounds like an imperative rather than a noun phrase.
Diffstat (limited to 'pkgs/development/libraries/gmp/5.0.5.nix')
-rw-r--r--pkgs/development/libraries/gmp/5.0.5.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/gmp/5.0.5.nix b/pkgs/development/libraries/gmp/5.0.5.nix
index 98ebe5fcc25..dba5cafdf57 100644
--- a/pkgs/development/libraries/gmp/5.0.5.nix
+++ b/pkgs/development/libraries/gmp/5.0.5.nix
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
 
   patches = [ ./ignore-bad-cpuid.patch ];
 
-  buildNativeInputs = [ m4 ];
+  nativeBuildInputs = [ m4 ];
 
   configureFlags =
     # Build a "fat binary", with routines for several sub-architectures