diff options
| author | Tor Hedin Brønner <torhedinbronner@gmail.com> | 2019-03-22 17:04:16 +0100 |
|---|---|---|
| committer | Tor Hedin Brønner <torhedinbronner@gmail.com> | 2019-03-22 17:04:16 +0100 |
| commit | 5ee5aea5130f6ac4f7d26a88dbdadb50a867eba0 (patch) | |
| tree | e3149356a9ad0478c20464c89375263375ac5d9e | |
| parent | squash! nixos/gnome3: source-sans-pro is now default monospace font (diff) | |
| download | nixpkgs-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.nix | 2 |
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" \ |
