dwm: cleanup whitespace
This commit is contained in:
parent
ab118f3847
commit
1ad836b326
1 changed files with 4 additions and 4 deletions
|
@ -5,21 +5,21 @@ let
|
|||
in
|
||||
stdenv.mkDerivation {
|
||||
inherit name;
|
||||
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://dl.suckless.org/dwm/${name}.tar.gz";
|
||||
sha256 = "1zkmwb6df6m254shx06ly90c0q4jl70skk1pvkixpb7hcxhwbxn2";
|
||||
};
|
||||
|
||||
|
||||
buildInputs = [ libX11 libXinerama libXft ];
|
||||
|
||||
|
||||
prePatch = ''sed -i "s@/usr/local@$out@" config.mk'';
|
||||
|
||||
# Allow users set their own list of patches
|
||||
inherit patches;
|
||||
|
||||
buildPhase = " make ";
|
||||
|
||||
|
||||
meta = {
|
||||
homepage = https://suckless.org/;
|
||||
description = "Dynamic window manager for X";
|
||||
|
|
Loading…
Reference in a new issue