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
commit 2c7ec299fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,6 @@ stdenv.mkDerivation rec {
'';
homepage = "http://www.clex.sk";
license = licenses.gpl2Plus;
platforms = platforms.linux;
platforms = with platforms; linux ++ darwin;
};
}