forked from mirrors/nixpkgs
cups-bjnp: fix build w/glibc-2.31
https://hydra.nixos.org/build/122883083
This commit is contained in:
parent
22b69ed143
commit
923b6bff55
|
@ -11,7 +11,11 @@ stdenv.mkDerivation rec {
|
|||
preConfigure = ''configureFlags="--with-cupsbackenddir=$out/lib/cups/backend"'';
|
||||
|
||||
buildInputs = [cups];
|
||||
NIX_CFLAGS_COMPILE = [ "-include stdio.h" "-Wno-error=stringop-truncation" ];
|
||||
NIX_CFLAGS_COMPILE = [
|
||||
"-include stdio.h"
|
||||
"-Wno-error=stringop-truncation"
|
||||
"-Wno-error=deprecated-declarations"
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "CUPS back-end for Canon printers";
|
||||
|
|
Loading…
Reference in a new issue