summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Hedin Brønner <torhedinbronner@gmail.com>2019-03-22 17:04:16 +0100
committerTor Hedin Brønner <torhedinbronner@gmail.com>2019-03-22 17:04:16 +0100
commit5ee5aea5130f6ac4f7d26a88dbdadb50a867eba0 (patch)
treee3149356a9ad0478c20464c89375263375ac5d9e
parentsquash! nixos/gnome3: source-sans-pro is now default monospace font (diff)
downloadnixpkgs-origin/gnome-3.32.tar.gz
Revert "gtksourceview4: fixme: disable checks"origin/gnome-3.32
This reverts commit 054e5feb1931f9b5b951c234ce54ba468816560b.
-rw-r--r--pkgs/development/libraries/gtksourceview/4.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/gtksourceview/4.x.nix b/pkgs/development/libraries/gtksourceview/4.x.nix
index 2cd6bd15eedc..553e9fd9cbb6 100644
--- a/pkgs/development/libraries/gtksourceview/4.x.nix
+++ b/pkgs/development/libraries/gtksourceview/4.x.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
- doCheck = false; # FIXME
+ doCheck = stdenv.isLinux;
checkPhase = ''
NO_AT_BRIDGE=1 \
XDG_DATA_DIRS="$XDG_DATA_DIRS:${shared-mime-info}/share" \