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

View file

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