Revert "Merge #102138: thunderbird: set build timeout at eight hours"

This reverts commit ef543fb416, reversing
changes made to 0d657b9c61.
See the parent commit.
This commit is contained in:
Vladimír Čunát 2020-11-14 21:06:48 +01:00
parent 739b762e56
commit 6769ad9f11
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -332,6 +332,5 @@ stdenv.mkDerivation rec {
];
platforms = platforms.linux;
license = licenses.mpl20;
timeout = 28800; # eight hours
};
}