summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development')
-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 9dc6b9983e6..1f290bf7044 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;