gpgmepp: split outputs

Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
Marcin Serwin
2025-12-22 16:49:26 +01:00
parent 3e2fee2a5e
commit fa233c97dc
+5
View File
@@ -16,6 +16,11 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-1HlgScBnCKJvMJb3SO8JU0fho8HlcFYXAf6VLD9WU4I=";
};
outputs = [
"out"
"dev"
];
patches = [
./0001-Fix-handling-of-absolute-install-dirs-in-.pc-install.patch
./0001-Don-t-hardcode-include-as-includedir.patch