Merge pull request #44011 from mkaito/fix-tor
tor: fix failing Hydra build
This commit is contained in:
commit
b80c56ed90
@ -3,7 +3,6 @@
|
|||||||
|
|
||||||
# for update.nix
|
# for update.nix
|
||||||
, writeScript
|
, writeScript
|
||||||
, runCommand
|
|
||||||
, common-updater-scripts
|
, common-updater-scripts
|
||||||
, bash
|
, bash
|
||||||
, coreutils
|
, coreutils
|
||||||
@ -50,7 +49,6 @@ stdenv.mkDerivation rec {
|
|||||||
inherit (stdenv) lib;
|
inherit (stdenv) lib;
|
||||||
inherit
|
inherit
|
||||||
writeScript
|
writeScript
|
||||||
runCommand
|
|
||||||
common-updater-scripts
|
common-updater-scripts
|
||||||
bash
|
bash
|
||||||
coreutils
|
coreutils
|
||||||
|
Loading…
x
Reference in New Issue
Block a user