Merge pull request #111519 from siraben/xdg-utils-naming

This commit is contained in:
Jan Tojnar
2021-02-01 17:18:57 +01:00
committed by GitHub
47 changed files with 90 additions and 90 deletions

View File

@@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchFromGitHub, xdg_utils
{ lib, buildPythonPackage, fetchFromGitHub, xdg-utils
, requests, filetype, pyparsing, configparser, arxiv2bib
, pyyaml, chardet, beautifulsoup4, colorama, bibtexparser
, click, python-slugify, habanero, isbnlib, typing-extensions
@@ -45,7 +45,7 @@ buildPythonPackage rec {
checkInputs = ([
pytest pytestcov
]) ++ [
xdg_utils
xdg-utils
];
# most of the downloader tests and 4 other tests require a network connection