nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

ftgl: making it link to GL properly.

Its shared objects require mesa symbols of gl and glu.

+2
+2
pkgs/development/libraries/ftgl/2.1.2.nix
··· 13 13 14 14 buildInputs = [freetype mesa]; 15 15 16 + NIX_LDFLAGS = "-lGLU -lGL"; 17 + 16 18 patches = [ ./gcc.patch ]; 17 19 18 20 configureFlags = "--enable-shared";