dqlite: limit build to Linux

https://dqlite.io/docs/faq#are-windows-and-macos-supported
This commit is contained in:
Jörg Thalheim 2020-04-27 09:30:45 +01:00
parent 498e960f29
commit 3629975546
No known key found for this signature in database
GPG key ID: 003F2096411B5F92

View file

@ -35,6 +35,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/CanonicalLtd/dqlite/";
license = licenses.asl20;
maintainers = with maintainers; [ joko wucke13 ];
platforms = platforms.unix;
platforms = platforms.linux;
};
}