mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2026-02-04 09:10:01 +01:00
temmie/userweb: add legacy-cgi to the python package set
This commit is contained in:
@@ -29,6 +29,8 @@ let
|
|||||||
# https://nixos.org/manual/nixpkgs/stable/#python.buildenv-function
|
# https://nixos.org/manual/nixpkgs/stable/#python.buildenv-function
|
||||||
pythonEnv = pkgs.python3.buildEnv.override {
|
pythonEnv = pkgs.python3.buildEnv.override {
|
||||||
extraLibs = with pkgs.python3Packages; [
|
extraLibs = with pkgs.python3Packages; [
|
||||||
|
legacy-cgi
|
||||||
|
|
||||||
matplotlib
|
matplotlib
|
||||||
requests
|
requests
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user