* The shobj-darwin patch doesn't apply anymore, and it doesn't seem

necessary anymore either.

svn path=/nixpkgs/branches/stdenv-updates/; revision=14842
This commit is contained in:
Eelco Dolstra 2009-04-02 15:36:09 +00:00
parent 2e9cbed82e
commit edb9a250c9

View File

@ -10,7 +10,6 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ncurses];
configureFlags = "--enable-shared --disable-static";
patches = stdenv.lib.optional stdenv.isDarwin ./shobj-darwin.patch;
meta = {
description = "GNU Readline, a library for interactive line editing";