gnome3.gnome-todo: fixup parallel building
This commit is contained in:
parent
5949838975
commit
205e4883eb
@ -38,6 +38,10 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "08ldgyxv9216dgr8y9asqd7j2y82y9yqnqhkqaxc9i8a67yz1gzy";
|
sha256 = "08ldgyxv9216dgr8y9asqd7j2y82y9yqnqhkqaxc9i8a67yz1gzy";
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
postPatch = ''
|
||||||
|
chmod +x meson_post_install.py
|
||||||
|
patchShebangs meson_post_install.py
|
||||||
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
meson
|
meson
|
||||||
@ -64,10 +68,8 @@ stdenv.mkDerivation rec {
|
|||||||
json-glib
|
json-glib
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
# Fix parallel building: missing dependency from src/gtd-application.c
|
||||||
chmod +x meson_post_install.py
|
preBuild = "ninja src/gtd-vcs-identifier.h";
|
||||||
patchShebangs meson_post_install.py
|
|
||||||
'';
|
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
updateScript = gnome3.updateScript {
|
updateScript = gnome3.updateScript {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user