svn path=/nixpkgs/trunk/; revision=17300

This commit is contained in:
Eelco Dolstra 2009-09-20 14:10:16 +00:00
parent efa9aa3736
commit 5cd8ae7289
1 changed files with 3 additions and 0 deletions

View File

@ -5,7 +5,10 @@
, glib, gtk, x11, ming, dejagnu, python
, lib, makeWrapper }:
assert stdenv ? glibc;
let version = "0.8.5"; in
stdenv.mkDerivation rec {
name = "gnash-${version}";