SDL_ttf: don't link itself to /include

This commit is contained in:
Nikolay Amiantov
2016-08-28 01:04:18 +03:00
parent 1409bc003b
commit 9fa012dee5
@@ -21,8 +21,6 @@ stdenv.mkDerivation rec {
buildInputs = [ SDL freetype ];
postInstall = "ln -s $out/include/SDL/SDL_ttf.h $out/include/";
meta = with stdenv.lib; {
description = "SDL TrueType library";
license = licenses.zlib;