* Plugins can specify extra directories to be added to LD_LIBRARY_PATH
by the Firefox wrapper. The Flash plugin need this since it's
installed from a binary distribution, and so doesn't set the RPATH
properly.
* Moved the MPlayer plugin to a plugins directory.
svn path=/nixpkgs/trunk/; revision=1566
now generated at build time (it turns out to be possible to do that
non-interactively, after all).
* Fixed creation of the bookmarks file (and other stuff) when creating
a new profile. When a new profile is created, it's copied from a
default profile which is part of the Firefox installation. However,
since the default profile directory is in the Nix store, it's
read-only. Firefox keeps the read-only permission when copying the
profile, so creating files in it (such as adding the bookmarks file)
fails. The `writable-copies' patch is a quick hack that adds write
permission when copying files/directories.
svn path=/nixpkgs/trunk/; revision=1542
build. The find bar now works properly (don't know why).
* Delete developer stuff (header files) after installation.
svn path=/nixpkgs/trunk/; revision=1463
* Tried to upgrade Firefox to 0.9, but it's too broken. It's
basically impossible to build it automatically. Firefox must be
started once as a user with write permission to the Firefox
directory to generate some files, and this can only be done
interactively (apparently). Hopefully 0.10 fixes this. Firefox
also barfs with link errors if the flag `--enable-single-profile' is
not used.
svn path=/nixpkgs/trunk/; revision=1067
* Make builders unexecutable by removing the hash-bang line and
execute permission.
* Convert calls to `derivation' to `mkDerivation'.
* Remove `system' and `stdenv' attributes from calls to
`mkDerivation'. These transformations were all done automatically,
so it is quite possible I broke stuff.
* Put the `mkDerivation' function in stdenv/generic.
svn path=/nixpkgs/trunk/; revision=874