Skip to content

Commit

Permalink
gtksourceview3: 3.24.9 -> 3.24.10
Browse files Browse the repository at this point in the history
  • Loading branch information
worldofpeace committed Apr 8, 2019
1 parent acedc51 commit 36155cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/libraries/gtksourceview/3.x.nix
Expand Up @@ -3,11 +3,11 @@

stdenv.mkDerivation rec {
name = "gtksourceview-${version}";
version = "3.24.9";
version = "3.24.10";

src = fetchurl {
url = "mirror://gnome/sources/gtksourceview/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
sha256 = "1hh7brcvpip96mkf9460ksy2qpx2pwynwd0634rx78z6afj7d7b9";
sha256 = "16ym7jwiki4s1pilwr4incx0yg7ll94f1cajrnpndkxxs36hcm5b";
};

propagatedBuildInputs = [
Expand All @@ -33,7 +33,7 @@ stdenv.mkDerivation rec {

enableParallelBuilding = true;

doCheck = false; # FAIL: test-language
doCheck = stdenv.isLinux;
checkPhase = ''
NO_AT_BRIDGE=1 \
XDG_DATA_DIRS="$XDG_DATA_DIRS:${shared-mime-info}/share" \
Expand Down

0 comments on commit 36155cd

Please sign in to comment.