Merge pull request #26621 from guillaumekoenig/install-gtk-launch

gtk3: install gtk-launch
This commit is contained in:
Jörg Thalheim 2017-06-16 23:53:30 +01:00 committed by GitHub
commit c396360b7b

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