comical: fix build (#369606)

This commit is contained in:
misuzu
2024-12-31 13:00:15 +02:00
committed by GitHub
3 changed files with 6 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"}"
@@ -40,6 +35,8 @@ stdenv.mkDerivation rec {
"CXX=${stdenv.cc.targetPrefix}c++"
];
env.NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types";
preInstall = ''
mkdir -p $out/bin
'';
-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;
};