exiv2: disable output splitting

This is a temporary workaround. See the linked comment.
This commit is contained in:
Timo Kaufmann 2020-09-09 14:12:25 +02:00
parent 44cb86f0d8
commit f8f840f664

View File

@ -17,7 +17,9 @@ stdenv.mkDerivation rec {
pname = "exiv2";
version = "0.27.3";
outputs = [ "out" "dev" "doc" "man" ];
# Disabled since splitting the outputs leads to issues, see
# https://github.com/NixOS/nixpkgs/pull/97161#issuecomment-689426419
# outputs = [ "out" "dev" "doc" "man" ];
src = fetchFromGitHub {
owner = "exiv2";