dqlite: limit build to Linux
https://dqlite.io/docs/faq#are-windows-and-macos-supported
This commit is contained in:
parent
498e960f29
commit
3629975546
@ -35,6 +35,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://github.com/CanonicalLtd/dqlite/";
|
homepage = "https://github.com/CanonicalLtd/dqlite/";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ joko wucke13 ];
|
maintainers = with maintainers; [ joko wucke13 ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user