fceux: use standard callPackage

This commit is contained in:
Anderson Torres 2024-10-13 12:33:14 -03:00
parent b293f6561e
commit 88ae9f3ab2
2 changed files with 5 additions and 2 deletions

View File

@ -5,11 +5,14 @@
, lua
, minizip
, pkg-config
, qt5
, stdenv
, wrapQtAppsHook
, x264
}:
let
inherit (qt5) wrapQtAppsHook;
in
stdenv.mkDerivation (finalAttrs: {
pname = "fceux";
version = "2.6.6-unstable-2024-01-19";

View File

@ -2519,7 +2519,7 @@ with pkgs;
inherit (darwin.apple_sdk_11_0.frameworks) AudioUnit Carbon Cocoa;
};
fceux = libsForQt5.callPackage ../applications/emulators/fceux { };
fceux = callPackage ../applications/emulators/fceux { };
firebird-emu = libsForQt5.callPackage ../applications/emulators/firebird-emu { };