about summary refs log tree commit diff
path: root/pkgs/development/interpreters/hugs/default.nix
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2018-12-02 16:46:31 -0500
committerGraham Christensen <graham@grahamc.com>2018-12-02 16:46:31 -0500
commitf07266bfc8c12f734c883eca869638922b00d5f2 (patch)
tree7afed80344eaee0cdef3a30e5baf9c543d50809e /pkgs/development/interpreters/hugs/default.nix
parentdb9ddfa00c8815f118b61a9be6e35156380883b0 (diff)
downloadnixlib-f07266bfc8c12f734c883eca869638922b00d5f2.tar
nixlib-f07266bfc8c12f734c883eca869638922b00d5f2.tar.gz
nixlib-f07266bfc8c12f734c883eca869638922b00d5f2.tar.bz2
nixlib-f07266bfc8c12f734c883eca869638922b00d5f2.tar.lz
nixlib-f07266bfc8c12f734c883eca869638922b00d5f2.tar.xz
nixlib-f07266bfc8c12f734c883eca869638922b00d5f2.tar.zst
nixlib-f07266bfc8c12f734c883eca869638922b00d5f2.zip
Revert "hugs: broken on clang"
This reverts commit e8a3c91b0e27da1edd3973b2207cd536602746aa.
Diffstat (limited to 'pkgs/development/interpreters/hugs/default.nix')
-rw-r--r--pkgs/development/interpreters/hugs/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/hugs/default.nix b/pkgs/development/interpreters/hugs/default.nix
index aaa788cfb4bd..2177ae22db56 100644
--- a/pkgs/development/interpreters/hugs/default.nix
+++ b/pkgs/development/interpreters/hugs/default.nix
@@ -45,6 +45,5 @@ stdenv.mkDerivation {
     maintainers = with maintainers; [ joachifm ];
     license = licenses.bsd3;
     platforms = platforms.all;
-    broken = stdenv.hostPlatform.cc.isClang;
   };
 }