Loading pkgs/development/libraries/science/math/lrs/default.nix +8 −7 Original line number Diff line number Diff line { lib, stdenv, fetchurl, gmp }: stdenv.mkDerivation rec { stdenv.mkDerivation { pname = "lrs"; version = "7.2"; Loading @@ -11,9 +11,10 @@ stdenv.mkDerivation rec { buildInputs = [ gmp ]; preBuild = '' export makeFlags="$makeFlags prefix=$out"; ''; makeFlags = [ "prefix=${placeholder "out"}" "CC:=$(CC)" ]; meta = { description = "Implementation of the reverse search algorithm for vertex enumeration/convex hull problems"; Loading Loading
pkgs/development/libraries/science/math/lrs/default.nix +8 −7 Original line number Diff line number Diff line { lib, stdenv, fetchurl, gmp }: stdenv.mkDerivation rec { stdenv.mkDerivation { pname = "lrs"; version = "7.2"; Loading @@ -11,9 +11,10 @@ stdenv.mkDerivation rec { buildInputs = [ gmp ]; preBuild = '' export makeFlags="$makeFlags prefix=$out"; ''; makeFlags = [ "prefix=${placeholder "out"}" "CC:=$(CC)" ]; meta = { description = "Implementation of the reverse search algorithm for vertex enumeration/convex hull problems"; Loading