mailutils: fix compilation on Darwin (#112180)

argument -L... being unused at compile-time breaks configure,
setting NIX_CFLAGS_COMPILE appears to be superfluous
This commit is contained in:
Michael Roitzsch 2021-02-11 21:47:55 +01:00 committed by GitHub
parent eee95f7660
commit 26fa078985
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,8 +64,6 @@ stdenv.mkDerivation rec {
(fetchurl { url = "${p}/weed.at"; sha256 = "1101xakhc99f5gb9cs3mmydn43ayli7b270pzbvh7f9rbvh0d0nh"; })
];
NIX_CFLAGS_COMPILE = "-L${libmysqlclient}/lib/mysql -I${libmysqlclient}/include/mysql";
checkInputs = [ dejagnu ];
doCheck = false; # fails 1 out of a bunch of tests, looks like a bug
doInstallCheck = false; # fails