13 stdenv.mkDerivation rec {
17 outputs = [ "out" "dev" ];
19 src = fetchFromGitHub {
23 sha256 = "1ppgpmnhph9h8ayx9776f79a0bxbdszfw9c6bw7c3ffy2yk40178";
40 propagatedBuildInputs = [
46 preConfigure = "./autogen.sh";
49 homepage = "http://mypaint.org/";
50 description = "Library for making brushstrokes which is used by MyPaint and other projects";
51 license = licenses.isc;
52 maintainers = with maintainers; [ goibhniu jtojnar ];
53 platforms = platforms.unix;