hugin: 2019.0.0 -> 2021.0.0

main
Luflosi 2 years ago
parent 0352368802
commit f9a35e055b
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0
  1. 13
      pkgs/applications/graphics/hugin/default.nix

@ -5,7 +5,6 @@
, gnumake
, makeWrapper
, pkg-config
, fetchpatch
, autopanosiftc
, boost
, cairo
@ -37,21 +36,13 @@
stdenv.mkDerivation rec {
pname = "hugin";
version = "2019.0.0";
version = "2021.0.0";
src = fetchurl {
url = "mirror://sourceforge/hugin/hugin-${version}.tar.bz2";
sha256 = "1l925qslp98gg7yzmgps10h6dq0nb60wbfk345anlxsv0g2ifizr";
sha256 = "sha256-BHrqin+keESzTvJ8GdO2l+hJOdyx/bvrLCBGIbZu6tk=";
};
patches = [
# Fixes build with exiv2 0.27.1
(fetchpatch {
url = "https://raw.githubusercontent.com/archlinux/svntogit-community/0467d8ba362b9c196e4c1dc4be7de0c1b336335b/hugin/trunk/hugin-exiv2-0.27.1.patch";
sha256 = "1yxvlpvrhyrfd2w6kwx1w3mncsvlzdhp0w7xchy8q6kc2kd5nf7r";
})
];
buildInputs = [
boost
cairo

Loading…
Cancel
Save