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:06:48 +0100
committerVladimír Čunát <v@cunat.cz>2020-11-14 21:06:48 +0100
commit6769ad9f119a41f19e04b1cb755c43b73bb8cf28 (patch)
tree63ef520cbd867cb16d07f7ca16b43174b4d925c7 /pkgs/applications/networking/mailreaders
parent739b762e5685ed9a252f6793cfd64886ad2b8f6e (diff)
downloadnixlib-6769ad9f119a41f19e04b1cb755c43b73bb8cf28.tar
nixlib-6769ad9f119a41f19e04b1cb755c43b73bb8cf28.tar.gz
nixlib-6769ad9f119a41f19e04b1cb755c43b73bb8cf28.tar.bz2
nixlib-6769ad9f119a41f19e04b1cb755c43b73bb8cf28.tar.lz
nixlib-6769ad9f119a41f19e04b1cb755c43b73bb8cf28.tar.xz
nixlib-6769ad9f119a41f19e04b1cb755c43b73bb8cf28.tar.zst
nixlib-6769ad9f119a41f19e04b1cb755c43b73bb8cf28.zip
Revert "Merge #102138: thunderbird: set build timeout at eight hours"
This reverts commit ef543fb416353320ba2876754e3d3240d338865e, reversing
changes made to 0d657b9c61d1b568584805717f640b2bbc5a9b0e.
See the parent commit.
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 e92e89c7126c..e228258efcf7 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
   };
 }