forked from mirrors/nixpkgs
Merge pull request #13372 from knedlsepp/proj-on-darwin
proj: Add platforms.darwin and enable doCheck.
This commit is contained in:
commit
4d767deaf5
|
@ -8,11 +8,13 @@ stdenv.mkDerivation {
|
|||
sha256 = "15kpcmz3qjxfrs6vq48mgyvb4vxscmwgkzrdcn71a60wxp8rmgv0";
|
||||
};
|
||||
|
||||
doCheck = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Cartographic Projections Library";
|
||||
homepage = http://trac.osgeo.org/proj/;
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
maintainers = with maintainers; [ vbgl ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue