SDL_ttf: don't link itself to /include

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