13 stdenv.mkDerivation rec {
17 src = fetchFromGitHub {
21 sha256 = "sha256-hRwy++gZiW/olIIeiVTpdIjPLIHgvgVUGEaUX9tpFbY=";
38 enableParallelBuilding = false; # Fails to generate machine.h in time.
41 description = "GUI application for removing noise (hiss, pops and clicks) from audio files";
42 homepage = "https://github.com/AlisterH/gwc/";
43 changelog = "https://github.com/AlisterH/gwc/blob/${version}/Changelog";
44 license = licenses.gpl2Plus;
45 maintainers = with maintainers; [ magnetophon ];
46 platforms = platforms.linux;