pyradio: migrate to by-name

This commit is contained in:
Nikolay Korotkiy 2024-09-02 23:31:22 +04:00
parent 7ca292fa95
commit a8fd5e2601
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5
2 changed files with 0 additions and 2 deletions

View File

@ -16908,8 +16908,6 @@ with pkgs;
pw-volume = callPackage ../tools/audio/pw-volume { };
pyradio = callPackage ../applications/audio/pyradio { };
racket = callPackage ../development/interpreters/racket {
inherit (darwin.apple_sdk.frameworks) CoreFoundation;
};