Loading pkgs/applications/graphics/hugin/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -30,6 +30,7 @@ , perlPackages , sqlite , vigra , wrapGAppsHook , wxGTK , zlib }: Loading Loading @@ -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 Loading
pkgs/applications/graphics/hugin/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -30,6 +30,7 @@ , perlPackages , sqlite , vigra , wrapGAppsHook , wxGTK , zlib }: Loading Loading @@ -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