Skip to content

p3x-onenote error: attribute 'i686-linux' missing #217976

@davidak

Description

@davidak

Describe the bug

For some reason i get this error.

https://gist.github.com/davidak/58b2ecbebf3de8c47f2abcbe9957e8fb

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,

#212308 (comment)

Notify maintainers

@tiagolobocastro

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions