Replace libGL with libglvnd in shell.nix

This is required for compatibility with NixOS 20.03.
master
Graham 5 years ago
parent dce1d9141d
commit 3149b02363
  1. 2
      shell.nix

@ -7,7 +7,7 @@
with pkgs; [ with pkgs; [
gcc gcc
jdk11 jdk11
libGL.dev libglvnd.dev
maven maven
xorg.libX11.dev xorg.libX11.dev
xorg.libXt.dev xorg.libXt.dev

Loading…
Cancel
Save