mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #26621 from guillaumekoenig/install-gtk-launch
gtk3: install gtk-launch
This commit is contained in:
commit
c396360b7b
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue