forked from mirrors/nixpkgs
hugin: add wrapGAppsHook
Fixes no Gsettings error following https://github.com/NixOS/nixpkgs/issues/16285
This commit is contained in:
parent
9c724505fa
commit
8397974299
|
@ -30,6 +30,7 @@
|
|||
, perlPackages
|
||||
, sqlite
|
||||
, vigra
|
||||
, wrapGAppsHook
|
||||
, wxGTK
|
||||
, zlib
|
||||
}:
|
||||
|
@ -70,7 +71,7 @@ stdenv.mkDerivation rec {
|
|||
zlib
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ cmake makeWrapper pkg-config ];
|
||||
nativeBuildInputs = [ cmake makeWrapper pkg-config wrapGAppsHook ];
|
||||
|
||||
# disable installation of the python scripting interface
|
||||
cmakeFlags = [ "-DBUILD_HSI:BOOl=OFF" ];
|
||||
|
|
Loading…
Reference in a new issue