From 3f9ce135e965a9c75d313569fd0d0c0ff35c72a7 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Mon, 8 May 2023 17:52:25 +0200 Subject: [PATCH] Add python dependencies to objprog shell --- shells/objectgericht-project.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shells/objectgericht-project.nix b/shells/objectgericht-project.nix index 91afbd8d..3a4062e4 100644 --- a/shells/objectgericht-project.nix +++ b/shells/objectgericht-project.nix @@ -4,6 +4,7 @@ openssl maven (openjdk17.override { enableJavaFX = true; }) + (python3.withPackages (ps: [ ps.pyyaml ps.beautifulsoup4 ])) ]; commands = [ {