fftw: use checkInputs, fix tests
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ fetchurl, stdenv, lib, precision ? "double" }:
|
{ fetchurl, stdenv, lib, precision ? "double", perl }:
|
||||||
|
|
||||||
with lib;
|
with lib;
|
||||||
|
|
||||||
@@ -38,6 +38,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
checkInputs = [ perl ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Fastest Fourier Transform in the West library";
|
description = "Fastest Fourier Transform in the West library";
|
||||||
homepage = http://www.fftw.org/;
|
homepage = http://www.fftw.org/;
|
||||||
|
|||||||
Reference in New Issue
Block a user