Merge pull request #20273 from romildo/lumina
lumina: install the translation files
This commit is contained in:
commit
4859376d68
@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
|
|||||||
--replace 'LOS::AppPrefix()+"share/fluxbox' "\"${fluxbox}/share/fluxbox"
|
--replace 'LOS::AppPrefix()+"share/fluxbox' "\"${fluxbox}/share/fluxbox"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
qmakeFlags = [ "LINUX_DISTRO=NixOS" ];
|
qmakeFlags = [ "LINUX_DISTRO=NixOS" "CONFIG+=WITH_I18N" ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user