popt: split outputs

Signed-off-by: David Wronek <david.wronek@mainlining.org>
This commit is contained in:
David Wronek
2026-02-21 13:31:56 +01:00
parent 6c168ae5b5
commit 4898254979
+6
View File
@@ -41,6 +41,12 @@ stdenv.mkDerivation (finalAttrs: {
})
];
outputs = [
"out"
"dev"
"man"
];
configureFlags = [
# Otherwise, it configures sysconfdir as $out/etc.
"--sysconfdir=/etc"