ki18n: Adds patch that fixes infinite loop in po files generation
This commit is contained in:
parent
52858e4297
commit
39ba6636eb
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
mkDerivation, lib,
|
mkDerivation, lib, fetchpatch,
|
||||||
extra-cmake-modules, gettext, python,
|
extra-cmake-modules, gettext, python,
|
||||||
qtbase, qtdeclarative, qtscript,
|
qtbase, qtdeclarative, qtscript,
|
||||||
}:
|
}:
|
||||||
@ -13,4 +13,10 @@ mkDerivation {
|
|||||||
nativeBuildInputs = [ extra-cmake-modules ];
|
nativeBuildInputs = [ extra-cmake-modules ];
|
||||||
propagatedNativeBuildInputs = [ gettext python ];
|
propagatedNativeBuildInputs = [ gettext python ];
|
||||||
buildInputs = [ qtdeclarative qtscript ];
|
buildInputs = [ qtdeclarative qtscript ];
|
||||||
|
patches = [
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://phabricator.kde.org/D12216?download=true";
|
||||||
|
sha256 = "04gpyb11vlgivqjx3lqdwgqb4ss5bphy5zmh65k57bbv4rnlsm15";
|
||||||
|
})
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user