elmPackages.node: remove reference to python2

pkgs.nodejs_18 uses python311, which means pkgs.python2 will never be used
This commit is contained in:
Benjamin Sparks
2025-03-21 01:46:34 +01:00
parent 28297fcd32
commit 3814cd0577
@@ -13,7 +13,6 @@ let
inherit (pkgs)
stdenv
lib
python2
runCommand
writeTextFile
writeShellScript