3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request from siraben/hol-unix

hol: expand platforms to unix
This commit is contained in:
Ben Siraphob 2021-07-01 23:33:15 +07:00 committed by GitHub
commit ee5b85e00e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,7 +81,7 @@ stdenv.mkDerivation {
'';
homepage = "http://hol.sourceforge.net/";
license = licenses.bsd3;
platforms = [ "x86_64-linux" ];
platforms = platforms.unix;
maintainers = with maintainers; [ mudri ];
};
}