mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-07 14:00:59 +03:00
8544fe567a
* Enabled (optional) 3D support in SDL. svn path=/nixpkgs/trunk/; revision=4594
8 lines
97 B
Bash
8 lines
97 B
Bash
source $stdenv/setup
|
|
|
|
preConfigure=preConfigure
|
|
preConfigure() {
|
|
./autogen.sh
|
|
}
|
|
|
|
genericBuild |