svn path=/nixpkgs/trunk/; revision=17300
This commit is contained in:
parent
efa9aa3736
commit
5cd8ae7289
|
@ -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}";
|
||||
|
||||
|
|
Loading…
Reference in New Issue