From 9b5ca88b97c3a00153946920ae52870c452fb4a1 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Fri, 11 Aug 2023 03:03:09 +0200 Subject: c++,window-opengl: Fixing comp issues --- c++/window-opengl/.nix/derivation.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'c++/window-opengl/.nix') 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"]; -- cgit v1.2.3