Removed confnotify-6.0.patch.

I don't think it is a good idea to hardcode this patch in nixpkgs as it is likely that
a patch provided by a user will conflict with this patch. This is for instance the case
with the patch "single_tagset" (http://dwm.suckless.org/patches/single_tagset).
This commit is contained in:
Pascal Wittmann
2014-01-02 11:53:25 +01:00
parent fd343dc0c6
commit fc2580ad87
2 changed files with 1 additions and 37 deletions
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
prePatch = ''sed -i "s@/usr/local@$out@" config.mk'';
# Allow users set their own list of patches
patches = [ ./confnotify-6.0.patch ] ++ patches;
inherit patches;
buildPhase = " make ";