mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 11:44:07 +00:00
012d718bc1
The package fails t install as it requires x86_64-linux, but it's dependency requires i686 linux: $ nix build --no-link -f. timedoctor --show-trace error: unsupported CPU i686 … while evaluating the attribute 'version' at pkgs/development/compilers/adoptopenjdk-bin/jdk-linux-base.nix:40:3: 39| 40| version = sourcePerArch.${cpuName}.version or (throw "unsupported CPU ${cpuName}"); | ^ I only onticed it because it uses `xorg.libXaw3d` while nothing else does. Let's remove it. |
||
---|---|---|
.. | ||
applications | ||
build-support | ||
common-updater | ||
data | ||
desktops | ||
development | ||
games | ||
misc | ||
os-specific | ||
pkgs-lib | ||
servers | ||
shells | ||
stdenv | ||
test | ||
tools | ||
top-level |