summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2020-01-11 18:03:19 -0500
committerGitHub <noreply@github.com>2020-01-11 18:03:19 -0500
commit85bb15a662f1c2ebd75e479ed01a575113f4e046 (patch)
tree486629d24fc97c8824bee699c543babb8595e992
parentdavfs2: substitute ps command (diff)
parentdiceware: pythonPackages -> python3Packages (diff)
downloadnixpkgs-85bb15a662f1c2ebd75e479ed01a575113f4e046.tar.gz
Merge pull request #77530 from grahamc/python3/diceware
diceware: pythonPackages -> python3Packages
-rw-r--r--pkgs/tools/security/diceware/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/diceware/default.nix b/pkgs/tools/security/diceware/default.nix
index 07682eb22c51..dcd7e853564a 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";