8 stdenv.mkDerivation rec {
10 version = "unstable-2022-04-10";
12 src = fetchFromGitHub {
15 rev = "08f5ed2618ac06d7dcc83d209d7253dc215274d5";
16 sha256 = "sha256-9LfLQ17IRsbEwGQJZzhW2Av4en1KuJVicLrS2AyjUZY=";
19 nativeBuildInputs = [ cmake ];
22 description = "Pretty Fast FFT (PFFFT) library";
23 homepage = "https://github.com/marton78/pffft";
24 license = licenses.bsd3;
25 maintainers = with maintainers; [ sikmir ];
26 platforms = platforms.unix;