17 stdenv.mkDerivation (finalAttrs: {
18 pname = "mpd-touch-screen-gui";
19 version = "unstable-2022-12-30";
21 src = fetchFromGitHub {
23 repo = "mpd-touch-screen-gui";
24 rev = "156eaebede89da2b83a98d8f9dfa46af12282fb4";
25 sha256 = "sha256-vr/St4BghrndjUQ0nZI/uJq+F/MjEj6ulc4DYwQ/pgU=";
34 sed -i s#/usr/share/fonts/TTF#${dejavu_fonts}/share/fonts/truetype#g data/program.conf
48 # https://stackoverflow.com/questions/53089494/configure-error-could-not-find-a-version-of-the-library
50 "--with-boost-libdir=${boost.out}/lib"
56 description = "A small MPD client that let's you view covers and has controls suitable for small touchscreens";
57 homepage = "https://github.com/muesli4/mpd-touch-screen-gui";
58 # See: https://github.com/muesli4/mpd-touch-screen-gui/tree/master/LICENSES
59 license = licenses.lgpl3Plus;
60 maintainers = with maintainers; [ doronbehar ];
61 platforms = platforms.all;