8 stdenv.mkDerivation rec {
10 version = "0-unstable-2019-03-19";
12 src = fetchFromGitHub {
15 rev = "2c8da4877588e288ff4cd550f14bec2dc7bf668c";
16 hash = "sha256-Cj0n7fwFAu6+3ojgczL0Unobdx/XzGNFvNVMXdyHXE4=";
19 nativeBuildInputs = [ cmake ];
21 cmakeFlags = [ "-DENABLE_SHARED=ON" ];
24 description = "The Fastest Fourier Transform in the South";
25 homepage = "https://github.com/linkotec/ffts";
26 license = lib.licenses.mit;
27 maintainers = with lib.maintainers; [ bgamari ];
28 platforms = lib.platforms.linux;