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:
parent
eee95f7660
commit
26fa078985
@ -64,8 +64,6 @@ stdenv.mkDerivation rec {
|
|||||||
(fetchurl { url = "${p}/weed.at"; sha256 = "1101xakhc99f5gb9cs3mmydn43ayli7b270pzbvh7f9rbvh0d0nh"; })
|
(fetchurl { url = "${p}/weed.at"; sha256 = "1101xakhc99f5gb9cs3mmydn43ayli7b270pzbvh7f9rbvh0d0nh"; })
|
||||||
];
|
];
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-L${libmysqlclient}/lib/mysql -I${libmysqlclient}/include/mysql";
|
|
||||||
|
|
||||||
checkInputs = [ dejagnu ];
|
checkInputs = [ dejagnu ];
|
||||||
doCheck = false; # fails 1 out of a bunch of tests, looks like a bug
|
doCheck = false; # fails 1 out of a bunch of tests, looks like a bug
|
||||||
doInstallCheck = false; # fails
|
doInstallCheck = false; # fails
|
||||||
|
Loading…
x
Reference in New Issue
Block a user