Loading pkgs/by-name/xb/xbps/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -45,11 +45,11 @@ stdenv.mkDerivation (finalAttrs: { enableParallelBuilding = true; meta = with lib; { meta = { homepage = "https://github.com/void-linux/xbps"; description = "X Binary Package System"; platforms = platforms.linux; # known to not work on Darwin, at least license = licenses.bsd2; maintainers = with maintainers; [ dtzWill ]; platforms = lib.platforms.linux; # known to not work on Darwin, at least license = lib.licenses.bsd2; maintainers = with lib.maintainers; [ dtzWill ]; }; }) Loading
pkgs/by-name/xb/xbps/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -45,11 +45,11 @@ stdenv.mkDerivation (finalAttrs: { enableParallelBuilding = true; meta = with lib; { meta = { homepage = "https://github.com/void-linux/xbps"; description = "X Binary Package System"; platforms = platforms.linux; # known to not work on Darwin, at least license = licenses.bsd2; maintainers = with maintainers; [ dtzWill ]; platforms = lib.platforms.linux; # known to not work on Darwin, at least license = lib.licenses.bsd2; maintainers = with lib.maintainers; [ dtzWill ]; }; })