Describe the bug
linux-steam-integration does not build.
To Reproduce
in the local clone of nixpkgs, run
$ nix-build -A linux-steam-integration.
Last lines of output:
Project name: linux-steam-integration
Project version: 0.7.3
Using 'CC_FOR_BUILD' from environment with value: 'gcc'
Using 'AR_FOR_BUILD' from environment with value: 'ar'
Using 'CC' from environment with value: 'gcc -m32'
meson.build:1:0: ERROR: Compiler gcc -m32 can not compile programs.
Expected behavior
It should build :)
Notify maintainers
@etu
Metadata
"x86_64-linux"Linux 5.6.10, NixOS, 20.03.1926.f45ccd9d20b (Markhor)yesyesnix-env (Nix) 2.3.4"home-manager-20.03""nixos-20.03.1926.f45ccd9d20b, nixos-hardware, nixos-unstable-20.09pre225264.683c68232e9"/nix/var/nix/profiles/per-user/root/channels/nixosMaintainer information:
# a list of nixpkgs attributes affected by the problem
attribute: linux-steam-integration
# a list of nixos modules affected by the problem
module:
I've been thinking of removing this package, mostly because it's mostly a hack and the main developer kinda abandoned it a long time ago and then tried to pick it up and never did.
I'm not actually using it. The issue came up during review of another package, where it turned up as a dependency and didn't build :)
As it's not going to be fixed upstream and currently unusable anyway, I think removing the package would be the right thing to do.
Most helpful comment
I'm not actually using it. The issue came up during review of another package, where it turned up as a dependency and didn't build :)
As it's not going to be fixed upstream and currently unusable anyway, I think removing the package would be the right thing to do.