firefox: move the no-buildconfig-ffx76 patch into common

This patch has been used on all our flavors for some time now. We can
just move it to the common expression.
This commit is contained in:
Andreas Rammhold 2020-11-30 10:09:05 +01:00
parent 24eb3f87fc
commit 1d0225adc0
No known key found for this signature in database
GPG Key ID: E432E410B5E48C86
2 changed files with 1 additions and 8 deletions

View File

@ -118,6 +118,7 @@ buildStdenv.mkDerivation ({
patches = [
./env_var_for_system_dir.patch
./no-buildconfig-ffx76.patch
] ++
# there are two flavors of pipewire support

View File

@ -13,10 +13,6 @@ rec {
sha512 = "3va5a9471677jfzkhqp8xkba45n0bcpphbabhqbcbnps6p85m3y98pl5jy9q7cpq3a6gxc4ax7bp90yz2nfvfq7i64iz397xpprri2a";
};
patches = [
./no-buildconfig-ffx76.patch
];
meta = {
description = "A web browser built from Firefox source tree";
homepage = "http://www.mozilla.com/en-US/firefox/";
@ -41,10 +37,6 @@ rec {
sha512 = "20h53cn7p4dds1yfm166iwbjdmw4fkv5pfk4z0pni6x8ddjvg19imzs6ggmpnfhaji8mnlknm7xp5j7x9vi24awvdxdds5n88rh25hd";
};
patches = [
./no-buildconfig-ffx76.patch
];
meta = {
description = "A web browser built from Firefox Extended Support Release source tree";
homepage = "http://www.mozilla.com/en-US/firefox/";