lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

pcsxr: use wrapGAppsHook

+3 -5
+3 -5
pkgs/misc/emulators/pcsxr/default.nix
··· 1 1 { stdenv, fetchurl, autoreconfHook, intltool, pkgconfig, gtk3, SDL2, xorg 2 - , gsettings_desktop_schemas, makeWrapper, libcdio, nasm, ffmpeg, file 2 + , wrapGAppsHook, libcdio, nasm, ffmpeg, file 3 3 , fetchpatch }: 4 4 5 5 stdenv.mkDerivation rec { ··· 49 49 ./uncompress2.patch 50 50 ]; 51 51 52 + nativeBuildInputs = [ autoreconfHook intltool pkgconfig wrapGAppsHook ]; 52 53 buildInputs = [ 53 - autoreconfHook intltool pkgconfig gtk3 SDL2 xorg.libXv xorg.libXtst 54 - makeWrapper libcdio nasm ffmpeg file 54 + gtk3 SDL2 xorg.libXv xorg.libXtst libcdio nasm ffmpeg file 55 55 ]; 56 56 57 57 dynarecTarget = ··· 67 67 ]; 68 68 69 69 postInstall = '' 70 - wrapProgram "$out/bin/pcsxr" \ 71 - --prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH" 72 70 mkdir -p "$out/share/doc/${name}" 73 71 cp README \ 74 72 AUTHORS \