mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
Refine libspatialindex platforms attribute
This commit is contained in:
parent
49182bcd34
commit
f0a8f1f313
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user