mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
parent
8a06af1163
commit
4fc077bfee
|
@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
|
|||
cp -r --reflink=auto $data data
|
||||
chmod -R +w data
|
||||
sed -i -e s,/usr/local,$out, SConstruct
|
||||
export CXXFLAGS="$(pkg-config --cflags SDL2_image)"
|
||||
scons
|
||||
'';
|
||||
installPhase = "scons install";
|
||||
|
|
Loading…
Reference in a new issue