Merge pull request #174180 from sikmir/gnuclad

gnuclad: enable on darwin

authored by

Ben Siraphob and committed by
GitHub
60129f5a 392b95da

+2 -2
+2 -2
pkgs/applications/graphics/gnuclad/default.nix
··· 10 10 sha256 = "0ka2kscpjff7gflsargv3r9fdaxhkf3nym9mfaln3pnq6q7fwdki"; 11 11 }; 12 12 13 - NIX_CFLAGS_COMPILE = "-Wno-error=catch-value"; 13 + NIX_CFLAGS_COMPILE = lib.optional stdenv.cc.isGNU "-Wno-error=catch-value"; 14 14 15 15 nativeBuildInputs = [ pkg-config ]; 16 16 ··· 19 19 description = "gnuclad tries to help the environment by creating trees. Its primary use will be generating cladogram trees for the GNU/Linux distro timeline project"; 20 20 license = licenses.gpl3Plus; 21 21 maintainers = with maintainers; [ mog ]; 22 - platforms = platforms.linux; 22 + platforms = platforms.unix; 23 23 }; 24 24 }