suitesparse_4_2: remove bogus NIX_CFLAGS

NIX_CFLAGS should be NIX_CFLAGS_COMPILE; since pic is the default, we
simply remove the bogus declaration.

Tested with nix-build -A suitesparse_4_2
This commit is contained in:
Joachim Fasting 2017-04-12 19:00:55 +02:00
parent 5ba445752b
commit a883581ddb
No known key found for this signature in database
GPG key ID: 7544761007FE4E08

View file

@ -33,8 +33,6 @@ stdenv.mkDerivation rec {
"LAPACK="
];
NIX_CFLAGS = "-fPIC";
meta = with stdenv.lib; {
homepage = http://faculty.cse.tamu.edu/davis/suitesparse.html;
description = "A suite of sparse matrix algorithms";