Revert "hugs: broken on clang"

This reverts commit e8a3c91b0e.
This commit is contained in:
Graham Christensen 2018-12-02 16:46:31 -05:00
parent db9ddfa00c
commit f07266bfc8
No known key found for this signature in database
GPG Key ID: ACA1C1D120C83D5C

View File

@ -45,6 +45,5 @@ stdenv.mkDerivation {
maintainers = with maintainers; [ joachifm ];
license = licenses.bsd3;
platforms = platforms.all;
broken = stdenv.hostPlatform.cc.isClang;
};
}