lol

Merge pull request #23956 from volth/icewm-cfgdir

icewm: fix CFGDIR

authored by

Jörg Thalheim and committed by
GitHub
5795e5cd 00b6d820

+1 -1
+1 -1
pkgs/applications/window-managers/icewm/default.nix
··· 22 22 }; 23 23 24 24 preConfigure = '' 25 - export cmakeFlags="-DPREFIX=$out" 25 + export cmakeFlags="-DPREFIX=$out -DCFGDIR=/etc/icewm" 26 26 ''; 27 27 28 28 meta = {