budgie-session: split outputs

This commit is contained in:
seth 2024-07-12 19:19:28 -04:00
parent 50124d6c9f
commit d623736294
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -39,6 +39,11 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-mz+Yh3NK2Tag+MWVofFFXYYXspxhmYBD6YCiuATpZSI=";
};
outputs = [
"out"
"man"
];
patches = [
(substituteAll {
src = ./fix-paths.patch;