1 { lib, stdenv, fetchFromGitHub, autoconf, automake, libtool, pkg-config, glib
2 , libxml2, libxslt, getopt, libiconv, gettext, nix, disnix
5 stdenv.mkDerivation rec {
6 version = "unstable-2020-11-02";
9 src = fetchFromGitHub {
10 owner = "svanderburg";
12 rev = "12ca1516bc1e5d161ac68f5d8252a0a2f353c8cf";
13 sha256 = "00f341274hwwil8mlgcgq331vfca9sscvpdbgkxsjvbhcqd8qa52";
16 nativeBuildInputs = [ pkg-config autoconf automake libtool ];
17 buildInputs = [ glib libxml2 libxslt getopt nix disnix libiconv gettext ];
24 description = "Toolset enabling self-adaptive redeployment on top of Disnix";
26 Dynamic Disnix is a (very experimental!) prototype extension framework for Disnix supporting dynamic (re)deployment of service-oriented systems.
28 license = lib.licenses.lgpl21Plus;
29 maintainers = [ lib.maintainers.tomberek ];
30 platforms = lib.platforms.unix;