mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
parent
4ebd45c2ab
commit
f17b852d81
6 changed files with 0 additions and 10 deletions
|
|
@ -1223,21 +1223,11 @@ with pkgs;
|
|||
else
|
||||
throw "Don't know 32-bit platform for cross from: ${stdenv.hostPlatform.stdenv}";
|
||||
|
||||
cdemu-client = callPackage ../applications/emulators/cdemu/client.nix { };
|
||||
|
||||
cdemu-daemon = callPackage ../applications/emulators/cdemu/daemon.nix { };
|
||||
|
||||
fceux-qt5 = fceux.override { ___qtVersion = "5"; };
|
||||
fceux-qt6 = fceux.override { ___qtVersion = "6"; };
|
||||
|
||||
gcdemu = callPackage ../applications/emulators/cdemu/gui.nix { };
|
||||
|
||||
image-analyzer = callPackage ../applications/emulators/cdemu/analyzer.nix { };
|
||||
|
||||
kega-fusion = pkgsi686Linux.callPackage ../applications/emulators/kega-fusion { };
|
||||
|
||||
libmirage = callPackage ../applications/emulators/cdemu/libmirage.nix { };
|
||||
|
||||
mame-tools = lib.addMetaAttrs {
|
||||
description = mame.meta.description + " (tools only)";
|
||||
} (lib.getOutput "tools" mame);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue