mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
gtk4: move broadwayd into out
It is convenient to have it in PATH by default and does not seem to increase the output size much (+0.2M). Just as was done to GTK 3 in https://github.com/NixOS/nixpkgs/pull/116053
This commit is contained in:
parent
b13597a821
commit
1379cbe985
@ -202,6 +202,9 @@ stdenv.mkDerivation rec {
|
||||
for f in $dev/bin/gtk4-encode-symbolic-svg; do
|
||||
wrapProgram $f --prefix XDG_DATA_DIRS : "${shared-mime-info}/share"
|
||||
done
|
||||
'' + lib.optionalString broadwaySupport ''
|
||||
# Broadway daemon
|
||||
moveToOutput bin/gtk4-broadwayd "$out"
|
||||
'';
|
||||
|
||||
# Wrap demos
|
||||
|
Loading…
Reference in New Issue
Block a user