Skip to content

Commit

Permalink
Merge pull request #152 from cmm/main
Browse files Browse the repository at this point in the history
add zstd native build input for NVidia
  • Loading branch information
guibou authored Mar 19, 2024
2 parents 717facd + 3067d65 commit 15f4ffd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nixGL.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ enable32bits ? true
, 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 }:
, zlib, libdrm, xorg, wayland, gcc, zstd }:

let
writeExecutable = { name, text }:
Expand Down Expand Up @@ -81,6 +81,7 @@ let
else
builtins.fetchurl url;
useGLVND = true;
nativeBuildInputs = oldAttrs.buildInputs ++ [zstd];
});

nvidiaLibsOnly = nvidiaDrivers.override {
Expand Down

0 comments on commit 15f4ffd

Please sign in to comment.