[Nix-dev] chrome broken by libpng upgrade

Florian Friesdorf flo at chaoflow.net
Thu Mar 8 11:13:43 CET 2012


On Wed, 07 Mar 2012 13:03:36 +0100, Arie Middelkoop <amiddelk at gmail.com> 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 <flo at chaoflow.net>
  GPG FPR: 7A13 5EEE 1421 9FC2 108D  BAAF 38F8 99A3 0C45 F083
Jabber/XMPP: flo at chaoflow.net
IRC: chaoflow on freenode,ircnet,blafasel,OFTC
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
Url : http://lists.science.uu.nl/pipermail/nix-dev/attachments/20120308/4fd943a7/attachment-0001.bin 


More information about the nix-dev mailing list