gimpPlugins.gimplensfun: 0.2.4 -> unstable-2018-10-21
Fixes broken build with exiv2-0.27.1 by using gexiv2 instead
This commit is contained in:
parent
ddf15d321f
commit
15dd4479cf
@ -157,17 +157,17 @@ stdenv.lib.makeScope pkgs.newScope (self: with self; {
|
|||||||
ufraw = pkgs.ufraw.gimpPlugin;
|
ufraw = pkgs.ufraw.gimpPlugin;
|
||||||
|
|
||||||
gimplensfun = pluginDerivation rec {
|
gimplensfun = pluginDerivation rec {
|
||||||
version = "0.2.4";
|
version = "unstable-2018-10-21";
|
||||||
name = "gimplensfun-${version}";
|
name = "gimplensfun-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "seebk";
|
owner = "seebk";
|
||||||
repo = "GIMP-Lensfun";
|
repo = "GIMP-Lensfun";
|
||||||
rev = version;
|
rev = "1c5a5c1534b5faf098b7441f8840d22835592f17";
|
||||||
sha256 = "0zlmp9v732qmzj083mnk5z421s57mnckmpjhiw890wmmwzj2lhxz";
|
sha256 = "1jj3n7spkjc63aipwdqsvq9gi07w13bb1v8iqzvxwzld2kxa3c8w";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with pkgs; [ lensfun exiv2 ];
|
buildInputs = with pkgs; [ lensfun gexiv2 ];
|
||||||
|
|
||||||
installPhase = "
|
installPhase = "
|
||||||
installPlugins gimp-lensfun
|
installPlugins gimp-lensfun
|
||||||
|
Loading…
x
Reference in New Issue
Block a user