gtk3: install gtk-launch

This commit is contained in:
Guillaume Koenig 2017-06-16 13:10:42 +02:00
parent 11b113541d
commit 60183a1177

View file

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