firefoxPackages: indent
This commit is contained in:
parent
5ec27f3033
commit
b21b9bbd6c
|
@ -100,14 +100,14 @@ rec {
|
||||||
isTorBrowserLike = true;
|
isTorBrowserLike = true;
|
||||||
|
|
||||||
unpackPhase = ''
|
unpackPhase = ''
|
||||||
# fetchFromGitHub produces ro sources, root dir gets a name that
|
# fetchFromGitHub produces ro sources, root dir gets a name that
|
||||||
# is too long for shebangs. fixing
|
# is too long for shebangs. fixing
|
||||||
cp -a $src tor-browser
|
cp -a $src tor-browser
|
||||||
chmod -R +w tor-browser
|
chmod -R +w tor-browser
|
||||||
cd tor-browser
|
cd tor-browser
|
||||||
|
|
||||||
# set times for xpi archives
|
# set times for xpi archives
|
||||||
find . -exec touch -d'2010-01-01 00:00' {} \;
|
find . -exec touch -d'2010-01-01 00:00' {} \;
|
||||||
'';
|
'';
|
||||||
|
|
||||||
patches = nixpkgsPatches;
|
patches = nixpkgsPatches;
|
||||||
|
|
Loading…
Reference in New Issue