38 stdenv.mkDerivation rec {
43 url = "mirror://sourceforge/hugin/hugin-${version}.tar.bz2";
44 hash = "sha256-BKOfzMYBfgVExjm9IjCUcsV001s0Vcut4fw4cOYxYys=";
74 nativeBuildInputs = [ cmake makeWrapper pkg-config wrapGAppsHook3 ];
76 # disable installation of the python scripting interface
77 cmakeFlags = [ "-DBUILD_HSI:BOOl=OFF" ];
79 env.NIX_CFLAGS_COMPILE = "-I${ilmbase.dev}/include/OpenEXR";
82 for p in $out/bin/*; do
84 --suffix PATH : ${autopanosiftc}/bin \
85 --suffix PATH : ${enblend-enfuse}/bin \
86 --suffix PATH : ${gnumake}/bin \
87 --suffix PATH : ${perlPackages.ImageExifTool}/bin
92 homepage = "http://hugin.sourceforge.net/";
93 description = "Toolkit for stitching photographs and assembling panoramas, together with an easy to use graphical front end";
94 license = licenses.gpl2Plus;
95 maintainers = with maintainers; [ hrdinka ];
96 platforms = platforms.linux;