Loading pkgs/by-name/fv/fvwm2/package.nix +5 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ stdenv.mkDerivation rec { src = fetchFromGitHub { owner = "fvwmorg"; repo = "fvwm"; rev = version; tag = version; hash = "sha256-KcuX8las1n8UUE/BOHj7WOeZjva5hxgpFHtATMUk3bg="; }; Loading Loading @@ -67,6 +67,10 @@ stdenv.mkDerivation rec { "--disable-htmldoc" ]; # Fix build on GCC 14 (see https://github.com/fvwmorg/fvwm/pull/100) # Will never be accepted as an upstream patch as FVWM2 is EOL env.NIX_CFLAGS_COMPILE = "-Wno-error=int-conversion -Wno-error=incompatible-pointer-types"; postFixup = '' wrapPythonPrograms ''; Loading Loading
pkgs/by-name/fv/fvwm2/package.nix +5 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ stdenv.mkDerivation rec { src = fetchFromGitHub { owner = "fvwmorg"; repo = "fvwm"; rev = version; tag = version; hash = "sha256-KcuX8las1n8UUE/BOHj7WOeZjva5hxgpFHtATMUk3bg="; }; Loading Loading @@ -67,6 +67,10 @@ stdenv.mkDerivation rec { "--disable-htmldoc" ]; # Fix build on GCC 14 (see https://github.com/fvwmorg/fvwm/pull/100) # Will never be accepted as an upstream patch as FVWM2 is EOL env.NIX_CFLAGS_COMPILE = "-Wno-error=int-conversion -Wno-error=incompatible-pointer-types"; postFixup = '' wrapPythonPrograms ''; Loading