11 stdenv.mkDerivation rec {
13 version = "unstable-2022-04-03";
15 src = fetchFromGitHub {
18 rev = "826b3eeae5b682dc063f53b427caa9c7c48131ea";
19 sha256 = "sha256-cyFLsP+8GbALdlgEnVX4201Qq/KAxb/Vv+sJqbFpvUk=";
22 dontWrapQtApps = true;
25 substituteInPlace SuWidgets.pri \
26 --replace "PKGCONFIG += sigutils fftw3" "PKGCONFIG += sigutils fftw3f"
45 description = "Sigutils-related widgets";
46 homepage = "https://github.com/BatchDrake/SuWidgets";
47 license = licenses.gpl3;
48 platforms = platforms.all;
49 maintainers = with maintainers; [ polygon oxapentane ];