hydra-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs builds failing to pull changes


From: Glenn Morris
Subject: Re: Emacs builds failing to pull changes
Date: Sat, 25 May 2013 23:16:54 -0400

Probably these configure options:

(if stdenv.isDarwin || stdenv.system == "i686-cygwin" then
         [ "--with-xpm=no" "--with-jpeg=no" "--with-png=no"
           "--with-gif=no" "--with-tiff=no"
         ]

should also be applied on FreeBSD as well.

In fact, given this earlier logic:

++ (stdenv.lib.optionals stdenv.isLinux
         [ gtkLibs.gtk librsvg dbus gnutls libpng libjpeg libungif
         libtiff ])

maybe they should be applied whenever stdenv.isLinux is false.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]