mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
cnijfilter_4_00: unpin gcc13, pass -std=c90 (#551716)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user