misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -7,7 +7,8 @@ stdenv.mkDerivation rec {
|
||||
url = "https://forge.imag.fr/frs/download.php/370/givaro-${version}.tar.gz";
|
||||
sha256 = "0lf5cnbyr27fw7klc3zabkb1979dn67jmrjz6pa3jzw2ng74x9b3";
|
||||
};
|
||||
buildInputs = [autoconf automake libtool autoreconfHook gmpxx];
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
buildInputs = [autoconf automake libtool gmpxx];
|
||||
meta = {
|
||||
inherit version;
|
||||
description = ''A C++ library for arithmetic and algebraic computations'';
|
||||
|
||||
Reference in New Issue
Block a user