Merge pull request #56284 from matthewbauer/libglvnd-fix-darwin

libglvnd: fix darwin

authored by

Matthew Bauer and committed by
GitHub
0500ca4e 73061742

+5 -1
+5 -1
pkgs/development/libraries/libglvnd/default.nix
··· 38 38 url = "https://github.com/NVIDIA/libglvnd/commit/0177ade40262e31a80608a8e8e52d3da7163dccf.patch"; 39 39 sha256 = "1rnz5jw2gvx4i1lcp0k85jz9xgr3dgzsd583m2dlxkaf2a09j89d"; 40 40 }) 41 - ]; 41 + ] ++ stdenv.lib.optional stdenv.isDarwin 42 + (fetchpatch { 43 + url = "https://github.com/NVIDIA/libglvnd/commit/294ccb2f49107432567e116e13efac586580a4cc.patch"; 44 + sha256 = "01339wg27cypv93221rhk3885vxbsg8kvbfyia77jmjdcnwrdwm2"; 45 + }); 42 46 outputs = [ "out" "dev" ]; 43 47 44 48 passthru = { inherit driverLink; };