setup global python

This commit is contained in:
BuyMyMojo 2025-04-01 08:02:11 +11:00
parent 3eb4517ea3
commit c88ae10abd
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B

View file

@ -247,7 +247,10 @@
gradle gradle
gcc gcc
dotnetCorePackages.sdk_8_0_3xx dotnetCorePackages.sdk_8_0_3xx
(pkgs.writeShellScriptBin "python" ''
export LD_LIBRARY_PATH=$NIX_LD_LIBRARY_PATH
exec ${pkgs.python312}/bin/python "$@"
'')
# noisetorch # noisetorch
# yad # yad
# unzip # unzip
@ -286,6 +289,25 @@
glib glib
glibc glibc
# === Ludusavi === # === Ludusavi ===
# === html wallpaper ===
python312Packages.pyqt6-webengine
# ===
zlib
zstd
stdenv.cc.cc
curl
openssl
attr
libssh
bzip2
libxml2
acl
libsodium
util-linux
xz
systemd
]; ];
# Some programs need SUID wrappers, can be configured further or are # Some programs need SUID wrappers, can be configured further or are