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

add wrapGAppsHook to hugin

authored by Christoph Hrdinka and committed by GitHub 56206539 8687dc6d

+2 -1
+2 -1
pkgs/applications/graphics/hugin/default.nix
··· 30 , perlPackages 31 , sqlite 32 , vigra 33 , wxGTK 34 , zlib 35 }: ··· 70 zlib 71 ]; 72 73 - nativeBuildInputs = [ cmake makeWrapper pkg-config ]; 74 75 # disable installation of the python scripting interface 76 cmakeFlags = [ "-DBUILD_HSI:BOOl=OFF" ];
··· 30 , perlPackages 31 , sqlite 32 , vigra 33 + , wrapGAppsHook 34 , wxGTK 35 , zlib 36 }: ··· 71 zlib 72 ]; 73 74 + nativeBuildInputs = [ cmake makeWrapper pkg-config wrapGAppsHook ]; 75 76 # disable installation of the python scripting interface 77 cmakeFlags = [ "-DBUILD_HSI:BOOl=OFF" ];