mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
dosbox-staging: migrate to by-name
This commit is contained in:
parent
ec63994cac
commit
2995ee4d63
@ -2623,8 +2623,6 @@ with pkgs;
|
|||||||
SDL = if stdenv.isDarwin then SDL else SDL_compat;
|
SDL = if stdenv.isDarwin then SDL else SDL_compat;
|
||||||
};
|
};
|
||||||
|
|
||||||
dosbox-staging = callPackage ../applications/emulators/dosbox-staging { };
|
|
||||||
|
|
||||||
dosbox-x = darwin.apple_sdk_11_0.callPackage ../applications/emulators/dosbox-x {
|
dosbox-x = darwin.apple_sdk_11_0.callPackage ../applications/emulators/dosbox-x {
|
||||||
inherit (darwin.apple_sdk_11_0.frameworks) AudioUnit Carbon Cocoa;
|
inherit (darwin.apple_sdk_11_0.frameworks) AudioUnit Carbon Cocoa;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user