libnatspec: unmark broken on darwin

This commit is contained in:
Robert Scott 2022-05-30 22:22:57 +01:00
parent 8e113240bb
commit 012021659f

View file

@ -16,7 +16,6 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ libiconv ];
meta = with lib; {
broken = stdenv.isDarwin;
homepage = "http://natspec.sourceforge.net/";
description = "A library intended to smooth national specificities in using of programs";
platforms = platforms.unix;