comical: move to pkgs/by-name
This commit is contained in:
+4
-9
@@ -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"}"
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user