about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2019-11-03 23:11:52 +0100
committeraszlig <aszlig@nix.build>2019-11-03 23:14:32 +0100
commita320557cd5bcd2b2edc1f3e6f3648609d29b5cf6 (patch)
treef2705bebd4a36a54e0745d3a5116d76701962879 /modules
parent7077cfcf08da08d4b66aee4bd759d9f2931014b5 (diff)
devhell/packages: Remove Py3 override for "john"
Since NixOS/nixpkgs@582b92b9483428a0e40f276aff3da2d99bbe62c5, the "john"
package now uses Python 3 by default, so the override does no longer
work because the package no longer has a "pythonPackages" attribute.

Luckily, the upstream change is doing exactly what's done here, so we
can simply drop the override.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @devhell
Diffstat (limited to 'modules')
-rw-r--r--modules/user/devhell/profiles/packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/devhell/profiles/packages.nix b/modules/user/devhell/profiles/packages.nix
index b0cd522c..4fd3672c 100644
--- a/modules/user/devhell/profiles/packages.nix
+++ b/modules/user/devhell/profiles/packages.nix
@@ -141,7 +141,7 @@ in {
       iptraf-ng
       ipv6calc
       jfsutils
-      (john.override { pythonPackages = python3Packages; })
+      john
       jwhois
       keepassxc
       keybase