setup global python
This commit is contained in:
parent
3eb4517ea3
commit
c88ae10abd
1 changed files with 23 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue