From 3430d3d8a373bed92a515a5f427cac100be39b8f Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Sat, 22 Oct 2005 11:51:30 +0000 Subject: [PATCH] add the mozilla browser. The compilation process is nearly identical to firefox, but there are some differences: - don't source in $topsrcdir/browser/config/mozconfig (does not exist it seems) - different source tarball (different version that is) - leave out the postinstall phase svn path=/nixpkgs/trunk/; revision=4116 --- .../networking/browsers/mozilla/builder.sh | 53 +++++++++++++++++++ .../networking/browsers/mozilla/default.nix | 18 +++++++ .../browsers/mozilla/default.nix.old | 12 +++++ pkgs/system/all-packages-generic.nix | 7 +++ 4 files changed, 90 insertions(+) create mode 100644 pkgs/applications/networking/browsers/mozilla/builder.sh create mode 100644 pkgs/applications/networking/browsers/mozilla/default.nix create mode 100644 pkgs/applications/networking/browsers/mozilla/default.nix.old diff --git a/pkgs/applications/networking/browsers/mozilla/builder.sh b/pkgs/applications/networking/browsers/mozilla/builder.sh new file mode 100644 index 00000000000..0b5b11f0028 --- /dev/null +++ b/pkgs/applications/networking/browsers/mozilla/builder.sh @@ -0,0 +1,53 @@ +. $stdenv/setup + +preConfigure=preConfigure +preConfigure() { + cat > .mozconfig <