mypaint: 2.0.0 → 2.0.1
https://github.com/mypaint/mypaint/releases/tag/v2.0.1
This commit is contained in:
parent
fb90f53313
commit
f1f038331f
@ -1,7 +1,7 @@
|
|||||||
{ stdenv
|
{ stdenv
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, gtk3
|
, gtk3
|
||||||
, intltool
|
, gettext
|
||||||
, json_c
|
, json_c
|
||||||
, lcms2
|
, lcms2
|
||||||
, libpng
|
, libpng
|
||||||
@ -20,18 +20,18 @@ let
|
|||||||
inherit (python3.pkgs) pycairo pygobject3 numpy buildPythonApplication;
|
inherit (python3.pkgs) pycairo pygobject3 numpy buildPythonApplication;
|
||||||
in buildPythonApplication rec {
|
in buildPythonApplication rec {
|
||||||
pname = "mypaint";
|
pname = "mypaint";
|
||||||
version = "2.0.0";
|
version = "2.0.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mypaint";
|
owner = "mypaint";
|
||||||
repo = "mypaint";
|
repo = "mypaint";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "180kyilhf81ndhwl1hlvy82gh6hxpcvka2d1nkghbpgy431rls6r";
|
sha256 = "rVKcxzWZRLcuxK8xRyRgvitXAh4uOEyqHswLeTdA2Mk=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
intltool
|
gettext
|
||||||
pkgconfig
|
pkgconfig
|
||||||
swig
|
swig
|
||||||
wrapGAppsHook
|
wrapGAppsHook
|
||||||
|
Loading…
x
Reference in New Issue
Block a user