Merge pull request #77530 from grahamc/python3/diceware

diceware: pythonPackages -> python3Packages
This commit is contained in:
Graham Christensen
2020-01-11 18:03:19 -05:00
committed by GitHub

View File

@@ -1,8 +1,8 @@
{ lib
, pythonPackages
, python3Packages
}:
with pythonPackages;
with python3Packages;
buildPythonApplication rec {
pname = "diceware";