mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2024-11-22 11:41:26 +00:00
Add portalocker to api package
This commit is contained in:
parent
7193030b37
commit
c2a4385b04
|
@ -4,7 +4,7 @@ let
|
||||||
inherit (nixpkgs) pkgs;
|
inherit (nixpkgs) pkgs;
|
||||||
inherit pythonPkgs;
|
inherit pythonPkgs;
|
||||||
|
|
||||||
selfprivacy-api = { buildPythonPackage, flask, flask-restful, setuptools }:
|
selfprivacy-api = { buildPythonPackage, flask, flask-restful, setuptools, portalocker }:
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "selfprivacy-api";
|
pname = "selfprivacy-api";
|
||||||
version = "1.1";
|
version = "1.1";
|
||||||
|
@ -12,7 +12,7 @@ let
|
||||||
url = "https://git.selfprivacy.org/ilchub/selfprivacy-rest-api.git";
|
url = "https://git.selfprivacy.org/ilchub/selfprivacy-rest-api.git";
|
||||||
rev = "dbb4c1095654bba88d4f0c91b7b195d5262976b6";
|
rev = "dbb4c1095654bba88d4f0c91b7b195d5262976b6";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ flask flask-restful setuptools ];
|
propagatedBuildInputs = [ flask flask-restful setuptools portalocker ];
|
||||||
meta = {
|
meta = {
|
||||||
description = ''
|
description = ''
|
||||||
SelfPrivacy Server Management API
|
SelfPrivacy Server Management API
|
||||||
|
|
Loading…
Reference in a new issue