Hi,

"Bas van Dijk" <[EMAIL PROTECTED]>
writes:

> source root is mplayerplug-in-3.55
> patching sources
> configuring
> configure flags: 
> --prefix=/nix/store/cfvz0rddixfrdj0nlp6xv0fqa70anx8f-mplayerplug-in-3.55
> checking for g++... g++
> checking for C++ compiler default output file name... a.out
> checking whether the C++ compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C++ compiler... yes
> checking whether g++ accepts -g... yes
> checking for gcc... gcc
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking for a BSD-compatible install... 
> /nix/store/68afga4khv0ws37n00qy06m11srx1lhj-coreutils-6.12/bin/install -c
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> configure: Determining mozilla/firefox packages to build against
> checking for pkg-config... 
> /nix/store/wfprqxicd5vci9giyhzy0q57sdbj183p-pkg-config-0.22/bin/pkg-config
> checking for mozilla-plugin mozilla-xpcom... configure: WARNING: 
> mozilla-plugin not found
> checking for firefox-plugin firefox-xpcom... configure: WARNING: 
> firefox-plugin not found
> checking for seamonkey-plugin seamonkey-xpcom... configure: WARNING: 
> seamonkey-plugin not found
> checking for xulrunner-plugin xulrunner-xpcom... configure: WARNING: 
> xulrunner-plugin not found
> checking for libxul... configure: WARNING: libxul not found
> checking for iceape-plugin iceape-xpcom... configure: WARNING: iceape-plugin 
> not found
> configure: error: Unable to find mozilla or firefox development files
> builder for 
> `/nix/store/14pzyd2ga306n3hv7ygr4iiawhvwj0p5-mplayerplug-in-3.55.drv' failed 
> with exit code 1

I'm 90% sure the attached patch fixes the problem (it just mimics what's
done for GNU IceCat).  Can you confirm this?

Thanks,
Ludo'.

Index: top-level/all-packages.nix
===================================================================
--- top-level/all-packages.nix	(revision 13129)
+++ top-level/all-packages.nix	(working copy)
@@ -7123,7 +7123,7 @@
     #enableOfficialBranding = true;
   });
 
-  firefoxWrapper = wrapFirefox firefox "firefox" "";
+  firefoxWrapper = wrapFirefox firefox3Xul "firefox" "";
 
   firefox3 = lowPrio (import ../applications/networking/browsers/firefox-3 {
     inherit fetchurl stdenv pkgconfig perl zip libjpeg libpng zlib cairo
_______________________________________________
nix-dev mailing list
[email protected]
https://mail.cs.uu.nl/mailman/listinfo/nix-dev

Reply via email to