Remove the temporary patch reference

svn path=/nixpkgs/trunk/; revision=23863
This commit is contained in:
Michael Raskin 2010-09-19 18:22:52 +00:00
parent c00b676654
commit 7d91a87817

View file

@ -26,7 +26,6 @@ rec {
export CFLAGS="-ggdb -O0 -include ${a.stdenv.glibc}/include/locale.h"
export CXXFLAGS="-ggdb -O0"
patch -p 1 < ${/tmp/patch}
'' [ "minInit" "doUnpack" ];
inherit(s) name;