1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-03 11:02:05 +00:00

SDL_net: propagate sdl

svn path=/nixpkgs/trunk/; revision=29340
This commit is contained in:
Yury G. Kudryashov 2011-09-19 05:16:49 +00:00
parent fa506acf29
commit a5864633f3

View file

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "2ce7c84e62ff8117b9f205758bcce68ea603e08bc9d6936ded343735b8b77c53";
};
buildInputs = [SDL];
propagatedBuildInputs = [SDL];
postInstall = "ln -s $out/include/SDL/SDL_net.h $out/include/";