xbps: limit to platforms.linux

Darwin is a no-go at least:
https://github.com/NixOS/nixpkgs/pull/40730#issuecomment-390284212
This commit is contained in:
Will Dietz 2018-05-18 12:42:00 -05:00
parent 0c30d6597e
commit a9d3d4dc6d

View File

@ -32,6 +32,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://github.com/voidlinux/xbps;
description = "The X Binary Package System";
platforms = platforms.linux; # known to not work on Darwin, at least
license = licenses.bsd2;
maintainers = with maintainers; [ dtzWill ];
};