mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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; {
|
||||
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 New Issue
Block a user