about summary refs log tree commit diff
path: root/pkgs/development/web
diff options
context:
space:
mode:
authorLuca Bruno <lethalman88@gmail.com>2015-02-20 14:05:11 +0100
committerLuca Bruno <lethalman88@gmail.com>2015-02-20 14:07:59 +0100
commit97f9150a56ebad04b7fbd55e1c8676740ffcaf31 (patch)
tree326895fad3ec02e9c7c0a586c5251f121e53fa6b /pkgs/development/web
parent332c32b7721bb5d4798bd205c49ac4b5a075f90d (diff)
downloadnixlib-97f9150a56ebad04b7fbd55e1c8676740ffcaf31.tar
nixlib-97f9150a56ebad04b7fbd55e1c8676740ffcaf31.tar.gz
nixlib-97f9150a56ebad04b7fbd55e1c8676740ffcaf31.tar.bz2
nixlib-97f9150a56ebad04b7fbd55e1c8676740ffcaf31.tar.lz
nixlib-97f9150a56ebad04b7fbd55e1c8676740ffcaf31.tar.xz
nixlib-97f9150a56ebad04b7fbd55e1c8676740ffcaf31.tar.zst
nixlib-97f9150a56ebad04b7fbd55e1c8676740ffcaf31.zip
wml: mark as broken, don't know why it broke
Diffstat (limited to 'pkgs/development/web')
-rw-r--r--pkgs/development/web/wml/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/development/web/wml/default.nix b/pkgs/development/web/wml/default.nix
index d3c67ec14d35..6dc7b68c71c2 100644
--- a/pkgs/development/web/wml/default.nix
+++ b/pkgs/development/web/wml/default.nix
@@ -43,5 +43,7 @@ perlPackages.buildPerlPackage rec {
     description = "Off-line HTML generation toolkit for Unix";
     license = licenses.gpl2;
     platforms = platforms.linux;
+    # Not sure what broke this build, it used to work
+    broken = true;
   };
-}
\ No newline at end of file
+}