summary refs log tree commit diff
path: root/pkgs/development/libraries/gdome2
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2014-09-24 00:09:41 +0200
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-09-24 04:16:36 +0100
commitc4197ff4dcec627525245c428c5c7c4e5552259f (patch)
treefb2f605f8f11d18c2061ba495fb22c4d47c7c417 /pkgs/development/libraries/gdome2
parent759e047fe93a9e9106a82053e8e039204c5f5df7 (diff)
downloadnixlib-c4197ff4dcec627525245c428c5c7c4e5552259f.tar
nixlib-c4197ff4dcec627525245c428c5c7c4e5552259f.tar.gz
nixlib-c4197ff4dcec627525245c428c5c7c4e5552259f.tar.bz2
nixlib-c4197ff4dcec627525245c428c5c7c4e5552259f.tar.lz
nixlib-c4197ff4dcec627525245c428c5c7c4e5552259f.tar.xz
nixlib-c4197ff4dcec627525245c428c5c7c4e5552259f.tar.zst
nixlib-c4197ff4dcec627525245c428c5c7c4e5552259f.zip
Labels gdome2 as broken.
Closes #4242
Diffstat (limited to 'pkgs/development/libraries/gdome2')
-rw-r--r--pkgs/development/libraries/gdome2/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/gdome2/default.nix b/pkgs/development/libraries/gdome2/default.nix
index 516fb9329833..f16a39e6ab0a 100644
--- a/pkgs/development/libraries/gdome2/default.nix
+++ b/pkgs/development/libraries/gdome2/default.nix
@@ -21,5 +21,6 @@ stdenv.mkDerivation {
     description = "DOM C library developped for the Gnome project";
     license = stdenv.lib.licenses.lgpl21Plus;
     maintainers = [ stdenv.lib.maintainers.roconnor ];
+    broken = true;
   };
 }