Skip to content

Commit

Permalink
Merge pull request #151 from SuperSandro2000/patch-1
Browse files Browse the repository at this point in the history
Don't require i686 on aarch64
  • Loading branch information
guibou authored Mar 19, 2024
2 parents 15f4ffd + a9d19d9 commit d46df07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixGL.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ nvidiaVersionFile ? null,
# Enable 32 bits driver
# This is one by default, you can switch it to off if you want to reduce a
# bit the size of nixGL closure.
enable32bits ? true
, writeTextFile, shellcheck, pcre, runCommand, linuxPackages
enable32bits ? stdenv.hostPlatform.isx86
, stdenv, writeTextFile, shellcheck, pcre, runCommand, linuxPackages
, fetchurl, lib, runtimeShell, bumblebee, libglvnd, vulkan-validation-layers
, mesa, libvdpau-va-gl, intel-media-driver, pkgsi686Linux, driversi686Linux
, zlib, libdrm, xorg, wayland, gcc, zstd }:
Expand Down

0 comments on commit d46df07

Please sign in to comment.