9 python3.pkgs.buildPythonApplication rec {
10 pname = "lxd-image-server";
13 src = fetchFromGitHub {
15 repo = "lxd-image-server";
17 sha256 = "yx8aUmMfSzyWaM6M7+WcL6ouuWwOpqLzODWSdNgwCwo=";
25 propagatedBuildInputs = with python3.pkgs; [
36 ''--prefix PATH ':' "${lib.makeBinPath [ openssl rsync ]}"''
41 passthru.tests.lxd-image-server = nixosTests.lxd-image-server;
44 description = "Creates and manages a simplestreams lxd image server on top of nginx";
45 homepage = "https://github.com/Avature/lxd-image-server";
46 license = licenses.asl20;
47 platforms = platforms.unix;
48 maintainers = with maintainers; [ mkg20001 ];
49 mainProgram = "lxd-image-server";