mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
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;
|
||||
in optionalString (conf!=null) "cp ${configFile} config.def.h";
|
||||
|
||||
buildPhase = " make ";
|
||||
|
||||
meta = {
|
||||
homepage = "https://suckless.org/";
|
||||
description = "Dynamic window manager for X";
|
||||
|
Loading…
Reference in New Issue
Block a user