Merge pull request #97534 from timokau/exiv2-no-splitting
exiv2: disable output splitting
This commit is contained in:
commit
ca2fd92dad
@ -17,7 +17,9 @@ stdenv.mkDerivation rec {
|
|||||||
pname = "exiv2";
|
pname = "exiv2";
|
||||||
version = "0.27.3";
|
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 {
|
src = fetchFromGitHub {
|
||||||
owner = "exiv2";
|
owner = "exiv2";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user