20 name = "mpdcron-bundle";
23 in stdenv.mkDerivation {
27 src = fetchFromGitHub {
30 rev = "e49e6049b8693d31887c538ddc7b19f5e8ca476b";
31 sha256 = "0vdksf6lcgmizqr5mqp0bbci259k0dj7gpmhx32md41jlmw5skaw";
34 nativeBuildInputs = [ autoconf automake pkg-config ];
51 configureFlags = [ "--enable-gmodule" "--with-standard-modules=all" ];
54 description = "Cron like daemon for mpd";
55 homepage = "http://alip.github.io/mpdcron/";
56 license = licenses.gpl2Plus;
57 platforms = platforms.unix;
58 maintainers = with maintainers; [ lovek323 manveru ];
59 broken = stdenv.hostPlatform.isDarwin; # fails due to old nokogiri https://github.com/sparklemotion/nokogiri/discussions/3152#discussioncomment-8806607
62 # TODO: autoreconfHook this