Merge pull request #217828 from seam345/sean/hugin-fix

add wrapGAppsHook to hugin
This commit is contained in:
Christoph Hrdinka 2023-03-27 09:00:46 +02:00 committed by GitHub
commit 56206539ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" ];