Update nix shell to have python
This commit is contained in:
parent
b5e9e55cad
commit
e7eb9ef288
|
@ -18,11 +18,13 @@ pkgs.mkShell {
|
||||||
pkgs.pkg-config
|
pkgs.pkg-config
|
||||||
|
|
||||||
pkgs.alsa-lib
|
pkgs.alsa-lib
|
||||||
|
pkgs.sqlite
|
||||||
#pkgs.libclang # ??
|
#pkgs.libclang # ??
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkgs.openssl
|
pkgs.openssl
|
||||||
|
pkgs.python3
|
||||||
];
|
];
|
||||||
|
|
||||||
# Needed for bindgen when binding to avahi
|
# Needed for bindgen when binding to avahi
|
||||||
|
|
Loading…
Reference in New Issue