about summary refs log tree commit diff
path: root/pkgs/misc/emulators/snes9x-gtk
diff options
context:
space:
mode:
authorOkina Matara <okinan@chiru.no>2018-06-19 01:51:56 -0500
committerOkina Matara <okinan@chiru.no>2018-06-19 01:51:56 -0500
commit49eae144e6735cdeb23aa227bcfb2e7af59cfeb0 (patch)
tree401c8300566f33d2affbebedab70a0de399dd84d /pkgs/misc/emulators/snes9x-gtk
parent5b09fe1098f47dbf661b4ec21a5b0abef8808794 (diff)
downloadnixlib-49eae144e6735cdeb23aa227bcfb2e7af59cfeb0.tar
nixlib-49eae144e6735cdeb23aa227bcfb2e7af59cfeb0.tar.gz
nixlib-49eae144e6735cdeb23aa227bcfb2e7af59cfeb0.tar.bz2
nixlib-49eae144e6735cdeb23aa227bcfb2e7af59cfeb0.tar.lz
nixlib-49eae144e6735cdeb23aa227bcfb2e7af59cfeb0.tar.xz
nixlib-49eae144e6735cdeb23aa227bcfb2e7af59cfeb0.tar.zst
nixlib-49eae144e6735cdeb23aa227bcfb2e7af59cfeb0.zip
snes9x-gtk: Install normally
Diffstat (limited to 'pkgs/misc/emulators/snes9x-gtk')
-rw-r--r--pkgs/misc/emulators/snes9x-gtk/default.nix10
1 files changed, 4 insertions, 6 deletions
diff --git a/pkgs/misc/emulators/snes9x-gtk/default.nix b/pkgs/misc/emulators/snes9x-gtk/default.nix
index e76271306296..09e3fb913243 100644
--- a/pkgs/misc/emulators/snes9x-gtk/default.nix
+++ b/pkgs/misc/emulators/snes9x-gtk/default.nix
@@ -1,5 +1,5 @@
-{ stdenv, fetchFromGitHub, autoreconfHook, intltool, pkgconfig, SDL2, zlib
-, gtk3, libxml2, libXv, epoxy, minizip, portaudio }:
+{ stdenv, fetchFromGitHub, autoreconfHook, wrapGAppsHook, intltool, pkgconfig
+, SDL2, zlib, gtk3, libxml2, libXv, epoxy, minizip, portaudio }:
 
 stdenv.mkDerivation rec {
   name = "snes9x-gtk-${version}";
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
   };
 
   enableParallelBuilding = true;
-  nativeBuildInputs = [ autoreconfHook intltool pkgconfig ];
+  nativeBuildInputs = [ autoreconfHook wrapGAppsHook intltool pkgconfig ];
   buildInputs = [ SDL2 zlib gtk3 libxml2 libXv epoxy minizip portaudio ];
 
   preAutoreconf = ''
@@ -21,11 +21,9 @@ stdenv.mkDerivation rec {
     intltoolize
   '';
 
-  installPhase = "install -Dt $out/bin snes9x-gtk";
-
   meta = with stdenv.lib; {
     homepage = "http://www.snes9x.com";
-    description = "A portable, freeware Super Nintendo Entertainment System (SNES) emulator";
+    description = "Super Nintendo Entertainment System (SNES) emulator";
 
     longDescription = ''
       Snes9x is a portable, freeware Super Nintendo Entertainment System (SNES)