13 stdenv.mkDerivation rec {
17 src = fetchFromGitHub {
21 hash = "sha256-vFg789vBV7ks+4YiWWl3u0/kQjzpAiX8dMfXU0hynDM=";
25 which # used by configure script
37 ] ++ (with gst_all_1; [
45 prefixKey = "--prefix ";
47 enableParallelBuilding = true;
49 # FIXME: not added by gstreamer setup hook by default
52 --prefix GST_PLUGIN_SYSTEM_PATH_1_0 : "$GST_PLUGIN_SYSTEM_PATH_1_0"
57 description = "Music player with a waveform progress bar";
58 homepage = "https://nulloy.com";
59 changelog = "https://github.com/nulloy/nulloy/blob/${src.rev}/ChangeLog";
60 license = licenses.gpl3Only;
61 mainProgram = "nulloy";
62 maintainers = with maintainers; [ aleksana ];
63 platforms = platforms.all;
64 broken = stdenv.hostPlatform.isDarwin;