X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=pkgs%2Fdefault.nix;h=b260f97335f6349b0f910d79a19b7608dd5f3fbf;hb=033bd2b4f705ac52b2ee9d782da30ae9f74e0004;hp=3b0e9377217942315bffbf78d9d9356d7886a4a2;hpb=4099c7f44bc542c9af64e55b1d3b54b13a4f10d3;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/pkgs/default.nix b/pkgs/default.nix index 3b0e937..b260f97 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -8,6 +8,7 @@ rec { myEnvironments = callPackage ../environments {}; boinctui = callPackage ./boinctui {}; cnagios = callPackage ./cnagios { inherit mylibs; }; + commento = callPackage ./commento {}; duply = callPackage ./duply {}; flrn = callPackage ./flrn { inherit mylibs; slang = callPackage ./slang_1 {}; }; genius = callPackage ./genius {}; @@ -16,6 +17,7 @@ rec { mutt-ics = callPackage ./mutt-ics { inherit mylibs; }; nagios-cli = callPackage ./nagios-cli { inherit mylibs; }; nagnu = callPackage ./nagnu { inherit mylibs; }; + nb = callPackage ./nb {}; note = callPackage ./note {}; notmuch-python2 = callPackage ./notmuch/notmuch-python { pythonPackages = python2Packages; }; notmuch-python3 = callPackage ./notmuch/notmuch-python { pythonPackages = python3Packages; }; @@ -50,6 +52,12 @@ rec { monitoring-plugins = callPackage ./monitoring-plugins {}; naemon = callPackage ./naemon { inherit mylibs monitoring-plugins; }; naemon-livestatus = callPackage ./naemon-livestatus { inherit mylibs naemon; }; + gearmand = callPackage ./gearmand {}; + status_engine = { + module = callPackage ./status_engine/module.nix { inherit mylibs; }; + worker = callPackage ./status_engine/worker.nix { inherit mylibs composerEnv; }; + interface = callPackage ./status_engine/interface.nix { inherit composerEnv; }; + }; python3PackagesPlus = callPackage ./python-packages { python = python3; @@ -63,4 +71,5 @@ rec { }; fiche = callPackage ./fiche { inherit mylibs; }; + zrepl = callPackage ./zrepl {}; }