summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/SDL_ttf
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-08-27 23:58:38 +0300
committerNikolay Amiantov <ab@fmap.me>2016-08-28 01:04:18 +0300
commit9fa012dee598ce78834f575de13d624d794f396e (patch)
treeae4fcde121319640f40cd0ce327c01000db13055 /pkgs/development/libraries/SDL_ttf
parent1409bc003b45e4ebc29921e270185e20e67519fd (diff)
SDL_ttf: don't link itself to /include
Diffstat (limited to 'pkgs/development/libraries/SDL_ttf')
-rw-r--r--pkgs/development/libraries/SDL_ttf/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/libraries/SDL_ttf/default.nix b/pkgs/development/libraries/SDL_ttf/default.nix
index 9dc6b9983e66..1f290bf7044f 100644
--- a/pkgs/development/libraries/SDL_ttf/default.nix
+++ b/pkgs/development/libraries/SDL_ttf/default.nix
@@ -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;