mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
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"; })
|
||||
];
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user