Author: viric
Date: Fri Oct  8 14:28:48 2010
New Revision: 24186
URL: https://svn.nixos.org/websvn/nix/?rev=24186&sc=1

Log:
gnu grep does not need the patch we set anymore.

Deleted:
   nixpkgs/branches/stdenv-updates/pkgs/tools/text/gnugrep/malloc.patch
Modified:
   nixpkgs/branches/stdenv-updates/pkgs/tools/text/gnugrep/default.nix

Modified: nixpkgs/branches/stdenv-updates/pkgs/tools/text/gnugrep/default.nix
==============================================================================
--- nixpkgs/branches/stdenv-updates/pkgs/tools/text/gnugrep/default.nix Fri Oct 
 8 12:57:21 2010        (r24185)
+++ nixpkgs/branches/stdenv-updates/pkgs/tools/text/gnugrep/default.nix Fri Oct 
 8 14:28:48 2010        (r24186)
@@ -5,8 +5,6 @@
 stdenv.mkDerivation {
   name = "gnugrep-${version}";
   
-  patches = [ ./malloc.patch ];
-  
   src = fetchurl {
     url = "mirror://gnu/grep/grep-${version}.tar.gz";
     sha256 = "1b8vksfd1ngharac3ygaqim3lrf0yqap992sg0vfm7572l88655d";
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to