procmail: pin gcc builds to gcc14 (#488757)
This commit is contained in:
@@ -1,10 +1,15 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
gcc14Stdenv,
|
||||
fetchurl,
|
||||
fetchpatch,
|
||||
buildPackages,
|
||||
}:
|
||||
}@args:
|
||||
|
||||
let
|
||||
stdenv = if args.stdenv.cc.isGNU then gcc14Stdenv else args.stdenv;
|
||||
in
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "procmail";
|
||||
|
||||
Reference in New Issue
Block a user