On Wed, 07 Mar 2012 13:03:36 +0100, Arie Middelkoop <[email protected]> wrote:
> I've an update of the chrome expression here. The current version is 
> more than a year old. I'll commit this at some point soon:

more like 1.5 months (git blame):

92d65aba (chaoflow   2012-01-21 18:28:44 +0000 15)   version = "114925";

But go ahead!

Does the new chrome run with new libpng or do we still need to pass it
libpng12? Do you happen to know what chrome does with udev and
libXcomposite?

> > Index: 
> > /etc/nixos/nixpkgs/pkgs/applications/networking/browsers/chromium/default.nix
> > ===================================================================
> > --- 
> > /etc/nixos/nixpkgs/pkgs/applications/networking/browsers/chromium/default.nix
> >        (revision 32848)
> > +++ 
> > /etc/nixos/nixpkgs/pkgs/applications/networking/browsers/chromium/default.nix
> >        (working copy)
> > @@ -1,29 +1,29 @@
> >  { GConf, alsaLib, bzip2, cairo, cups, dbus, dbus_glib, expat
> >  , fetchurl, ffmpeg, fontconfig, freetype, gtkLibs, libX11, libXfixes
> > -, libXScrnSaver, libXdamage, libXext, libXrender, libXt, libXtst
> > +, libXScrnSaver, libXdamage, libXext, libXrender, libXt, libXtst, 
> > libXcomposite
> >  , libgcrypt, libjpeg, libpng, makeWrapper, nspr, nss, patchelf
> > -, stdenv, unzip, zlib, pam, pcre }:
> > +, stdenv, unzip, zlib, pam, pcre, udev }:
> >
> >  assert stdenv.system == "i686-linux" || stdenv.system == "x86_64-linux" ;
> >
> >  stdenv.mkDerivation rec {
> > -  name = "chromium-18.0.975.0-pre${version}";
> > +  name = "chromium-19.0.1061.0-pre${version}";
> >
> >    # To determine the latest revision, get
> >    # 
> > ‘http://commondatastorage.googleapis.com/chromium-browser-continuous/Linux/LAST_CHANGE’.
> >    # For the version number, see ‘about:version’.
> > -  version = "114925";
> > +  version = "124950";
-- 
Florian Friesdorf <[email protected]>
  GPG FPR: 7A13 5EEE 1421 9FC2 108D  BAAF 38F8 99A3 0C45 F083
Jabber/XMPP: [email protected]
IRC: chaoflow on freenode,ircnet,blafasel,OFTC

Attachment: pgpDQs4wH47Lk.pgp
Description: PGP signature

_______________________________________________
nix-dev mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to