fftw: use checkInputs, fix tests
This commit is contained in:
parent
17c660f546
commit
cca7c9f78e
@ -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/;
|
||||
|
Loading…
Reference in New Issue
Block a user