gjs: 1.71.1 → 1.71.90
https://gitlab.gnome.org/GNOME/gjs/-/compare/1.71.1...1.71.90
This commit is contained in:
parent
52e90c9d2f
commit
8b1959ff16
1 changed files with 3 additions and 4 deletions
|
@ -30,13 +30,13 @@ let
|
||||||
];
|
];
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "gjs";
|
pname = "gjs";
|
||||||
version = "1.71.1";
|
version = "1.71.90";
|
||||||
|
|
||||||
outputs = [ "out" "dev" "installedTests" ];
|
outputs = [ "out" "dev" "installedTests" ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/gjs/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
url = "mirror://gnome/sources/gjs/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "sha256-8VrQ1Fp9MaGsTgdHkDjAU2cTzKPFSSyi8nMcBKOl8ek=";
|
sha256 = "sha256-/g2pKtu4wiUkyWl79w650uW6JgNqTh4wZMNVq2xFUoU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
@ -77,8 +77,7 @@ in stdenv.mkDerivation rec {
|
||||||
"-Dinstalled_test_prefix=${placeholder "installedTests"}"
|
"-Dinstalled_test_prefix=${placeholder "installedTests"}"
|
||||||
];
|
];
|
||||||
|
|
||||||
# TODO: Cairo test fails
|
doCheck = true;
|
||||||
doCheck = false;
|
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
patchShebangs build/choose-tests-locale.sh
|
patchShebangs build/choose-tests-locale.sh
|
||||||
|
|
Loading…
Reference in a new issue