From 062615d96a1d42f460b186307f4304ce70084268 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Sat, 11 Jan 2020 17:10:51 -0500 Subject: [PATCH] diceware: pythonPackages -> python3Packages --- pkgs/tools/security/diceware/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/security/diceware/default.nix b/pkgs/tools/security/diceware/default.nix index 07682eb22c5..dcd7e853564 100644 --- a/pkgs/tools/security/diceware/default.nix +++ b/pkgs/tools/security/diceware/default.nix @@ -1,8 +1,8 @@ { lib -, pythonPackages +, python3Packages }: -with pythonPackages; +with python3Packages; buildPythonApplication rec { pname = "diceware";