Merge pull request #89980 from sikmir/clex

clex: enable on darwin
This commit is contained in:
Matthew Bauer
2020-06-11 10:44:44 -05:00
committed by GitHub
+1 -1
View File
@@ -24,6 +24,6 @@ stdenv.mkDerivation rec {
''; '';
homepage = "http://www.clex.sk"; homepage = "http://www.clex.sk";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = with platforms; linux ++ darwin;
}; };
} }