14 stdenv.mkDerivation rec {
18 src = fetchFromGitHub {
22 hash = "sha256-vFg789vBV7ks+4YiWWl3u0/kQjzpAiX8dMfXU0hynDM=";
26 which # used by configure script
48 prefixKey = "--prefix ";
50 enableParallelBuilding = true;
52 # FIXME: not added by gstreamer setup hook by default
55 --prefix GST_PLUGIN_SYSTEM_PATH_1_0 : "$GST_PLUGIN_SYSTEM_PATH_1_0"
60 description = "Music player with a waveform progress bar";
61 homepage = "https://nulloy.com";
62 changelog = "https://github.com/nulloy/nulloy/blob/${src.rev}/ChangeLog";
63 license = licenses.gpl3Only;
64 mainProgram = "nulloy";
65 maintainers = with maintainers; [ aleksana ];
66 platforms = platforms.all;
67 broken = stdenv.hostPlatform.isDarwin;