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
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue