mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-29 09:04:17 +00:00
milkytracker: Migrate to by-name
This commit is contained in:
parent
089f7815b4
commit
56262ecfd3
@ -13284,10 +13284,6 @@ with pkgs;
|
||||
stdenv;
|
||||
};
|
||||
|
||||
milkytracker = callPackage ../applications/audio/milkytracker {
|
||||
inherit (darwin.apple_sdk.frameworks) Cocoa CoreAudio Foundation;
|
||||
};
|
||||
|
||||
ptcollab = callPackage ../by-name/pt/ptcollab/package.nix {
|
||||
stdenv = if stdenv.hostPlatform.isDarwin then darwin.apple_sdk_11_0.stdenv else stdenv;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user