From 9fa012dee598ce78834f575de13d624d794f396e Mon Sep 17 00:00:00 2001 From: Nikolay Amiantov Date: Sat, 27 Aug 2016 23:58:38 +0300 Subject: [PATCH] SDL_ttf: don't link itself to /include --- pkgs/development/libraries/SDL_ttf/default.nix | 2 -- 1 file changed, 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;