comical: move to pkgs/by-name

This commit is contained in:
Weijia Wang
2024-12-31 09:50:26 +01:00
parent 8da05cf315
commit 15c084508e
3 changed files with 4 additions and 13 deletions
@@ -5,7 +5,6 @@
hexdump,
wxGTK32,
zlib,
Cocoa,
}:
stdenv.mkDerivation rec {
@@ -25,14 +24,10 @@ stdenv.mkDerivation rec {
hexdump
];
buildInputs =
[
wxGTK32
zlib
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
Cocoa
];
buildInputs = [
wxGTK32
zlib
];
makeFlags = [
"prefix=${placeholder "out"}"
-4
View File
@@ -13339,10 +13339,6 @@ with pkgs;
cudatext-gtk = callPackage ../applications/editors/cudatext { widgetset = "gtk2"; };
cudatext = cudatext-qt;
comical = callPackage ../applications/graphics/comical {
inherit (darwin.apple_sdk.frameworks) Cocoa;
};
cqrlog = callPackage ../applications/radio/cqrlog {
hamlib = hamlib_4;
};