8 stdenv.mkDerivation rec {
9 pname = "mypaint-brushes";
12 src = fetchFromGitHub {
16 sha256 = "1c95l1vfz7sbrdlzrbz7h1p6s1k113kyjfd9wfnxlm0p6562cz3j";
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;