mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
fceux: use standard callPackage
This commit is contained in:
parent
b293f6561e
commit
88ae9f3ab2
@ -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";
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user