Unverified Commit 56206539 authored by Christoph Hrdinka's avatar Christoph Hrdinka Committed by GitHub
Browse files

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

add wrapGAppsHook to hugin
parents 8687dc6d 83979742
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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" ];