budgie-screensaver: split outputs

This commit is contained in:
seth 2024-07-12 19:17:24 -04:00
parent 94d8f9bcaa
commit 9af16f0c40
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -30,6 +30,11 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-N8x9hdbaMDisTbQPJedNO4UMLnCn+Q2hhm4udJZgQlc=";
};
outputs = [
"out"
"man"
];
nativeBuildInputs = [
intltool
meson