mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
gemrb: 0.9.0 -> 0.9.1
This commit is contained in:
parent
81b1c19c5e
commit
baf2e6d069
@ -11,7 +11,7 @@
|
|||||||
, libvlc
|
, libvlc
|
||||||
, libvorbis
|
, libvorbis
|
||||||
, openal
|
, openal
|
||||||
, python2 # 0.9.0 crashes after character generation with py3, so stick to py2 for now
|
, python3
|
||||||
, zlib
|
, zlib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -27,13 +27,13 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gemrb";
|
pname = "gemrb";
|
||||||
version = "0.9.0";
|
version = "0.9.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gemrb";
|
owner = "gemrb";
|
||||||
repo = "gemrb";
|
repo = "gemrb";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-h/dNPY0QZ2m7aYgRla3r1E8APJqO99ePa2ABhhh3Aoc=";
|
hash = "sha256-xc59Iyrmbmo7Kxio0lLpvVlpdoeM/vfmBLkJdzJsSPY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
|
|||||||
libpng
|
libpng
|
||||||
libvorbis
|
libvorbis
|
||||||
openal
|
openal
|
||||||
python2
|
python3
|
||||||
zlib
|
zlib
|
||||||
]
|
]
|
||||||
++ optional withVLC libvlc;
|
++ optional withVLC libvlc;
|
||||||
|
Loading…
Reference in New Issue
Block a user