mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
SDL_ttf: don't link itself to /include
This commit is contained in:
parent
1409bc003b
commit
9fa012dee5
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue