Merge staging-next into staging

Changed files
+449 -105
maintainers
pkgs
applications
accessibility
contrast
audio
cardinal
chuck
snapcast
blockchains
haven-cli
solana-validator
editors
vim
plugins
xedit
graphics
ImageMagick
dia
foxotron
megapixels
symbolic-preview
misc
citations
gnome-extension-manager
oneko
openbangla-keyboard
sweethome3d
networking
browsers
cluster
docker-machine
fn-cli
kube-score
kubeone
instant-messengers
element
telegram
kotatogram-desktop
telepathy
mission-control
mailreaders
sylpheed
sync
lsyncd
umurmur
radio
m17-cxx-demod
science
astronomy
xearth
chemistry
gwyddion
physics
nnpdf
sacrifice
sherpa
version-management
video
motion
obs-studio
olive-editor
openshot-qt
virtualization
xhyve
development
compilers
cakelisp
ecl
inform7
llvm
10
5
6
7
polyml
smlnj
terra
interpreters
libraries
classads
enchant
garmintools
gcc
libstdc++
gmp
htmlcxx
imlib
libLAS
libbde
libffcall
libffi
libfreefare
libhdhomerun
liboil
libsnark
libticables2
libtommath
openslp
physics
hepmc3
nlojet
thepeg
rlottie
science
math
bonmin
m4rie
mongoose
networking
sqlite
subunit
vc
xgboost
python-modules
bluetooth-auto-recovery
deploykit
pychromecast
pyoverkiz
xgboost
zha-quirks
tools
analysis
panopticon
build-managers
bazel
bazel_3
explain
glslviewer
lightningcss
misc
pwndbg
rojo
games
opendungeons
openspades
quake3
quake3e
quantumminigolf
scummvm
solicurses
stepmania
xskat
xsok
os-specific
darwin
linux
lsirec
nsncd
servers
isso
misc
qremotecontrol-server
monitoring
lcdproc
mx-puppet-discord
search
qdrant
tools
archivers
compression
imagelol
filesystems
securefs
xtreemfs
games
minecraft
minecraft-server-hibernation
graphics
esshader
sic-image-cli
vulkan-caps-viewer
misc
bmon
cpuminer
jsonwatch
mcfly
mynewt-newtmgr
starship
usbimager
vtm
zellij
networking
dd-agent
junkie
netcat-openbsd
srelay
wrk2
x11-ssh-askpass
security
feroxbuster
john
libacr38u
yersinia
text
jumanpp
video
tsduck
virtualization
xe-guest-utilities
top-level
+9
maintainers/maintainer-list.nix
···
githubId = 214787;
name = "Herwig Hochleitner";
};
+
benediktbroich = {
+
name = "Benedikt Broich";
+
email = "b.broich@posteo.de";
+
github = "BenediktBroich";
+
githubId = 32903896;
+
keys = [{
+
fingerprint = "CB5C 7B3C 3E6F 2A59 A583 A90A 8A60 0376 7BE9 5976";
+
}];
+
};
benesim = {
name = "Benjamin Isbarn";
email = "benjamin.isbarn@gmail.com";
+2
pkgs/applications/accessibility/contrast/default.nix
···
license = licenses.gpl3Plus;
maintainers = with maintainers; [ jtojnar ];
platforms = platforms.unix;
+
# never built on aarch64-darwin, x86_64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin;
};
}
+2
pkgs/applications/audio/cardinal/default.nix
···
license = lib.licenses.gpl3;
maintainers = [ lib.maintainers.magnetophon ];
platforms = lib.platforms.all;
+
# never built on aarch64-darwin, x86_64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin;
};
}
+2
pkgs/applications/audio/chuck/default.nix
···
license = licenses.gpl2;
platforms = platforms.unix;
maintainers = with maintainers; [ ftrvxmtrx ];
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/applications/audio/snapcast/default.nix
···
maintainers = with maintainers; [ fpletz ];
platforms = platforms.linux ++ platforms.darwin;
license = licenses.gpl3Plus;
+
# never built on x86_64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isx86_64;
};
}
+2
pkgs/applications/blockchains/haven-cli/default.nix
···
license = licenses.bsd3;
platforms = platforms.all;
maintainers = with maintainers; [ kim0 ];
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/applications/blockchains/solana-validator/default.nix
···
license = licenses.asl20;
maintainers = with maintainers; [ adjacentresearch ];
platforms = platforms.unix;
+
# never built on aarch64-darwin, x86_64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin;
};
passthru.updateScript = ./update.sh;
}
+2 -2
pkgs/applications/editors/vim/plugins/overrides.nix
···
});
forms = super.forms.overrideAttrs (old: {
-
dependencies = with self; [ self.self ];
+
dependencies = [ self.self ];
});
fruzzy =
···
};
skim-vim = super.skim-vim.overrideAttrs (old: {
-
dependencies = with self; [ skim ];
+
dependencies = [ self.skim ];
});
sniprun =
+2
pkgs/applications/editors/xedit/default.nix
···
license = with licenses; [ mit ];
maintainers = with maintainers; [ shamilton ];
platforms = platforms.unix;
+
# never built on aarch64-darwin, x86_64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin;
};
}
+2 -2
pkgs/applications/graphics/ImageMagick/default.nix
···
stdenv.mkDerivation rec {
pname = "imagemagick";
-
version = "7.1.0-53";
+
version = "7.1.0-54";
src = fetchFromGitHub {
owner = "ImageMagick";
repo = "ImageMagick";
rev = version;
-
hash = "sha256-U111mor498zAyoYKqCerb9cnxUUOlXKYPfaIzKxZiUM=";
+
hash = "sha256-aQipCcqOS9viOLPHEx21MrJHdxYKZl++3DIKMz97Ukw=";
};
outputs = [ "out" "dev" "doc" ]; # bin/ isn't really big
+2
pkgs/applications/graphics/dia/default.nix
···
maintainers = with maintainers; [ raskin ];
license = licenses.gpl2;
platforms = platforms.unix;
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/applications/graphics/foxotron/default.nix
···
license = licenses.unlicense;
maintainers = with maintainers; [ OPNA2608 ];
platforms = platforms.all;
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+8 -4
pkgs/applications/graphics/megapixels/default.nix
···
, ninja
, pkg-config
, wrapGAppsHook4
-
, libepoxy
+
, feedbackd
, gtk4
+
, libepoxy
+
, xorg
, zbar
, tiffSupport ? true
, libraw
···
in
stdenv.mkDerivation rec {
pname = "megapixels";
-
version = "1.5.2";
+
version = "1.6.0";
src = fetchFromGitLab {
owner = "postmarketOS";
repo = "megapixels";
rev = version;
-
hash = "sha256-UH3NQdMlZTi4hc8HNSbCcQSm0rxI78RMCRYll1NCBO8=";
+
hash = "sha256-xrO9Xr9DPjlDs4yaKy32yb4X8wFqLKfy8rsjtBuN+Rg=";
};
nativeBuildInputs = [
···
];
buildInputs = [
-
libepoxy
+
feedbackd
gtk4
+
libepoxy
+
xorg.libXrandr
zbar
];
+2
pkgs/applications/graphics/symbolic-preview/default.nix
···
maintainers = with maintainers; [ qyliss ];
license = licenses.gpl3Plus;
platforms = platforms.unix;
+
# never built on aarch64-darwin, x86_64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin;
};
}
+74
pkgs/applications/misc/citations/default.nix
···
+
{ darwin
+
, desktop-file-utils
+
, fetchFromGitLab
+
, gettext
+
, glib
+
, gtk4
+
, gtksourceview5
+
, lib
+
, libadwaita
+
, meson
+
, ninja
+
, pkg-config
+
, poppler
+
, rustPlatform
+
, stdenv
+
, testers
+
, wrapGAppsHook4
+
}:
+
stdenv.mkDerivation (finalAttrs: {
+
pname = "citations";
+
version = "0.5.1";
+
+
src = fetchFromGitLab {
+
domain = "gitlab.gnome.org";
+
owner = "World";
+
repo = finalAttrs.pname;
+
rev = finalAttrs.version;
+
hash = "sha256-QPK6Nw0tDdttUDFKMgThTYMTxGXsn5OReqf1LNAai7g=";
+
};
+
+
cargoDeps = rustPlatform.fetchCargoTarball {
+
src = finalAttrs.src;
+
name = "${finalAttrs.pname}-${finalAttrs.version}";
+
hash = "sha256-Kounxi4JxoU4+rWMWNB8rzTyG3MDKYD0OzYfAHwm6bY=";
+
};
+
+
nativeBuildInputs = [
+
desktop-file-utils
+
gettext
+
glib
+
meson
+
ninja
+
pkg-config
+
rustPlatform.cargoSetupHook
+
rustPlatform.rust.cargo
+
rustPlatform.rust.rustc
+
wrapGAppsHook4
+
];
+
+
buildInputs = [
+
glib
+
gtk4
+
gtksourceview5
+
libadwaita
+
poppler
+
] ++ lib.optional stdenv.isDarwin [
+
darwin.apple_sdk.frameworks.Foundation
+
];
+
+
doCheck = true;
+
+
passthru.tests.version = testers.testVersion {
+
package = finalAttrs.finalPackage;
+
command = "citations --help";
+
};
+
+
meta = with lib; {
+
description = "Manage your bibliographies using the BibTeX format";
+
homepage = "https://apps.gnome.org/app/org.gnome.World.Citations";
+
license = licenses.gpl3Plus;
+
maintainers = with maintainers; [ benediktbroich ];
+
platforms = platforms.unix;
+
};
+
})
+2
pkgs/applications/misc/gnome-extension-manager/default.nix
···
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ foo-dogsquared ];
+
# never built on aarch64-linux since first introduction in nixpkgs
+
broken = stdenv.isLinux && stdenv.isAarch64;
};
}
+2
pkgs/applications/misc/oneko/default.nix
···
license = with licenses; [ publicDomain ];
maintainers = with maintainers; [ xaverdh irenes ];
platforms = platforms.unix;
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/applications/misc/openbangla-keyboard/default.nix
···
license = licenses.gpl3Plus;
maintainers = with maintainers; [ hqurve ];
platforms = platforms.linux;
+
# never built on aarch64-linux since first introduction in nixpkgs
+
broken = stdenv.isLinux && stdenv.isAarch64;
};
}
+2 -2
pkgs/applications/misc/sweethome3d/default.nix
···
application = mkSweetHome3D rec {
pname = lib.toLower module + "-application";
-
version = "6.6";
+
version = "7.0.2";
module = "SweetHome3D";
description = "Design and visualize your future home";
license = lib.licenses.gpl2Plus;
src = fetchurl {
url = "mirror://sourceforge/sweethome3d/${module}-${version}-src.zip";
-
sha256 = "sha256-CnVXpmodmyoZdqmt7OgRyzuLeDhkPhrAS/CldFM8SQs=";
+
sha256 = "sha256-9Jv/U7afG6+LwPB6IhqLePjQA67bPKelP+UcuvizBqo=";
};
desktopName = "Sweet Home 3D";
icons = {
+3 -3
pkgs/applications/networking/browsers/chromium/upstream-info.json
···
}
},
"beta": {
-
"version": "109.0.5414.25",
-
"sha256": "1yl8bxbxnlvypqvnb0kd4z3c793m375pwza43gab35kc1azxfnrg",
-
"sha256bin64": "1rld29mq6dvd85nvsrxj155m79hylxknhphlmw82i74fa7r6lxhm",
+
"version": "109.0.5414.36",
+
"sha256": "14kicgbadb83401dpfqnz3hb3dxi55nfydj5wpmg29dyw0bdndpm",
+
"sha256bin64": "11lpv9432xqkdj4q89sfyd0261444s9amncnzdmij93ni1wac8b4",
"deps": {
"gn": {
"version": "2022-11-10",
+2
pkgs/applications/networking/cluster/docker-machine/xhyve.nix
···
license = licenses.bsd3;
maintainers = with maintainers; [ periklis ];
platforms = platforms.darwin;
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2 -3
pkgs/applications/networking/cluster/fn-cli/default.nix
···
buildGoModule rec {
pname = "fn";
-
version = "0.6.22";
+
version = "0.6.23";
src = fetchFromGitHub {
owner = "fnproject";
repo = "cli";
rev = version;
-
hash = "sha256-FXgDCZcHcKvgkV1YFjMKl+5oJ5H1DV/Gj9am5VJuIjw=";
+
hash = "sha256-3g8S3cJ3RC06rvPMyQSKf8L4DkDTZ0Oe+6eh+rwyqg8=";
};
vendorSha256 = null;
···
homepage = "https://fnproject.io";
license = licenses.asl20;
maintainers = [ maintainers.c4605 ];
-
broken = stdenv.isDarwin;
};
}
+11 -7
pkgs/applications/networking/cluster/kube-score/default.nix
···
-
{ lib, buildGoModule, fetchFromGitHub }:
+
{ lib
+
, buildGoModule
+
, fetchFromGitHub
+
}:
buildGoModule rec {
pname = "kube-score";
-
version = "1.14.0";
+
version = "1.16.0";
src = fetchFromGitHub {
owner = "zegl";
repo = pname;
rev = "v${version}";
-
sha256 = "sha256-6/+S1aj2qoUPz+6+8Z4Z5dpfyOi/DnrLLUpPgBn/OxU=";
+
hash = "sha256-dKvPLAT9e8gNJkKDF7dQPGLSkv9QUjQklUX8Dm8i33E=";
};
-
vendorSha256 = "sha256-0Zi62FmX4rFl3os2ehtussSSUPJtxLq7622CEdeKZCs=";
+
vendorHash = "sha256-pcNdszOfsYKiASOUNKflbr89j/wb9ILQvjMJYsiGPWo=";
meta = with lib; {
description = "Kubernetes object analysis with recommendations for improved reliability and security";
-
homepage = "https://github.com/zegl/kube-score";
-
license = licenses.mit;
-
maintainers = [ maintainers.j4m3s ];
+
homepage = "https://github.com/zegl/kube-score";
+
changelog = "https://github.com/zegl/kube-score/releases/tag/v${version}";
+
license = licenses.mit;
+
maintainers = with maintainers; [ j4m3s ];
};
}
+10 -8
pkgs/applications/networking/cluster/kubeone/default.nix
···
buildGoModule rec {
pname = "kubeone";
-
version = "1.5.3";
+
version = "1.5.4";
src = fetchFromGitHub {
owner = "kubermatic";
repo = "kubeone";
rev = "v${version}";
-
sha256 = "sha256-CjT6YKC6DJvs+LeKIzOl2Y6n0/yGv0nz8EfHqiSnIDo=";
+
hash = "sha256-s94o2/wInWMWbJcq8cpEbJYHL6vpD3Vurl/rOigzQRk=";
};
-
vendorSha256 = "sha256-Y4eivDchnN2rtQWjFY3cFiJXRfj48UfVUKM/OLuWXGA=";
+
vendorHash = "sha256-Y4eivDchnN2rtQWjFY3cFiJXRfj48UfVUKM/OLuWXGA=";
ldflags = [
-
"-s -w"
+
"-s"
+
"-w"
"-X k8c.io/kubeone/pkg/cmd.version=${version}"
"-X k8c.io/kubeone/pkg/cmd.date=unknown"
];
···
command = "kubeone version";
};
-
meta = {
-
description = "Automate cluster operations on all your cloud, on-prem, edge, and IoT environments.";
+
meta = with lib; {
+
description = "Automate cluster operations on all your cloud, on-prem, edge, and IoT environments";
homepage = "https://kubeone.io/";
-
license = lib.licenses.asl20;
-
maintainers = with lib.maintainers; [ lblasc ];
+
changelog = "https://github.com/kubermatic/kubeone/releases/tag/v${version}";
+
license = licenses.asl20;
+
maintainers = with maintainers; [ lblasc ];
};
}
+5
pkgs/applications/networking/instant-messengers/element/element-desktop.nix
···
runHook postConfigure
'';
+
# Only affects unused scripts in $out/share/element/electron/scripts. Also
+
# breaks because there are some `node`-scripts with a `npx`-shebang and
+
# this shouldn't be in the closure just for unused scripts.
+
dontPatchShebangs = true;
+
buildPhase = ''
runHook preBuild
+5 -5
pkgs/applications/networking/instant-messengers/element/pin.json
···
{
-
"version": "1.11.15",
-
"desktopSrcHash": "l+IjI3uvnOjaJA6IszDSuOO08SMqbUf8rI/u12g5Rxo=",
-
"desktopYarnHash": "024vd7xiwialfrag325558qjrqlfxzy9xq7jb15ysawand1k2xyv",
-
"webSrcHash": "YLQ4z333RMx9qyVRTBbDCWLTy5QqLlHmYpmOa8vlCbg=",
-
"webYarnHash": "1ll2sj9q3h2b76383bqv8a8ckqlk8b131zwx223fnz8mfqsc9br0"
+
"version": "1.11.16",
+
"desktopSrcHash": "EeED62HRpaWN91yxcDvwwNUWmDRU38lyT5ba1S4go6Q=",
+
"desktopYarnHash": "1f0bghcbzab2dkvxmvhhc0dzyk3js09v2sh93gsjsq9mkhld1k0w",
+
"webSrcHash": "T6UcGNm4i+Nc4Yk/mVFc4L9jxWQtOpjps1ZtEhilHW0=",
+
"webYarnHash": "1jyzym34lzadniqrysbm1m5agw03hzw6ymmdxpbay38afrhrciyk"
}
+2 -1
pkgs/applications/networking/instant-messengers/telegram/kotatogram-desktop/default.nix
···
};
meta = {
-
broken = (stdenv.isLinux && stdenv.isAarch64);
description = "Kotatogram – experimental Telegram Desktop fork";
longDescription = ''
Unofficial desktop client for the Telegram messenger, based on Telegram Desktop.
···
homepage = "https://kotatogram.github.io";
changelog = "https://github.com/kotatogram/kotatogram-desktop/releases/tag/k{version}";
maintainers = with maintainers; [ ilya-fedin ];
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = (stdenv.isDarwin && stdenv.isAarch64) || (stdenv.isLinux && stdenv.isAarch64);
};
}
+2
pkgs/applications/networking/instant-messengers/telepathy/mission-control/default.nix
···
license = licenses.lgpl21Only;
maintainers = with maintainers; [ ];
platforms = platforms.unix;
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/applications/networking/mailreaders/sylpheed/default.nix
···
maintainers = with maintainers; [ eelco ];
platforms = platforms.linux ++ platforms.darwin;
license = licenses.gpl2;
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/applications/networking/sync/lsyncd/default.nix
···
license = licenses.gpl2Plus;
platforms = platforms.all;
maintainers = with maintainers; [ bobvanderlinden ];
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/applications/networking/umurmur/default.nix
···
license = licenses.bsd3;
homepage = "https://github.com/umurmur/umurmur";
platforms = platforms.all;
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/applications/radio/m17-cxx-demod/default.nix
···
license = licenses.gpl3Only;
platforms = platforms.unix;
maintainers = teams.c3d2.members;
+
# never built on aarch64-darwin, x86_64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin;
};
}
+2
pkgs/applications/science/astronomy/xearth/default.nix
···
maintainers = [ maintainers.mafo ];
license = "xearth";
platforms=platforms.unix;
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/applications/science/chemistry/gwyddion/default.nix
···
license = lib.licenses.gpl2;
platforms = with lib.platforms; linux ++ darwin;
maintainers = [ lib.maintainers.cge ];
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2 -1
pkgs/applications/science/physics/nnpdf/default.nix
···
];
meta = with lib; {
-
broken = (stdenv.isLinux && stdenv.isAarch64);
description = "An open-source machine learning framework for global analyses of parton distributions";
homepage = "https://docs.nnpdf.science/";
license = licenses.gpl3Only;
maintainers = [ maintainers.veprbl ];
platforms = platforms.unix;
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = (stdenv.isDarwin && stdenv.isAarch64) || (stdenv.isLinux && stdenv.isAarch64);
};
}
+2
pkgs/applications/science/physics/sacrifice/default.nix
···
homepage = "https://agile.hepforge.org/trac/wiki/Sacrifice";
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ veprbl ];
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/applications/science/physics/sherpa/default.nix
···
homepage = "https://gitlab.com/sherpa-team/sherpa";
platforms = platforms.unix;
maintainers = with maintainers; [ veprbl ];
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/applications/version-management/got/default.nix
···
license = licenses.isc;
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ abbe afh ];
+
# never built on x86_64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isx86_64;
};
}
+2
pkgs/applications/video/motion/default.nix
···
license = licenses.gpl2Plus;
maintainers = with maintainers; [ puffnfresh veprbl ];
platforms = platforms.unix;
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/applications/video/obs-studio/plugins/input-overlay.nix
···
maintainers = with maintainers; [ glittershark ];
license = licenses.gpl2;
platforms = platforms.linux;
+
# never built on aarch64-linux since first introduction in nixpkgs
+
broken = stdenv.isLinux && stdenv.isAarch64;
};
}
+2
pkgs/applications/video/olive-editor/default.nix
···
license = licenses.gpl3;
maintainers = [ maintainers.balsoft ];
platforms = platforms.unix;
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/applications/video/openshot-qt/libopenshot-audio.nix
···
license = with licenses; gpl3Plus;
maintainers = with maintainers; [ AndersonTorres ];
platforms = with platforms; unix;
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/applications/virtualization/xhyve/default.nix
···
maintainers = [ maintainers.lnl7 ];
license = licenses.bsd2;
platforms = platforms.darwin;
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/development/compilers/cakelisp/default.nix
···
license = licenses.gpl3Plus;
platforms = platforms.darwin ++ platforms.linux;
maintainers = [ maintainers.sbond75 ];
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/development/compilers/ecl/16.1.2.nix
···
license = licenses.mit;
maintainers = with maintainers; [ raskin ];
platforms = platforms.unix;
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2 -1
pkgs/development/compilers/inform7/default.nix
···
'';
meta = with lib; {
-
broken = (stdenv.isLinux && stdenv.isAarch64);
description = "A design system for interactive fiction";
homepage = "http://inform7.com/";
license = licenses.artistic2;
maintainers = with maintainers; [ mbbx6spp ];
platforms = platforms.unix;
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = (stdenv.isDarwin && stdenv.isAarch64) || (stdenv.isLinux && stdenv.isAarch64);
};
}
+2
pkgs/development/compilers/llvm/10/lldb/default.nix
···
larger LLVM Project, such as the Clang expression parser and LLVM
disassembler.
'';
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
} // lib.optionalAttrs enableManpages {
pname = "lldb-manpages";
+2
pkgs/development/compilers/llvm/5/lldb/default.nix
···
larger LLVM Project, such as the Clang expression parser and LLVM
disassembler.
'';
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/development/compilers/llvm/6/lldb/default.nix
···
larger LLVM Project, such as the Clang expression parser and LLVM
disassembler.
'';
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/development/compilers/llvm/7/lldb/default.nix
···
larger LLVM Project, such as the Clang expression parser and LLVM
disassembler.
'';
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/development/compilers/polyml/5.7.nix
···
license = licenses.lgpl21;
platforms = with platforms; (linux ++ darwin);
maintainers = with maintainers; [ maggesi ];
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/development/compilers/smlnj/default.nix
···
platforms = [ "x86_64-linux" "i686-linux" "x86_64-darwin" ];
maintainers = with maintainers; [ thoughtpolice ];
mainProgram = "sml";
+
# never built on x86_64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isx86_64;
};
}
+2
pkgs/development/compilers/terra/default.nix
···
platforms = platforms.all;
maintainers = with maintainers; [ jb55 seylerius thoughtpolice elliottslaughter ];
license = licenses.mit;
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/development/interpreters/bic/default.nix
···
homepage = "https://github.com/hexagonal-sun/bic";
platforms = platforms.unix;
maintainers = with maintainers; [ hexagonal-sun ];
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/development/libraries/classads/default.nix
···
description = "The Classified Advertisements library provides a generic means for matching resources";
license = lib.licenses.asl20;
platforms = lib.platforms.unix;
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/development/libraries/enchant/1.x.nix
···
platforms = platforms.unix;
badPlatforms = [ "x86_64-darwin" ];
license = licenses.lgpl21;
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/development/libraries/garmintools/default.nix
···
license = lib.licenses.gpl2;
maintainers = [ ];
platforms = lib.platforms.unix;
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/development/libraries/gcc/libstdc++/5.nix
···
description = "GNU Compiler Collection, version ${version} -- C++ standard library";
platforms = platforms.linux;
maintainers = with maintainers; [ abbradar ];
+
# never built on aarch64-linux since first introduction in nixpkgs
+
broken = stdenv.isLinux && stdenv.isAarch64;
};
}
+2
pkgs/development/libraries/gmp/4.3.2.nix
···
maintainers = [ ];
platforms = lib.platforms.all;
badPlatforms = [ "x86_64-darwin" ];
+
# never built on aarch64-darwin, aarch64-linux since first introduction in nixpkgs
+
broken = (stdenv.isDarwin && stdenv.isAarch64) || (stdenv.isLinux && stdenv.isAarch64);
};
};
in self
+2
pkgs/development/libraries/gmp/5.1.x.nix
···
platforms = platforms.all;
badPlatforms = [ "x86_64-darwin" ];
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
};
in self
+2
pkgs/development/libraries/htmlcxx/default.nix
···
description = "A simple non-validating css1 and html parser for C++";
license = licenses.lgpl2;
platforms = platforms.all;
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/development/libraries/imlib/default.nix
···
description = "An image loading and rendering library for X11";
platforms = platforms.unix;
license = with licenses; [ gpl2Only lgpl2Only ];
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/development/libraries/libLAS/default.nix
···
license = lib.licenses.bsd3;
platforms = lib.platforms.unix;
maintainers = [ lib.maintainers.michelk ];
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/development/libraries/libbde/default.nix
···
license = licenses.lgpl3;
maintainers = with maintainers; [ eliasp ];
platforms = platforms.all;
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/development/libraries/libffcall/default.nix
···
homepage = "https://www.gnu.org/software/libffcall/";
license = licenses.gpl2Plus;
platforms = platforms.unix;
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/development/libraries/libffi/3.3.nix
···
license = licenses.mit;
maintainers = with maintainers; [ armeenm ];
platforms = platforms.all;
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/development/libraries/libfreefare/default.nix
···
homepage = "https://github.com/nfc-tools/libfreefare";
maintainers = with maintainers; [bobvanderlinden];
platforms = platforms.unix;
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/development/libraries/libhdhomerun/default.nix
···
license = licenses.lgpl21Only;
platforms = platforms.unix;
maintainers = [ maintainers.titanous ];
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/development/libraries/liboil/default.nix
···
license = licenses.bsd2;
maintainers = with maintainers; [ lovek323 ];
platforms = platforms.all;
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2 -1
pkgs/development/libraries/libsnark/default.nix
···
};
meta = with lib; {
-
broken = (stdenv.isLinux && stdenv.isAarch64);
description = "C++ library for zkSNARKs";
homepage = "https://github.com/scipr-lab/libsnark";
license = licenses.mit;
platforms = lib.platforms.linux ++ lib.platforms.darwin;
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = (stdenv.isDarwin && stdenv.isAarch64) || (stdenv.isLinux && stdenv.isAarch64);
};
}
+2
pkgs/development/libraries/libticables2/default.nix
···
license = licenses.gpl2Plus;
maintainers = with maintainers; [ siraben luc65r ];
platforms = with platforms; linux ++ darwin;
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/development/libraries/libtommath/default.nix
···
description = "A library for integer-based number-theoretic applications";
license = with licenses; [ publicDomain wtfpl ];
platforms = platforms.unix;
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/development/libraries/openslp/default.nix
···
maintainers = with maintainers; [ ttuegel ];
license = licenses.bsd3;
platforms = platforms.all;
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/development/libraries/physics/hepmc3/default.nix
···
homepage = "http://hepmc.web.cern.ch/hepmc/";
platforms = platforms.unix;
maintainers = with maintainers; [ veprbl ];
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/development/libraries/physics/nlojet/default.nix
···
description = "Implementation of calculation of the hadron jet cross sections";
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ veprbl ];
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/development/libraries/physics/thepeg/default.nix
···
license = licenses.gpl3Only;
maintainers = with maintainers; [ veprbl ];
platforms = platforms.unix;
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/development/libraries/rlottie/default.nix
···
license = with licenses; [ mit bsd3 mpl11 ftl ];
platforms = platforms.all;
maintainers = with maintainers; [ CRTified ];
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/development/libraries/science/math/bonmin/default.nix
···
license = licenses.epl10;
platforms = platforms.unix;
maintainers = with maintainers; [ aanderse ];
+
# never built on aarch64-darwin, x86_64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin;
};
}
+2
pkgs/development/libraries/science/math/m4rie/default.nix
···
license = licenses.gpl2Plus;
maintainers = teams.sage.members;
platforms = platforms.unix;
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/development/libraries/science/math/mongoose/default.nix
···
license = licenses.gpl3;
maintainers = with maintainers; [];
platforms = with platforms; unix;
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2 -1
pkgs/development/libraries/science/networking/ns-3/default.nix
···
hardeningDisable = [ "fortify" "strictoverflow"];
meta = with lib; {
-
broken = (stdenv.isLinux && stdenv.isAarch64);
homepage = "http://www.nsnam.org";
license = licenses.gpl3;
description = "A discrete time event network simulator";
platforms = with platforms; unix;
maintainers = with maintainers; [ teto rgrunbla ];
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = (stdenv.isDarwin && stdenv.isAarch64) || (stdenv.isLinux && stdenv.isAarch64);
};
}
+2 -2
pkgs/development/libraries/sqlite/default.nix
···
{ lib, stdenv, fetchurl, zlib, readline, ncurses
# for tests
-
, python3Packages, sqldiff, sqlite-analyzer
+
, python3Packages, sqldiff, sqlite-analyzer, tracker
# uses readline & ncurses for a better interactive experience if set to true
, interactive ? false
···
passthru.tests = {
inherit (python3Packages) sqlalchemy;
-
inherit sqldiff sqlite-analyzer;
+
inherit sqldiff sqlite-analyzer tracker;
};
meta = {
+2
pkgs/development/libraries/subunit/default.nix
···
homepage = "https://launchpad.net/subunit";
license = licenses.asl20;
platforms = platforms.all;
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2 -1
pkgs/development/libraries/vc/0.7.nix
···
'';
meta = with lib; {
-
broken = (stdenv.isLinux && stdenv.isAarch64);
description = "Library for multiprecision complex arithmetic with exact rounding";
homepage = "https://github.com/VcDevel/Vc";
license = licenses.bsd3;
platforms = platforms.all;
maintainers = with maintainers; [ abbradar ];
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = (stdenv.isDarwin && stdenv.isAarch64) || (stdenv.isLinux && stdenv.isAarch64);
};
}
+2 -2
pkgs/development/libraries/xgboost/default.nix
···
stdenv.mkDerivation rec {
pname = "xgboost";
-
version = "1.5.2";
+
version = "1.7.2";
src = fetchFromGitHub {
owner = "dmlc";
repo = pname;
rev = "v${version}";
fetchSubmodules = true;
-
sha256 = "sha256-h7zcHCOxe1h7HRB6idtjf4HUBEoHC4V2pqbN9hpe00g=";
+
hash = "sha256-nXF6IYaK13n8fuNt1wOXoJCVNve/lwUROV7UE5W3RKA=";
};
nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/bluetooth-auto-recovery/default.nix
···
buildPythonPackage rec {
pname = "bluetooth-auto-recovery";
-
version = "0.5.5";
+
version = "1.0.0";
format = "pyproject";
disabled = pythonOlder "3.9";
···
owner = "Bluetooth-Devices";
repo = pname;
rev = "refs/tags/v${version}";
-
hash = "sha256-f6HJlFqpmFhM9M1Cuvjz/63DXoikO33y/tmv57snI7g=";
+
hash = "sha256-TkTWF8Ljt2cLIuz2FnktrZFAlpvTVkFh6evE8TSzJhk=";
};
nativeBuildInputs = [
+11 -2
pkgs/development/python-modules/deploykit/default.nix
···
, bash
, openssh
, pytestCheckHook
+
, pythonOlder
, stdenv
}:
buildPythonPackage rec {
pname = "deploykit";
-
version = "1.0.1";
+
version = "1.0.2";
+
format = "setuptools";
+
+
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "numtide";
repo = pname;
rev = version;
-
hash = "sha256-eKyqsGgnJmF2wUYa7HjC1Jwsh03qVTJEP1MtL7JL4Ts=";
+
hash = "sha256-I1vAefWQBBRNykDw38LTNwdiPFxpPkLzCcevYAXO+Zo=";
};
buildInputs = [
···
# don't swallow stdout/stderr
pytestFlagsArray = [ "-s" ];
+
pythonImportsCheck = [
+
"deploykit"
+
];
+
meta = with lib; {
description = "Execute commands remote via ssh and locally in parallel with python";
homepage = "https://github.com/numtide/deploykit";
+
changelog = "https://github.com/numtide/deploykit/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ mic92 zowoq ];
platforms = platforms.unix;
+2 -2
pkgs/development/python-modules/pychromecast/default.nix
···
buildPythonPackage rec {
pname = "pychromecast";
-
version = "13.0.2";
+
version = "13.0.3";
format = "setuptools";
disabled = pythonOlder "3.7";
···
src = fetchPypi {
pname = "PyChromecast";
inherit version;
-
hash = "sha256-G1IOR3SSzY/gIuTQQeZ2BW1f/7tsBbL0UJgBoGvGe+w=";
+
hash = "sha256-s6Js6uxZqju1LjpwEgJUnlAFlKluHhQLORwntr0GtwE=";
};
postPatch = ''
+2 -2
pkgs/development/python-modules/pyoverkiz/default.nix
···
buildPythonPackage rec {
pname = "pyoverkiz";
-
version = "1.7.1";
+
version = "1.7.2";
format = "pyproject";
disabled = pythonOlder "3.7";
···
owner = "iMicknl";
repo = "python-overkiz-api";
rev = "refs/tags/v${version}";
-
hash = "sha256-PGictIBXrUIorAU9Ic41LzEQPJliCpwGoOlkteHUuEw=";
+
hash = "sha256-9/xdFwf+r2z166w/4VIj31MahDWmaMdWLfTGot+RoYQ=";
};
postPatch = ''
+11 -34
pkgs/development/python-modules/xgboost/default.nix
···
{ lib
, buildPythonPackage
-
, pytestCheckHook
+
, pythonOlder
, cmake
+
, numpy
, scipy
-
, scikit-learn
, stdenv
, xgboost
-
, pandas
-
, matplotlib
-
, graphviz
-
, datatable
-
, hypothesis
}:
buildPythonPackage {
pname = "xgboost";
inherit (xgboost) version src meta;
+
disabled = pythonOlder "3.8";
+
nativeBuildInputs = [ cmake ];
buildInputs = [ xgboost ];
-
propagatedBuildInputs = [ scipy ];
-
checkInputs = [
-
pytestCheckHook
-
scikit-learn
-
pandas
-
matplotlib
-
graphviz
-
datatable
-
hypothesis
-
];
+
propagatedBuildInputs = [ numpy scipy ];
# Override existing logic for locating libxgboost.so which is not appropriate for Nix
prePatch = let
···
cd python-package
'';
-
preCheck = ''
-
ln -sf ../demo .
-
ln -s ${xgboost}/bin/xgboost ../xgboost
-
'';
+
# test setup tries to download test data with no option to disable
+
# (removing sklearn from checkInputs causes all previously enabled tests to be skipped)
+
# and are extremely cpu intensive anyway
+
doCheck = false;
-
# tests are extremely cpu intensive, only run basic tests to ensure package is working
-
pytestFlagsArray = ["../tests/python/test_basic.py"];
-
disabledTestPaths = [
-
# Requires internet access: https://github.com/dmlc/xgboost/blob/03cd087da180b7dff21bd8ef34997bf747016025/tests/python/test_ranking.py#L81
-
"../tests/python/test_ranking.py"
-
];
-
disabledTests = [
-
"test_cli_binary_classification"
-
"test_model_compatibility"
-
] ++ lib.optionals stdenv.isDarwin [
-
# fails to connect to the com.apple.fonts daemon in sandboxed mode
-
"test_plotting"
-
"test_sklearn_plotting"
+
pythonImportsCheck = [
+
"xgboost"
];
__darwinAllowLocalNetworking = true;
+2 -2
pkgs/development/python-modules/zha-quirks/default.nix
···
buildPythonPackage rec {
pname = "zha-quirks";
-
version = "0.0.88";
+
version = "0.0.89";
format = "setuptools";
disabled = pythonOlder "3.7";
···
owner = "zigpy";
repo = "zha-device-handlers";
rev = "refs/tags/${version}";
-
hash = "sha256-GjKYa8wgNugGC4IZJfMLVJnlPAgBmTLd8Wwy6e4g/+U=";
+
hash = "sha256-5qSznGO3Cke+lGPLHjzh/db5O0/Ypmd6D5MTHuiox6Q=";
};
propagatedBuildInputs = [
+2 -1
pkgs/development/tools/analysis/panopticon/default.nix
···
'';
meta = with lib; {
-
broken = stdenv.isDarwin;
description = "A libre cross-platform disassembler";
longDescription = ''
Panopticon is a cross platform disassembler for reverse
···
'';
license = with licenses; [ gpl3 ];
maintainers = with maintainers; [ leenaars ];
+
# never built on aarch64-linux since first introduction in nixpkgs
+
broken = stdenv.isDarwin || (stdenv.isLinux && stdenv.isAarch64);
};
}
+2
pkgs/development/tools/build-managers/bazel/bazel_3/default.nix
···
license = licenses.asl20;
maintainers = lib.teams.bazel.members;
inherit platforms;
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
inherit src;
+2
pkgs/development/tools/explain/default.nix
···
license = licenses.lgpl3Plus;
maintainers = with maintainers; [ McSinyx ];
platforms = platforms.unix;
+
# never built on aarch64-linux since first introduction in nixpkgs
+
broken = stdenv.isLinux && stdenv.isAarch64;
};
}
+2
pkgs/development/tools/glslviewer/default.nix
···
license = licenses.bsd3;
platforms = platforms.linux ++ platforms.darwin;
maintainers = [ maintainers.hodapp ];
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/development/tools/lightningcss/default.nix
···
changelog = "https://github.com/parcel-bundler/lightningcss/releases/tag/v${version}";
license = licenses.mpl20;
maintainers = with maintainers; [ toastal ];
+
# never built on aarch64-linux since first introduction in nixpkgs
+
broken = stdenv.isLinux && stdenv.isAarch64;
};
}
+2
pkgs/development/tools/misc/pwndbg/default.nix
···
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ mic92 ];
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/development/tools/rojo/default.nix
···
changelog = "https://github.com/rojo-rbx/rojo/raw/v${version}/CHANGELOG.md";
license = licenses.mpl20;
maintainers = with maintainers; [ wackbyte ];
+
# never built on aarch64-darwin, x86_64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin;
};
}
+2
pkgs/games/opendungeons/default.nix
···
homepage = "https://opendungeons.github.io";
license = with licenses; [ gpl3Plus zlib mit cc-by-sa-30 cc0 ofl cc-by-30 ];
platforms = platforms.linux;
+
# never built on aarch64-linux since first introduction in nixpkgs
+
broken = stdenv.isLinux && stdenv.isAarch64;
};
}
+2 -1
pkgs/games/openspades/default.nix
···
NIX_CFLAGS_LINK = "-lopenal";
meta = with lib; {
-
broken = stdenv.isDarwin;
description = "A compatible client of Ace of Spades 0.75";
homepage = "https://github.com/yvt/openspades/";
license = licenses.gpl3;
platforms = platforms.all;
maintainers = with maintainers; [ abbradar azahi ];
+
# never built on aarch64-linux since first introduction in nixpkgs
+
broken = stdenv.isDarwin || (stdenv.isLinux && stdenv.isAarch64);
};
}
+2
pkgs/games/quake3/quake3e/default.nix
···
platforms = platforms.linux;
maintainers = with maintainers; [ pmiddend ];
badPlatforms = [ platforms.aarch64 ];
+
# never built on aarch64-linux since first introduction in nixpkgs
+
broken = stdenv.isLinux && stdenv.isAarch64;
};
}
+2
pkgs/games/quantumminigolf/default.nix
···
license = licenses.gpl2;
maintainers = with maintainers; [ raskin ];
platforms = platforms.linux;
+
# never built on aarch64-linux since first introduction in nixpkgs
+
broken = stdenv.isLinux && stdenv.isAarch64;
};
}
+2
pkgs/games/scummvm/default.nix
···
license = licenses.gpl2;
maintainers = [ maintainers.peterhoeg ];
platforms = platforms.unix;
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/games/solicurses/default.nix
···
maintainers = with maintainers; [ laalsaas ];
license = licenses.gpl3Only;
inherit (ncurses.meta) platforms;
+
# never built on aarch64-darwin, x86_64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin;
};
}
+2
pkgs/games/stepmania/default.nix
···
platforms = platforms.linux;
license = licenses.mit; # expat version
maintainers = [ ];
+
# never built on aarch64-linux since first introduction in nixpkgs
+
broken = stdenv.isLinux && stdenv.isAarch64;
};
}
+2
pkgs/games/xskat/default.nix
···
license = licenses.free;
longDescription = "Play the german card game Skat against the AI or over IRC.";
homepage = "http://www.xskat.de/";
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/games/xsok/default.nix
···
maintainers = [lib.maintainers.raskin];
platforms = lib.platforms.unix;
homepage = "https://tracker.debian.org/pkg/xsok";
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/os-specific/darwin/noah/default.nix
···
license = [ licenses.mit licenses.gpl2 ];
maintainers = [ maintainers.marsam ];
platforms = platforms.darwin;
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/os-specific/linux/lsirec/default.nix
···
platforms = platforms.linux;
license = licenses.bsd2;
maintainers = with maintainers; [ Luflosi ];
+
# never built on aarch64-linux since first introduction in nixpkgs
+
broken = stdenv.isLinux && stdenv.isAarch64;
};
}
+2
pkgs/os-specific/linux/nsncd/default.nix
···
homepage = "https://github.com/twosigma/nsncd";
license = licenses.asl20;
maintainers = with maintainers; [ flokli ninjatrappeur ];
+
# never built on aarch64-darwin, x86_64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin;
};
}
+2
pkgs/servers/isso/default.nix
···
homepage = "https://posativ.org/isso/";
license = licenses.mit;
maintainers = with maintainers; [ fgaz ];
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/servers/misc/qremotecontrol-server/default.nix
···
keyboard, multimedia keys and buttons for starting applications. Even
powering on the computer via Wake On Lan is supported.
'';
+
# never built on aarch64-darwin, x86_64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin;
};
}
+2
pkgs/servers/monitoring/lcdproc/default.nix
···
license = licenses.gpl2;
maintainers = with maintainers; [ peterhoeg ];
platforms = platforms.unix;
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/servers/mx-puppet-discord/default.nix
···
homepage = "https://gitlab.com/mx-puppet/discord/mx-puppet-discord";
maintainers = with maintainers; [ expipiplus1 ];
platforms = platforms.unix;
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/servers/search/qdrant/default.nix
···
homepage = "https://github.com/qdrant/qdrant";
license = licenses.asl20;
maintainers = with maintainers; [ dit7ya ];
+
# never built on x86_64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isx86_64;
};
}
+2
pkgs/tools/archivers/gbl/default.nix
···
homepage = "https://github.com/dac-gmbh/gbl";
license = licenses.mit;
maintainers = [ maintainers.raboof ];
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/tools/compression/imagelol/default.nix
···
license = licenses.mit;
maintainers = [ maintainers.ivar ];
platforms = platforms.unix;
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/tools/filesystems/securefs/default.nix
···
'';
license = with licenses; [ bsd2 mit ];
platforms = platforms.unix;
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/tools/filesystems/xtreemfs/default.nix
···
maintainers = with lib.maintainers; [ raskin matejc ];
platforms = lib.platforms.linux;
license = lib.licenses.bsd3;
+
# never built on aarch64-linux since first introduction in nixpkgs
+
broken = stdenv.isLinux && stdenv.isAarch64;
};
}
+25
pkgs/tools/games/minecraft/minecraft-server-hibernation/default.nix
···
+
{ lib, buildGoModule, fetchFromGitHub }:
+
+
buildGoModule rec {
+
pname = "minecraft-server-hibernation";
+
version = "2.4.10";
+
+
src = fetchFromGitHub {
+
owner = "gekware";
+
repo = pname;
+
rev = "v${version}";
+
sha256 = "sha256-hflPVO+gqHr0jDrhWzd7t/E6WsswiMKMHCkTUK4E05k=";
+
};
+
+
vendorSha256 = "sha256-W6P7wz1FGL6Os1zmmqWJ7/sO8zizfnwg+TMiFWGHIOM=";
+
+
ldflags = [ "-s" "-w" ];
+
+
meta = with lib; {
+
description = "Autostart and stop minecraft-server when players join/leave";
+
homepage = "https://github.com/gekware/minecraft-server-hibernation";
+
license = licenses.gpl3Only;
+
platforms = platforms.linux;
+
maintainers = with maintainers; [ squarepear ];
+
};
+
}
+2
pkgs/tools/graphics/esshader/default.nix
···
license = licenses.mit;
maintainers = with maintainers; [ astro ];
platforms = lib.platforms.unix;
+
# never built on aarch64-darwin, x86_64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin;
};
}
+4 -4
pkgs/tools/graphics/sic-image-cli/default.nix
···
rustPlatform.buildRustPackage rec {
pname = "sic-image-cli";
-
version = "0.20.0";
+
version = "0.20.1";
src = fetchFromGitHub {
owner = "foresterre";
repo = "sic";
rev = "v${version}";
-
sha256 = "sha256-KoDX/d457dTHsmz8VTPhfF2MiB5vZzLFKG46/L351SQ=";
+
sha256 = "sha256-VSBOmE5xdAS15z/KgQ54KfxM2/plEKtpmjOB+T9kLt4=";
};
-
cargoSha256 = "sha256-sKEZhJivLbos0KLzPCEnGgTCgbyWSIOvHMhoC1IaJRo=";
+
cargoSha256 = "sha256-hkK22c7Z/Wj8ebQkjcdK7H6dms6MI9Sm9yrpqfCCxGA=";
nativeBuildInputs = [ installShellFiles nasm ];
···
meta = with lib; {
description = "Accessible image processing and conversion from the terminal";
-
homepage = "https://github.com/foresterre/sic-image-cli";
+
homepage = "https://github.com/foresterre/sic";
changelog = "https://github.com/foresterre/sic/blob/v${version}/CHANGELOG.md";
license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ figsoda ];
+2
pkgs/tools/graphics/vulkan-caps-viewer/default.nix
···
platforms = platforms.unix;
license = licenses.gpl2Only;
maintainers = with maintainers; [ pedrohlc ];
+
# never built on aarch64-darwin, x86_64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin;
};
}
+2
pkgs/tools/misc/bmon/default.nix
···
license = licenses.bsd2;
platforms = platforms.unix;
maintainers = with maintainers; [ bjornfor pSub ];
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/tools/misc/cpuminer/default.nix
···
license = licenses.gpl2;
platforms = platforms.all;
maintainers = with maintainers; [ pSub ];
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/tools/misc/jsonwatch/default.nix
···
homepage = "https://github.com/dbohdan/jsonwatch";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+3 -3
pkgs/tools/misc/mcfly/default.nix
···
rustPlatform.buildRustPackage rec {
pname = "mcfly";
-
version = "0.6.1";
+
version = "0.7.0";
src = fetchFromGitHub {
owner = "cantino";
repo = "mcfly";
rev = "v${version}";
-
sha256 = "sha256-rim2ndXjoqIn5P60D5+FFuq0CDAOf29xCJ7rfemMzVU=";
+
sha256 = "sha256-4vhDtKVo5DI/A9Cg/2I7vn1bJL/8VvUtsqMn8NdVqco=";
};
postPatch = ''
···
substituteInPlace mcfly.fish --replace '(command which mcfly)' '${placeholder "out"}/bin/mcfly'
'';
-
cargoSha256 = "sha256-W1SPunH4fgam1JDI+JnLoAKCwx1RLY2JotNSyZAQoSY=";
+
cargoSha256 = "sha256-Q8J75kI3Oob2cMweW5d1nD2mSX0WUhIacUx6XQnk95c=";
meta = with lib; {
homepage = "https://github.com/cantino/mcfly";
+2
pkgs/tools/misc/mynewt-newtmgr/default.nix
···
'';
license = licenses.asl20;
maintainers = with maintainers; [ bezmuth ];
+
# never built on aarch64-darwin, x86_64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin;
};
}
+3 -3
pkgs/tools/misc/starship/default.nix
···
rustPlatform.buildRustPackage rec {
pname = "starship";
-
version = "1.11.0";
+
version = "1.12.0";
src = fetchFromGitHub {
owner = "starship";
repo = pname;
rev = "v${version}";
-
hash = "sha256-90mh8C52uD68K5o1LE22gkbL1gy6FyMJTiiN9oV/3DE=";
+
hash = "sha256-HS+vtF+h5M6lbk7TROAXwrHpj92SeC+j0TjmP6ycH2Q=";
};
nativeBuildInputs = [ installShellFiles cmake ];
···
--zsh <($out/bin/starship completions zsh)
'';
-
cargoHash = "sha256-Q1VY9RyHEsQAWRN/upeG5XJxJfrmzj5FQG6GBGrN0xU=";
+
cargoHash = "sha256-hs0ImaozKH6QcUfts+oseUqecg7bGX5cx50ixnNamW8=";
preCheck = ''
HOME=$TMPDIR
+2
pkgs/tools/misc/usbimager/default.nix
···
# windows and darwin could work, but untested
# feel free add them if you have a machine to test
platforms = with platforms; linux;
+
# never built on aarch64-linux since first introduction in nixpkgs
+
broken = stdenv.isLinux && stdenv.isAarch64;
};
}
+2
pkgs/tools/misc/vtm/default.nix
···
license = lib.licenses.mit;
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ ahuzik ];
+
# never built on aarch64-linux since first introduction in nixpkgs
+
broken = stdenv.isLinux && stdenv.isAarch64;
};
}
+3 -3
pkgs/tools/misc/zellij/default.nix
···
rustPlatform.buildRustPackage rec {
pname = "zellij";
-
version = "0.34.3";
+
version = "0.34.4";
src = fetchFromGitHub {
owner = "zellij-org";
repo = "zellij";
rev = "v${version}";
-
sha256 = "sha256-Va+99+plrRFZNkK8e3BhMTZC6NREziKwjO4vODm6PyI=";
+
sha256 = "sha256-ILjORslelnMTXfuVHS9UPa5qkXuYup/+wT/s1rTSpIY=";
};
-
cargoSha256 = "sha256-4Dq/ElyxUD6wLUWxeN/F5RCP2rAWy9iPsnCvcFxk3/8=";
+
cargoSha256 = "sha256-HzuCzqpq99dJnTStOc0LxZ7bLuqmvPZerX69arNU6HU=";
nativeBuildInputs = [
mandown
+2
pkgs/tools/networking/dd-agent/datadog-agent.nix
···
homepage = "https://www.datadoghq.com";
license = licenses.bsd3;
maintainers = with maintainers; [ thoughtpolice domenkozar rvl viraptor ];
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/tools/networking/junkie/default.nix
···
- a nettop tool;
- a tool listing TLS certificates...
'';
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/tools/networking/netcat-openbsd/default.nix
···
license = licenses.bsd3;
platforms = platforms.unix;
mainProgram = "nc";
+
# never built on aarch64-darwin, x86_64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin;
};
}
+2
pkgs/tools/networking/srelay/default.nix
···
homepage = "http://socks-relay.sourceforge.net/";
platforms = lib.platforms.unix;
license = lib.licenses.bsd3;
+
# never built on aarch64-linux since first introduction in nixpkgs
+
broken = stdenv.isLinux && stdenv.isAarch64;
};
}
+2
pkgs/tools/networking/wrk2/default.nix
···
license = lib.licenses.bsd3;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ thoughtpolice ];
+
# never built on aarch64-linux since first introduction in nixpkgs
+
broken = stdenv.isLinux && stdenv.isAarch64;
};
}
+2
pkgs/tools/networking/x11-ssh-askpass/default.nix
···
description = "Lightweight passphrase dialog for OpenSSH or other open variants of SSH";
license = licenses.mit;
platforms = platforms.unix;
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/tools/security/feroxbuster/default.nix
···
homepage = "https://github.com/epi052/feroxbuster";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
+
# never built on aarch64-linux since first introduction in nixpkgs
+
broken = stdenv.isLinux && stdenv.isAarch64;
};
}
+2
pkgs/tools/security/john/default.nix
···
homepage = "https://github.com/openwall/john/";
maintainers = with maintainers; [ offline matthewbauer ];
platforms = platforms.unix;
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/tools/security/libacr38u/default.nix
···
license = licenses.lgpl2Plus;
maintainers = with maintainers; [ berce ];
platforms = with platforms; unix;
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/tools/security/yersinia/default.nix
···
# so not sure, but it could work on openbsd, illumos, and freebsd
# if you have a machine to test with, feel free to add these
platforms = with platforms; linux;
+
# never built on aarch64-linux since first introduction in nixpkgs
+
broken = stdenv.isLinux && stdenv.isAarch64;
};
}
+2
pkgs/tools/text/jumanpp/default.nix
···
license = licenses.asl20;
maintainers = with maintainers; [ mt-caret ];
platforms = platforms.all;
+
# never built on aarch64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
+2
pkgs/tools/video/tsduck/default.nix
···
license = licenses.bsd2;
maintainers = with maintainers; [ siriobalmelli ];
platforms = platforms.all;
+
# never built on aarch64-darwin, x86_64-darwin since first introduction in nixpkgs
+
broken = stdenv.isDarwin;
};
}
+2
pkgs/tools/virtualization/xe-guest-utilities/default.nix
···
maintainers = with lib.maintainers; [ benwbooth ];
platforms = lib.platforms.linux;
license = [ lib.licenses.gpl2 lib.licenses.lgpl21 ];
+
# never built on aarch64-linux since first introduction in nixpkgs
+
broken = stdenv.isLinux && stdenv.isAarch64;
};
src = fetchurl {
url = "https://sources.archlinux.org/other/community/xe-guest-utilities/xe-guest-utilities_${version}-1120.tar.gz";
+4
pkgs/top-level/all-packages.nix
···
cen64 = callPackage ../applications/emulators/cen64 { };
+
citations = callPackage ../applications/misc/citations { };
+
citra-canary = callPackage ../applications/emulators/citra {
branch = "canary";
};
···
minecraft = callPackage ../games/minecraft { };
+
+
minecraft-server-hibernation = callPackage ../tools/games/minecraft/minecraft-server-hibernation { };
minecraftServers = import ../games/minecraft-servers { inherit callPackage lib javaPackages; };
minecraft-server = minecraftServers.vanilla; # backwards compatibility