diff options
| author | Graham Christensen <graham@grahamc.com> | 2020-01-11 18:03:19 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-11 18:03:19 -0500 |
| commit | 85bb15a662f1c2ebd75e479ed01a575113f4e046 (patch) | |
| tree | 486629d24fc97c8824bee699c543babb8595e992 | |
| parent | davfs2: substitute ps command (diff) | |
| parent | diceware: pythonPackages -> python3Packages (diff) | |
| download | nixpkgs-85bb15a662f1c2ebd75e479ed01a575113f4e046.tar.gz | |
Merge pull request #77530 from grahamc/python3/diceware
diceware: pythonPackages -> python3Packages
| -rw-r--r-- | pkgs/tools/security/diceware/default.nix | 4 |
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"; |
