14 stdenv.mkDerivation rec {
18 src = fetchFromGitHub {
22 sha256 = "sha256-AIizbD2jaZ5SY0K/hwpHdGE20KEhWC53LWUiVYs9Oiw=";
26 updateScript = nix-update-script {
31 enableParallelBuilding = true;
33 nativeBuildInputs = [ pkg-config autoreconfHook ];
35 buildInputs = [ curl dbus glib json-glib openssl ];
38 "--with-dbusinterfacesdir=${placeholder "out"}/share/dbus-1/interfaces"
39 "--with-dbuspolicydir=${placeholder "out"}/share/dbus-1/systemd.d"
40 "--with-dbussystemservicedir=${placeholder "out"}/share/dbus-1/system-services"
44 description = "Safe and secure software updates for embedded Linux";
45 homepage = "https://rauc.io";
46 license = licenses.lgpl21;
47 maintainers = with maintainers; [ emantor ];
48 platforms = with platforms; linux;