mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
fdroidserver: init at 2016-05-31
This commit is contained in:
parent
153d792532
commit
b860faf2f6
|
@ -9441,6 +9441,29 @@ in modules // {
|
|||
};
|
||||
};
|
||||
|
||||
fdroidserver = buildPythonPackage rec {
|
||||
version = "2016-05-31";
|
||||
name = "fdroidserver-git-${version}";
|
||||
|
||||
disabled = ! isPy3k;
|
||||
|
||||
src = pkgs.fetchFromGitLab {
|
||||
owner = "fdroid";
|
||||
repo = "fdroidserver";
|
||||
rev = "401649e0365e6e365fc48ae8a3af94768af865f3";
|
||||
sha256 = "1mmi2ffpym1qw694yj938kc7b4xhq0blri7wkjaqddcyykjyr94d";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [ libcloud pyyaml paramiko pyasn1 pyasn1-modules pillow mwclient GitPython ];
|
||||
|
||||
meta = {
|
||||
homepage = https://f-droid.org;
|
||||
description = "Server and tools for F-Droid, the Free Software repository system for Android";
|
||||
maintainers = with maintainers; [ DamienCassou ];
|
||||
license = licenses.agpl3;
|
||||
};
|
||||
};
|
||||
|
||||
filebrowser_safe = buildPythonPackage rec {
|
||||
version = "0.3.6";
|
||||
name = "filebrowser_safe-${version}";
|
||||
|
|
Loading…
Reference in a new issue