SDL_ttf: don't link itself to /include

This commit is contained in:
Nikolay Amiantov 2016-08-27 23:58:38 +03:00
parent 1409bc003b
commit 9fa012dee5

View file

@ -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;