gtk3: add broadwayd to path (#116053)

launchpad/nixpkgs/master
Matthew O'Gorman 3 years ago committed by GitHub
parent 6eed4a89f6
commit b71eb2869a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/development/libraries/gtk/3.x.nix

@ -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

Loading…
Cancel
Save