mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +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;
|
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;
|
inherit (darwin.apple_sdk.frameworks) Cocoa;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user