gtk3: add broadwayd to path (#116053)

This commit is contained in:
Matthew O'Gorman 2021-03-12 13:59:14 -05:00 committed by GitHub
parent 6eed4a89f6
commit b71eb2869a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -188,6 +188,8 @@ stdenv.mkDerivation rec {
moveToOutput bin/gtk-update-icon-cache "$out"
# Launcher
moveToOutput bin/gtk-launch "$out"
# Broadway daemon
moveToOutput bin/broadwayd "$out"
# TODO: patch glib directly
for f in $dev/bin/gtk-encode-symbolic-svg; do