diceware: pythonPackages -> python3Packages

This commit is contained in:
Graham Christensen
2020-01-11 17:10:51 -05:00
parent 4f2de85ac1
commit 062615d96a

View File

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