libksba: Use multiple outputs
This commit is contained in:
parent
cc8b44b103
commit
dc8ebab12f
@ -8,8 +8,16 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0kxdb02z41cwm1xbwfwj9nbc0dzjhwyq8c475mlhhmpcxcy8ihpn";
|
sha256 = "0kxdb02z41cwm1xbwfwj9nbc0dzjhwyq8c475mlhhmpcxcy8ihpn";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
outputs = [ "out" "dev" "doc" ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ libgpgerror ];
|
propagatedBuildInputs = [ libgpgerror ];
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
mkdir -p $dev/bin
|
||||||
|
mv $out/bin/*-config $dev/bin/
|
||||||
|
rmdir --ignore-fail-on-non-empty $out/bin
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://www.gnupg.org;
|
homepage = https://www.gnupg.org;
|
||||||
description = "CMS and X.509 access library";
|
description = "CMS and X.509 access library";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user