mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-26 07:34:11 +00:00
Merge pull request #96007 from gebner/qalculate_parallel_build
qalculate-gtk: fix parallel build
This commit is contained in:
commit
3608002a4a
@ -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" ];
|
||||
|
Loading…
Reference in New Issue
Block a user