kdeApplication: kill unused file kde-locale-5.nix
This commit is contained in:
parent
9e754a6f86
commit
86a6784fca
|
@ -1,24 +0,0 @@
|
||||||
name: args:
|
|
||||||
|
|
||||||
{ mkDerivation, cmake, extra-cmake-modules, gettext, kdoctools }:
|
|
||||||
|
|
||||||
mkDerivation (args // {
|
|
||||||
sname = "kde-l10n-${name}";
|
|
||||||
name = "kde-l10n-${name}-qt5";
|
|
||||||
|
|
||||||
outputs = [ "out" ];
|
|
||||||
|
|
||||||
nativeBuildInputs =
|
|
||||||
[ cmake extra-cmake-modules gettext kdoctools ]
|
|
||||||
++ (args.nativeBuildInputs or []);
|
|
||||||
|
|
||||||
preConfigure = ''
|
|
||||||
sed -e 's/add_subdirectory(4)//' -i CMakeLists.txt
|
|
||||||
${args.preConfigure or ""}
|
|
||||||
'';
|
|
||||||
|
|
||||||
preFixup = ''
|
|
||||||
propagatedBuildInputs=
|
|
||||||
propagatedNativeBuildInputs=
|
|
||||||
'';
|
|
||||||
})
|
|
|
@ -3,7 +3,6 @@
|
||||||
let
|
let
|
||||||
|
|
||||||
kdeLocale4 = import ./kde-locale-4.nix;
|
kdeLocale4 = import ./kde-locale-4.nix;
|
||||||
kdeLocale5 = import ./kde-locale-5.nix;
|
|
||||||
|
|
||||||
in
|
in
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue