Skip to content

Commit

Permalink
cdrtools: remove -fpermissive due to revert of gcc_14 as default (#34…
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianhjr committed Sep 28, 2024
2 parents 8693fc1 + 76aeca8 commit 06d9a3e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkgs/tools/cd-dvd/cdrtools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ stdenv.mkDerivation rec {

makeFlags = [ "GMAKE_NOWARN=true" "INS_BASE=/" "INS_RBASE=/" "DESTDIR=${placeholder "out"}" ];

env = lib.optionalAttrs stdenv.cc.isGNU {
NIX_CFLAGS_COMPILE = "-fpermissive";
};

enableParallelBuilding = false; # parallel building fails on some linux machines

hardeningDisable = lib.optional stdenv.hostPlatform.isMusl "fortify";
Expand Down

0 comments on commit 06d9a3e

Please sign in to comment.