python{2,3}Packages.galario: 1.2.1 -> 1.2.2
Upgrading fixes the tests
This commit is contained in:
parent
50e986ba96
commit
cbd37d0128
@ -18,13 +18,13 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "galario";
|
pname = "galario";
|
||||||
version = "1.2.1";
|
version = "1.2.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mtazzari";
|
owner = "mtazzari";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1akz7md7ly16a89zr880c265habakqdg9sj8iil90klqa0i21w6g";
|
sha256 = "0dw88ga50x3jwyfgcarn4azlhiarggvdg262hilm7rbrvlpyvha0";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
|
|||||||
pythonPackages.pytest
|
pythonPackages.pytest
|
||||||
];
|
];
|
||||||
|
|
||||||
checkInputs = stdenv.lib.optional enablePython pythonPackages.scipy;
|
checkInputs = stdenv.lib.optional enablePython [ pythonPackages.scipy pythonPackages.pytestcov ];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
mkdir -p build/external/src
|
mkdir -p build/external/src
|
||||||
|
Loading…
Reference in New Issue
Block a user