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 # 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