cozy: rename directory and drop unused argument
Suggestions by @mweinelt and @r-rmcgibbo.
This commit is contained in:
-1
@@ -11,7 +11,6 @@
|
||||
, libhandy
|
||||
, libdazzle
|
||||
, python3Packages
|
||||
, file
|
||||
, cairo
|
||||
, gettext
|
||||
, gnome
|
||||
@@ -1450,7 +1450,7 @@ with pkgs;
|
||||
inherit (darwin.apple_sdk.frameworks) PCSC;
|
||||
};
|
||||
|
||||
cozy = callPackage ../applications/audio/cozy-audiobooks { };
|
||||
cozy = callPackage ../applications/audio/cozy { };
|
||||
|
||||
cpuid = callPackage ../os-specific/linux/cpuid { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user