diceware: pythonPackages -> python3Packages
This commit is contained in:
parent
4f2de85ac1
commit
062615d96a
@ -1,8 +1,8 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, pythonPackages
|
, python3Packages
|
||||||
}:
|
}:
|
||||||
|
|
||||||
with pythonPackages;
|
with python3Packages;
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "diceware";
|
pname = "diceware";
|
||||||
|
Loading…
Reference in New Issue
Block a user