-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
Closed
Labels
0.kind: bugSomething is brokenSomething is broken
Description
Describe the bug
For some reason i get this error.
error: attribute 'i686-linux' missing
if that platform is not supported upstream, you might want to disable it
Steps To Reproduce
[davidak@gaming:~/code/nixpkgs]$ nix eval -f . p3x-onenote --argstr system i686-linux --show-trace
error: attribute 'i686-linux' missing
at /home/davidak/code/nixpkgs/pkgs/applications/office/p3x-onenote/default.nix:7:10:
6|
7| plat = {
| ^
8| aarch64-linux = "-arm64";
or
[davidak@gaming:~/code/nixpkgs]$ nix build -f . p3x-onenote --argstr system i686-linux --show-trace
error: attribute 'i686-linux' missing
at /home/davidak/code/nixpkgs/pkgs/applications/office/p3x-onenote/default.nix:7:10:
6|
7| plat = {
| ^
8| aarch64-linux = "-arm64";
Expected behavior
no error
Additional context
This blocks any i686-linux build on master and staging.
Seem to be caused by #201488.
The upgrade dropped i386/i686 support,
Notify maintainers
cc @wamserma
Metadata
- system:
"x86_64-linux" - host os:
Linux 6.1.12, NixOS, 22.11 (Raccoon), 22.11.2630.e6d5772f351 - multi-user?:
yes - sandbox:
yes - version:
nix-env (Nix) 2.11.1 - channels(root):
"home-manager-22.11.tar.gz, nixos-22.11, nixos-hardware, nixos-unstable" - nixpkgs:
/nix/var/nix/profiles/per-user/root/channels/nixos
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
0.kind: bugSomething is brokenSomething is broken