diceware: pythonPackages -> python3Packages

This commit is contained in:
Graham Christensen 2020-01-11 17:10:51 -05:00
parent 4f2de85ac1
commit 062615d96a
No known key found for this signature in database
GPG Key ID: FE918C3A98C1030F

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