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:
parent
fa506acf29
commit
a5864633f3
|
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "2ce7c84e62ff8117b9f205758bcce68ea603e08bc9d6936ded343735b8b77c53";
|
||||
};
|
||||
|
||||
buildInputs = [SDL];
|
||||
propagatedBuildInputs = [SDL];
|
||||
|
||||
postInstall = "ln -s $out/include/SDL/SDL_net.h $out/include/";
|
||||
|
||||
|
|
Loading…
Reference in a new issue