Commit 25eb8cfb authored by Eric Helgeson's avatar Eric Helgeson
Browse files

netatalk: add new sqlite CNDI backend

parent 7f889f24
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@
  dbus,
  iniparser,
  pandoc,
  sqlite,
}:

stdenv.mkDerivation (finalAttrs: {
@@ -62,6 +63,7 @@ stdenv.mkDerivation (finalAttrs: {
    dbus
    iniparser
    pandoc
    sqlite
  ];

  mesonFlags = [