fftw: use checkInputs, fix tests

This commit is contained in:
Jan Malakhovski
2018-08-11 09:35:27 +00:00
parent 17c660f546
commit cca7c9f78e
+3 -1
View File
@@ -1,4 +1,4 @@
{ fetchurl, stdenv, lib, precision ? "double" }:
{ fetchurl, stdenv, lib, precision ? "double", perl }:
with lib;
@@ -38,6 +38,8 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
checkInputs = [ perl ];
meta = with stdenv.lib; {
description = "Fastest Fourier Transform in the West library";
homepage = http://www.fftw.org/;