mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
SDL_ttf: don't link itself to /include
This commit is contained in:
parent
1409bc003b
commit
9fa012dee5
@ -21,8 +21,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ SDL freetype ];
|
buildInputs = [ SDL freetype ];
|
||||||
|
|
||||||
postInstall = "ln -s $out/include/SDL/SDL_ttf.h $out/include/";
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "SDL TrueType library";
|
description = "SDL TrueType library";
|
||||||
license = licenses.zlib;
|
license = licenses.zlib;
|
||||||
|
Loading…
Reference in New Issue
Block a user