cnijfilter_4_00: unpin gcc13, pass -std=c90 (#551716)

This commit is contained in:
Weijia Wang
2026-08-22 20:48:26 +00:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
{
gcc13Stdenv,
stdenv,
lib,
fetchzip,
autoconf,
@@ -21,7 +21,6 @@
*/
let
stdenv = gcc13Stdenv;
arch =
if stdenv.hostPlatform.system == "x86_64-linux" then
"64"
@@ -68,6 +67,8 @@ stdenv.mkDerivation {
libxml2
];
env.NIX_CFLAGS_COMPILE = " -std=gnu90";
# patches from https://github.com/tokiclover/bar-overlay/tree/master/net-print/cnijfilter
patches = [
./patches/cnijfilter-3.80-1-cups-1.6.patch