From a320557cd5bcd2b2edc1f3e6f3648609d29b5cf6 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sun, 3 Nov 2019 23:11:52 +0100 Subject: 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 Cc: @devhell --- modules/user/devhell/profiles/packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user/devhell/profiles/packages.nix') 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 -- cgit 1.4.1