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
commit 85bb15a662
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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