Skip to content

Commit

Permalink
exiv2: 0.27.1 -> 0.27.2
Browse files Browse the repository at this point in the history
Fixes #67194
  • Loading branch information
mmahut committed Aug 25, 2019
1 parent a1de8ad commit 04de5d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 24 deletions.
11 changes: 3 additions & 8 deletions pkgs/development/libraries/exiv2/default.nix
Expand Up @@ -14,20 +14,15 @@

stdenv.mkDerivation rec {
pname = "exiv2";
version = "0.27.1";
version = "0.27.2";

src = fetchFromGitHub rec {
owner = "exiv2";
repo = "exiv2";
rev = version;
sha256 = "0b5m921070fkyif0zlyb49gly3p6xd0hv1jyym4j25hx12gzbx0c";
rev = "v${version}";
sha256 = "0n8il52yzbmvbkryrl8waz7hd9a2fdkw8zsrmhyh63jlvmmc31gf";
};

patches = [
# https://github.com/Exiv2/exiv2/commit/aae88060ca85a483cd7fe791ba116c04d96c0bf9#comments
./fix-cmake.patch
];

cmakeFlags = [
"-DEXIV2_BUILD_PO=ON"
"-DEXIV2_BUILD_DOC=ON"
Expand Down
16 changes: 0 additions & 16 deletions pkgs/development/libraries/exiv2/fix-cmake.patch

This file was deleted.

0 comments on commit 04de5d7

Please sign in to comment.