fdroidserver: move to by-name

This commit is contained in:
linsui
2024-09-13 19:55:04 +08:00
parent 9b2183cfde
commit f8fadd0c8a
2 changed files with 5 additions and 28 deletions
@@ -1,38 +1,17 @@
{
lib,
fetchFromGitLab,
python3Packages,
python3,
fetchPypi,
apksigner,
buildPythonApplication,
python3,
installShellFiles,
androguard,
babel,
clint,
defusedxml,
gitpython,
libcloud,
mwclient,
oscrypto,
paramiko,
pillow,
platformdirs,
pyasn1,
pyasn1-modules,
pycountry,
python-vagrant,
pyyaml,
qrcode,
requests,
ruamel-yaml,
sdkmanager,
yamllint,
}:
let
version = "2.3a2";
in
buildPythonApplication {
python3Packages.buildPythonApplication {
pname = "fdroidserver";
inherit version;
@@ -69,9 +48,9 @@ buildPythonApplication {
nativeBuildInputs = [ installShellFiles ];
build-system = [ babel ];
build-system = with python3Packages; [ babel ];
dependencies = [
dependencies = with python3Packages; [
androguard
platformdirs
clint
-2
View File
@@ -5021,8 +5021,6 @@ with pkgs;
fdroidcl = pkgs.callPackage ../development/mobile/fdroidcl { };
fdroidserver = python3Packages.callPackage ../development/tools/fdroidserver { };
fedimint = callPackage ../by-name/fe/fedimint/package.nix {
inherit (darwin.apple_sdk.frameworks) Security SystemConfiguration;
};