dwm: refactor

Removed buildPhase as it calls make by default
This commit is contained in:
syberant 2020-07-29 10:41:04 +02:00
parent 1371d3df8a
commit 1275f71c0d

View file

@ -24,8 +24,6 @@ stdenv.mkDerivation {
postPatch = let configFile = if isDerivation conf || builtins.isPath conf then conf else writeText "config.def.h" conf;
in optionalString (conf!=null) "cp ${configFile} config.def.h";
buildPhase = " make ";
meta = {
homepage = "https://suckless.org/";
description = "Dynamic window manager for X";