dwm: refactor
Removed buildPhase as it calls make by default
This commit is contained in:
parent
1371d3df8a
commit
1275f71c0d
@ -24,8 +24,6 @@ stdenv.mkDerivation {
|
|||||||
postPatch = let configFile = if isDerivation conf || builtins.isPath conf then conf else writeText "config.def.h" conf;
|
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";
|
in optionalString (conf!=null) "cp ${configFile} config.def.h";
|
||||||
|
|
||||||
buildPhase = " make ";
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://suckless.org/";
|
homepage = "https://suckless.org/";
|
||||||
description = "Dynamic window manager for X";
|
description = "Dynamic window manager for X";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user