SDL_ttf: don't link itself to /include

-2
-2
pkgs/development/libraries/SDL_ttf/default.nix
··· 21 21 22 22 buildInputs = [ SDL freetype ]; 23 23 24 - postInstall = "ln -s $out/include/SDL/SDL_ttf.h $out/include/"; 25 - 26 24 meta = with stdenv.lib; { 27 25 description = "SDL TrueType library"; 28 26 license = licenses.zlib;