mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 04:58:37 +00:00
spectrwm: make build src name independent
(cherry picked from commit 7865091786
)
This commit is contained in:
parent
74299a1dc1
commit
a0688e9280
@ -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…
Reference in New Issue
Block a user