summary refs log tree commit diff
path: root/pkgs/development/libraries/gtk+
diff options
context:
space:
mode:
authorGuillaume Koenig <guillaume.koenig@schibsted.com>2017-06-16 13:10:42 +0200
committerGuillaume Koenig <guillaume.koenig@schibsted.com>2017-06-16 13:10:42 +0200
commit60183a11775014f7487fe8c9715b0333824bb22a (patch)
tree99d03e013e9f9e4d6770bc44dbe5e948914b83d0 /pkgs/development/libraries/gtk+
parent11b113541d26dc8f701ebc9810bf242fb70ecaec (diff)
downloadnixlib-60183a11775014f7487fe8c9715b0333824bb22a.tar
nixlib-60183a11775014f7487fe8c9715b0333824bb22a.tar.gz
nixlib-60183a11775014f7487fe8c9715b0333824bb22a.tar.bz2
nixlib-60183a11775014f7487fe8c9715b0333824bb22a.tar.lz
nixlib-60183a11775014f7487fe8c9715b0333824bb22a.tar.xz
nixlib-60183a11775014f7487fe8c9715b0333824bb22a.tar.zst
nixlib-60183a11775014f7487fe8c9715b0333824bb22a.zip
gtk3: install gtk-launch
Diffstat (limited to 'pkgs/development/libraries/gtk+')
-rw-r--r--pkgs/development/libraries/gtk+/3.x.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/gtk+/3.x.nix b/pkgs/development/libraries/gtk+/3.x.nix
index 8fbe2ba8dc99..917371678e9d 100644
--- a/pkgs/development/libraries/gtk+/3.x.nix
+++ b/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; {