libgpgerror: split dev and info outputs
This commit is contained in:
@@ -10,6 +10,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
postPatch = "sed '/BUILD_TIMESTAMP=/s/=.*/=1970-01-01T00:01+0000/' -i ./configure";
|
||||
|
||||
outputs = [ "dev" "out" "info" ];
|
||||
outputBin = "dev"; # deps want just the lib, most likely
|
||||
|
||||
# If architecture-dependent MO files aren't available, they're generated
|
||||
# during build, so we need gettext for cross-builds.
|
||||
crossAttrs.buildInputs = [ gettext ];
|
||||
@@ -25,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
doCheck = true;
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://www.gnupg.org/related_software/libgpg-error/index.html";
|
||||
description = "A small library that defines common error values for all GnuPG components";
|
||||
|
||||
@@ -36,9 +39,9 @@ stdenv.mkDerivation rec {
|
||||
Daemon and possibly more in the future.
|
||||
'';
|
||||
|
||||
license = stdenv.lib.licenses.lgpl2Plus;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
|
||||
license = licenses.lgpl2Plus;
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.fuuzetsu ];
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user