1 { lib, stdenv, fetchFromGitHub, cmake }:
3 stdenv.mkDerivation rec {
5 version = "unstable-2022-04-10";
7 src = fetchFromGitHub {
10 rev = "08f5ed2618ac06d7dcc83d209d7253dc215274d5";
11 sha256 = "sha256-9LfLQ17IRsbEwGQJZzhW2Av4en1KuJVicLrS2AyjUZY=";
14 nativeBuildInputs = [ cmake ];
17 description = "Pretty Fast FFT (PFFFT) library";
18 homepage = "https://github.com/marton78/pffft";
19 license = licenses.bsd3;
20 maintainers = with maintainers; [ sikmir ];
21 platforms = platforms.unix;