kde5.l10n.sr: patch shebangs
(cherry picked from commit cb9f989b18d32bfa1206d6091afbfaeff50fed28) Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
parent
6bcee1d9b2
commit
0e5b441133
@ -193,9 +193,19 @@ lib.mapAttrs (name: attr: pkgs.recurseIntoAttrs attr) {
|
|||||||
qt5 = callPackage (kdeLocale5 "sl" {}) {};
|
qt5 = callPackage (kdeLocale5 "sl" {}) {};
|
||||||
};
|
};
|
||||||
sr = {
|
sr = {
|
||||||
qt4 = callPackage (kdeLocale4 "sr" {}) {};
|
qt4 = callPackage (kdeLocale4 "sr" {
|
||||||
|
preConfigure = ''
|
||||||
|
patchShebangs \
|
||||||
|
4/sr/sr@latin/scripts/ts-pmap-compile.py \
|
||||||
|
4/sr/scripts/ts-pmap-compile.py \
|
||||||
|
4/sr/data/resolve-sr-hybrid \
|
||||||
|
4/sr/sr@ijekavian/scripts/ts-pmap-compile.py \
|
||||||
|
4/sr/sr@ijekavianlatin/scripts/ts-pmap-compile.py
|
||||||
|
'';
|
||||||
|
}) {};
|
||||||
qt5 = callPackage (kdeLocale5 "sr" {
|
qt5 = callPackage (kdeLocale5 "sr" {
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
patchShebangs 5/sr/data/resolve-sr-hybrid
|
||||||
sed -e 's/add_subdirectory(kdesdk)//' -i 5/sr/data/CMakeLists.txt
|
sed -e 's/add_subdirectory(kdesdk)//' -i 5/sr/data/CMakeLists.txt
|
||||||
'';
|
'';
|
||||||
}) {};
|
}) {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user