gtk3: install gtk-launch

wip/yesman
Guillaume Koenig 7 years ago
parent 11b113541d
commit 60183a1177
  1. 2
      pkgs/development/libraries/gtk+/3.x.nix

@ -65,6 +65,8 @@ stdenv.mkDerivation rec {
--replace '-L${gmp.dev}/lib' '-L${gmp.out}/lib'
# The updater is needed for nixos env and it's tiny.
moveToOutput bin/gtk-update-icon-cache "$out"
# Launcher
moveToOutput bin/gtk-launch "$out"
'';
meta = with stdenv.lib; {

Loading…
Cancel
Save