gnome3.gnome-todo: fixup parallel building

This commit is contained in:
Vladimír Čunát 2019-05-30 11:54:05 +02:00
parent 5949838975
commit 205e4883eb
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -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 {