mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
space-cadet-pinball: migrate to by-name
This commit is contained in:
parent
3246cfb7bf
commit
eadef8f486
@ -17347,7 +17347,7 @@ with pkgs;
|
||||
buildShareware = true;
|
||||
};
|
||||
|
||||
space-cadet-pinball = callPackage ../games/space-cadet-pinball {
|
||||
space-cadet-pinball = callPackage ../by-name/sp/space-cadet-pinball/package.nix {
|
||||
inherit (darwin.apple_sdk.frameworks) Cocoa;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user