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
+2 -2
View File
@@ -1,8 +1,8 @@
{ lib { lib
, pythonPackages , python3Packages
}: }:
with pythonPackages; with python3Packages;
buildPythonApplication rec { buildPythonApplication rec {
pname = "diceware"; pname = "diceware";