mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
icewm: fix CFGDIR
This commit is contained in:
parent
7f6d92356b
commit
fd61a33d2b
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
preConfigure = ''
|
||||
export cmakeFlags="-DPREFIX=$out"
|
||||
export cmakeFlags="-DPREFIX=$out -DCFGDIR=/etc/icewm"
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user