Merge pull request #26621 from guillaumekoenig/install-gtk-launch
gtk3: install gtk-launch
This commit is contained in:
commit
c396360b7b
@ -65,6 +65,8 @@ stdenv.mkDerivation rec {
|
|||||||
--replace '-L${gmp.dev}/lib' '-L${gmp.out}/lib'
|
--replace '-L${gmp.dev}/lib' '-L${gmp.out}/lib'
|
||||||
# The updater is needed for nixos env and it's tiny.
|
# The updater is needed for nixos env and it's tiny.
|
||||||
moveToOutput bin/gtk-update-icon-cache "$out"
|
moveToOutput bin/gtk-update-icon-cache "$out"
|
||||||
|
# Launcher
|
||||||
|
moveToOutput bin/gtk-launch "$out"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user