qalculate-gtk: fix parallel build

This commit is contained in:
Gabriel Ebner 2020-08-22 19:06:43 +02:00
parent 75397cc0cc
commit a3ce3f5931
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ stdenv.mkDerivation rec {
patchPhase = ''
# https://github.com/Qalculate/qalculate-gtk/pull/178
substituteInPlace configure.ac --replace 'libxml-2.0' 'libxml-2.0 gio-unix-2.0'
# https://github.com/Qalculate/qalculate-gtk/pull/179
echo searchprovider.o: gnome-search-provider2.c >>src/Makefile.am
'';
hardeningDisable = [ "format" ];