Merge pull request #44011 from mkaito/fix-tor

tor: fix failing Hydra build
This commit is contained in:
Jörg Thalheim 2018-07-23 15:01:00 +01:00 committed by GitHub
commit b80c56ed90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,6 @@
# for update.nix
, writeScript
, runCommand
, common-updater-scripts
, bash
, coreutils
@ -50,7 +49,6 @@ stdenv.mkDerivation rec {
inherit (stdenv) lib;
inherit
writeScript
runCommand
common-updater-scripts
bash
coreutils