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