summaryrefslogtreecommitdiff
path: root/c++/window-opengl/.nix
diff options
context:
space:
mode:
Diffstat (limited to 'c++/window-opengl/.nix')
-rw-r--r--c++/window-opengl/.nix/derivation.nix2
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"];