8 stdenv.mkDerivation rec {
9 pname = "mypaint-brushes";
12 src = fetchFromGitHub {
16 sha256 = "0kcqz13vzpy24dhmrx9hbs6s7hqb8y305vciznm15h277sabpmw9";
25 preConfigure = "./autogen.sh";
28 homepage = "http://mypaint.org/";
29 description = "Brushes used by MyPaint and other software using libmypaint";
30 license = licenses.cc0;
31 maintainers = with maintainers; [ jtojnar ];
32 platforms = platforms.unix;