about summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2020-11-14 21:07:43 +0100
committerVladimír Čunát <v@cunat.cz>2020-11-14 21:12:02 +0100
commitb94e7b7d8948652a13f3159eed34499f4ca64cb9 (patch)
tree2402e4c809fadced4f1c7043f1397d37c742bb99 /pkgs/applications/networking/mailreaders
parent2c8c46290675795a449a704e876ba477c6205294 (diff)
parent6769ad9f119a41f19e04b1cb755c43b73bb8cf28 (diff)
downloadnixlib-b94e7b7d8948652a13f3159eed34499f4ca64cb9.tar
nixlib-b94e7b7d8948652a13f3159eed34499f4ca64cb9.tar.gz
nixlib-b94e7b7d8948652a13f3159eed34499f4ca64cb9.tar.bz2
nixlib-b94e7b7d8948652a13f3159eed34499f4ca64cb9.tar.lz
nixlib-b94e7b7d8948652a13f3159eed34499f4ca64cb9.tar.xz
nixlib-b94e7b7d8948652a13f3159eed34499f4ca64cb9.tar.zst
nixlib-b94e7b7d8948652a13f3159eed34499f4ca64cb9.zip
Merge #103474: firefox, thunderbird: revert meta.timeout
Diffstat (limited to 'pkgs/applications/networking/mailreaders')
-rw-r--r--pkgs/applications/networking/mailreaders/thunderbird/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/networking/mailreaders/thunderbird/default.nix b/pkgs/applications/networking/mailreaders/thunderbird/default.nix
index e4debe7a909b..57d12b38dcdc 100644
--- a/pkgs/applications/networking/mailreaders/thunderbird/default.nix
+++ b/pkgs/applications/networking/mailreaders/thunderbird/default.nix
@@ -332,6 +332,5 @@ stdenv.mkDerivation rec {
     ];
     platforms = platforms.linux;
     license = licenses.mpl20;
-    timeout = 28800; # eight hours
   };
 }