forked from mirrors/nixpkgs
spectrwm: make build src name independent
(cherry picked from commit 7865091786
)
This commit is contained in:
parent
74299a1dc1
commit
a0688e9280
1 changed files with 2 additions and 2 deletions
|
@ -22,9 +22,9 @@ stdenv.mkDerivation {
|
|||
xcbutilwm
|
||||
];
|
||||
|
||||
sourceRoot = let
|
||||
prePatch = let
|
||||
subdir = if stdenv.isDarwin then "osx" else "linux";
|
||||
in "source/${subdir}";
|
||||
in "cd ${subdir}";
|
||||
|
||||
makeFlags = [ "PREFIX=${placeholder "out"}" ];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue