mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 04:02:10 +00:00
svn path=/nixpkgs/trunk/; revision=22839
This commit is contained in:
parent
f1b8c40eb4
commit
00c972ac7d
|
@ -1,5 +1,7 @@
|
|||
{ stdenv, fetchurl, cmake, SDL, openal, zlib, libpng, python, libvorbis }:
|
||||
|
||||
assert stdenv.gcc.libc != null;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gemrb-0.6.1";
|
||||
|
||||
|
|
Loading…
Reference in a new issue