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
This commit is contained in:
parent
4dfc635cbb
commit
5c14f92b30
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1pn13j6f9376kwki69050x3zh62yb1w31l37rws5nwr5q02xk68i";
|
sha256 = "1pn13j6f9376kwki69050x3zh62yb1w31l37rws5nwr5q02xk68i";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedHostInputs = [ncurses];
|
propagatedBuildInputs = [ncurses];
|
||||||
|
|
||||||
patchFlags = "-p0";
|
patchFlags = "-p0";
|
||||||
patches =
|
patches =
|
||||||
|
Loading…
Reference in New Issue
Block a user