From a883581ddb56e9907452b7c3f9146f1fc7f92161 Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Wed, 12 Apr 2017 19:00:55 +0200 Subject: [PATCH] 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 --- pkgs/development/libraries/science/math/suitesparse/4.2.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/libraries/science/math/suitesparse/4.2.nix b/pkgs/development/libraries/science/math/suitesparse/4.2.nix index 070e2b1be1f..7e71eafef69 100644 --- a/pkgs/development/libraries/science/math/suitesparse/4.2.nix +++ b/pkgs/development/libraries/science/math/suitesparse/4.2.nix @@ -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";