exiv2: multiple outputs
This commit is contained in:
parent
6651b53bdd
commit
fad200eb7c
@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
postPatch = "patchShebangs ./src/svn_version.sh";
|
postPatch = "patchShebangs ./src/svn_version.sh";
|
||||||
|
|
||||||
|
outputs = [ "dev" "out" ];
|
||||||
|
|
||||||
nativeBuildInputs = [ gettext ];
|
nativeBuildInputs = [ gettext ];
|
||||||
propagatedBuildInputs = [ zlib expat ];
|
propagatedBuildInputs = [ zlib expat ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user