diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2023-08-11 03:03:09 +0200 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2023-08-11 03:03:09 +0200 |
commit | 9b5ca88b97c3a00153946920ae52870c452fb4a1 (patch) | |
tree | 2bb1584448414f2cc127f9d79428ccef96df1de3 /c++/window-opengl/.nix/derivation.nix | |
parent | ac0096ca16e5aee2ce58a40a30dd1f033369efdb (diff) |
c++,window-opengl: Fixing comp issues
Diffstat (limited to 'c++/window-opengl/.nix/derivation.nix')
-rw-r--r-- | c++/window-opengl/.nix/derivation.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/c++/window-opengl/.nix/derivation.nix b/c++/window-opengl/.nix/derivation.nix index 95cd318..95ef1e8 100644 --- a/c++/window-opengl/.nix/derivation.nix +++ b/c++/window-opengl/.nix/derivation.nix @@ -6,6 +6,7 @@ , version , forstio , xorg +, libGL }: let @@ -31,6 +32,7 @@ in stdenvNoCC.mkDerivation { forstio.window xorg.libX11 xorg.libxcb + libGL ]; outputs = ["out" "dev"]; |