Skip to content

Commit

Permalink
linuxPackages.nvidiaPackages.*: don't package unused openssl 1.1 comp…
Browse files Browse the repository at this point in the history
…at library

fixes NixOS#273064
  • Loading branch information
Kiskae committed Aug 25, 2024
1 parent 8a33541 commit 8b52dae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/os-specific/linux/nvidia-x11/builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ installPhase() {
mkdir $i/lib/vdpau
mv $i/lib/libvdpau* $i/lib/vdpau

# Compatibility with openssl 1.1, unused
rm -f $i/lib/libnvidia-pkcs11.so*

# Install ICDs, make absolute paths.
# Be careful not to modify any original files because this runs twice.

Expand Down

0 comments on commit 8b52dae

Please sign in to comment.