From 5c14f92b303cb22ea92969a3313a7519fe05f8bb Mon Sep 17 00:00:00 2001 From: LluĂ­s Batlle i Rossell Date: Thu, 19 Nov 2009 22:15:13 +0000 Subject: 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 --- pkgs/development/libraries/readline/readline6.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/libraries') 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 = -- cgit 1.4.1