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:
parent
0c30d6597e
commit
a9d3d4dc6d
@ -32,6 +32,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/voidlinux/xbps;
|
homepage = https://github.com/voidlinux/xbps;
|
||||||
description = "The X Binary Package System";
|
description = "The X Binary Package System";
|
||||||
|
platforms = platforms.linux; # known to not work on Darwin, at least
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
maintainers = with maintainers; [ dtzWill ];
|
maintainers = with maintainers; [ dtzWill ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user