fftw: use checkInputs, fix tests

This commit is contained in:
Jan Malakhovski 2018-08-08 18:30:43 +00:00
parent 17c660f546
commit cca7c9f78e

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/;