Loading pkgs/development/interpreters/renpy/default.nix +7 −4 Original line number Diff line number Diff line Loading @@ -3,15 +3,16 @@ , makeWrapper }: stdenv.mkDerivation rec { pname = "renpy"; let # https://renpy.org/doc/html/changelog.html#versioning # base_version is of the form major.minor.patch # vc_version is of the form YYMMDDCC # version corresponds to the tag on GitHub base_version = "8.0.3"; vc_version = "22090809"; in stdenv.mkDerivation rec { pname = "renpy"; version = "${base_version}.${vc_version}"; src = fetchFromGitHub { Loading Loading @@ -46,7 +47,7 @@ stdenv.mkDerivation rec { postPatch = '' substituteInPlace module/setup.py \ --replace "@fribidi@" "${fribidi}" --replace "@fribidi@" "${fribidi.dev}" cp tutorial/game/tutorial_director.rpy{m,} Loading Loading @@ -87,4 +88,6 @@ stdenv.mkDerivation rec { platforms = platforms.linux; maintainers = with maintainers; [ shadowrz ]; }; passthru = { inherit base_version vc_version; }; } pkgs/development/python-modules/pygame_sdl2/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,11 @@ buildPythonPackage rec { rm -rf gen gen3 ''; # Remove build tag which produces invaild version postPatch = '' sed -i '2d' setup.cfg ''; nativeBuildInputs = [ SDL2.dev cython ]; Loading Loading
pkgs/development/interpreters/renpy/default.nix +7 −4 Original line number Diff line number Diff line Loading @@ -3,15 +3,16 @@ , makeWrapper }: stdenv.mkDerivation rec { pname = "renpy"; let # https://renpy.org/doc/html/changelog.html#versioning # base_version is of the form major.minor.patch # vc_version is of the form YYMMDDCC # version corresponds to the tag on GitHub base_version = "8.0.3"; vc_version = "22090809"; in stdenv.mkDerivation rec { pname = "renpy"; version = "${base_version}.${vc_version}"; src = fetchFromGitHub { Loading Loading @@ -46,7 +47,7 @@ stdenv.mkDerivation rec { postPatch = '' substituteInPlace module/setup.py \ --replace "@fribidi@" "${fribidi}" --replace "@fribidi@" "${fribidi.dev}" cp tutorial/game/tutorial_director.rpy{m,} Loading Loading @@ -87,4 +88,6 @@ stdenv.mkDerivation rec { platforms = platforms.linux; maintainers = with maintainers; [ shadowrz ]; }; passthru = { inherit base_version vc_version; }; }
pkgs/development/python-modules/pygame_sdl2/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,11 @@ buildPythonPackage rec { rm -rf gen gen3 ''; # Remove build tag which produces invaild version postPatch = '' sed -i '2d' setup.cfg ''; nativeBuildInputs = [ SDL2.dev cython ]; Loading