summary refs log tree commit diff
path: root/pkgs/development/libraries/readline/readline6.nix
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-11-19 22:15:13 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-11-19 22:15:13 +0000
commit5c14f92b303cb22ea92969a3313a7519fe05f8bb (patch)
tree666e77d4d17e08a90e23cf371dc0d418f6454b5a /pkgs/development/libraries/readline/readline6.nix
parent4dfc635cbba44353b5cd3033a2b6a63610b1d040 (diff)
downloadnixpkgs-5c14f92b303cb22ea92969a3313a7519fe05f8bb.tar
nixpkgs-5c14f92b303cb22ea92969a3313a7519fe05f8bb.tar.gz
nixpkgs-5c14f92b303cb22ea92969a3313a7519fe05f8bb.tar.bz2
nixpkgs-5c14f92b303cb22ea92969a3313a7519fe05f8bb.tar.lz
nixpkgs-5c14f92b303cb22ea92969a3313a7519fe05f8bb.tar.xz
nixpkgs-5c14f92b303cb22ea92969a3313a7519fe05f8bb.tar.zst
nixpkgs-5c14f92b303cb22ea92969a3313a7519fe05f8bb.zip
Reverting a wrong name change I once did, when I thought that we would update
all the naming in nixpkgs to match the new build/host cross compilation stdenv.
Nevertheless, we decided not to do the renaming, but I forgot this change in
readline until ludo told me about it.


svn path=/nixpkgs/branches/stdenv-updates/; revision=18474
Diffstat (limited to 'pkgs/development/libraries/readline/readline6.nix')
-rw-r--r--pkgs/development/libraries/readline/readline6.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/readline/readline6.nix b/pkgs/development/libraries/readline/readline6.nix
index c789791b29f..60232a8b80b 100644
--- a/pkgs/development/libraries/readline/readline6.nix
+++ b/pkgs/development/libraries/readline/readline6.nix
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
     sha256 = "1pn13j6f9376kwki69050x3zh62yb1w31l37rws5nwr5q02xk68i";
   };
 
-  propagatedHostInputs = [ncurses];
+  propagatedBuildInputs = [ncurses];
 
   patchFlags = "-p0";
   patches =