3
0
Fork 0
forked from mirrors/nixpkgs

Refine libspatialindex platforms attribute

This commit is contained in:
Matthew Pickering 2018-03-13 09:43:47 +00:00
parent 49182bcd34
commit f0a8f1f313

View file

@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
description = "Extensible spatial index library in C++";
homepage = http://libspatialindex.github.io/;
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.linux;
platforms = stdenv.lib.platforms.unix;
};
}