tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
SDL_ttf: don't link itself to /include
Nikolay Amiantov
9 years ago
9fa012de
1409bc00
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
SDL_ttf
default.nix
-2
pkgs/development/libraries/SDL_ttf/default.nix
···
21
21
22
22
buildInputs = [ SDL freetype ];
23
23
24
24
-
postInstall = "ln -s $out/include/SDL/SDL_ttf.h $out/include/";
25
25
-
26
24
meta = with stdenv.lib; {
27
25
description = "SDL TrueType library";
28
26
license = licenses.zlib;