aboutsummaryrefslogtreecommitdiff
path: root/pkgs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/default.nix')
-rw-r--r--pkgs/default.nix17
1 files changed, 0 insertions, 17 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix
index 204f751..616a462 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -9,8 +9,6 @@ rec {
9 boinctui = callPackage ./boinctui {}; 9 boinctui = callPackage ./boinctui {};
10 cnagios = callPackage ./cnagios { inherit mylibs; }; 10 cnagios = callPackage ./cnagios { inherit mylibs; };
11 commento = callPackage ./commento {}; 11 commento = callPackage ./commento {};
12 cryptpad = callPackage ./cryptpad {};
13 duply = callPackage ./duply {};
14 flrn = callPackage ./flrn { inherit mylibs; slang = callPackage ./slang_1 {}; }; 12 flrn = callPackage ./flrn { inherit mylibs; slang = callPackage ./slang_1 {}; };
15 genius = callPackage ./genius {}; 13 genius = callPackage ./genius {};
16 mtop = callPackage ./mtop {}; 14 mtop = callPackage ./mtop {};
@@ -23,14 +21,10 @@ rec {
23 notmuch-python2 = callPackage ./notmuch/notmuch-python { pythonPackages = python2Packages; }; 21 notmuch-python2 = callPackage ./notmuch/notmuch-python { pythonPackages = python2Packages; };
24 notmuch-python3 = callPackage ./notmuch/notmuch-python { pythonPackages = python3Packages; }; 22 notmuch-python3 = callPackage ./notmuch/notmuch-python { pythonPackages = python3Packages; };
25 notmuch-vim = callPackage ./notmuch/notmuch-vim {}; 23 notmuch-vim = callPackage ./notmuch/notmuch-vim {};
26 pg_activity = callPackage ./pg_activity { inherit mylibs; };
27 pgloader = callPackage ./pgloader {}; 24 pgloader = callPackage ./pgloader {};
28 predixy = callPackage ./predixy { inherit mylibs; }; 25 predixy = callPackage ./predixy { inherit mylibs; };
29 rrsync_sudo = callPackage ./rrsync_sudo {}; 26 rrsync_sudo = callPackage ./rrsync_sudo {};
30 signald = callPackage ./signald {};
31 signaldctl = callPackage ./signaldctl {}; 27 signaldctl = callPackage ./signaldctl {};
32 stgit = callPackage ./stgit {};
33 telegram-cli = callPackage ./telegram-cli { inherit mylibs; };
34 telegram-history-dump = callPackage ./telegram-history-dump { inherit mylibs; }; 28 telegram-history-dump = callPackage ./telegram-history-dump { inherit mylibs; };
35 telegramircd = callPackage ./telegramircd { inherit mylibs; telethon = callPackage ./telethon_sync {}; }; 29 telegramircd = callPackage ./telegramircd { inherit mylibs; telethon = callPackage ./telethon_sync {}; };
36 terminal-velocity = callPackage ./terminal-velocity {}; 30 terminal-velocity = callPackage ./terminal-velocity {};
@@ -45,10 +39,6 @@ rec {
45 sia = callPackage ./crypto/sia {}; 39 sia = callPackage ./crypto/sia {};
46 40
47 pure-ftpd = callPackage ./pure-ftpd {}; 41 pure-ftpd = callPackage ./pure-ftpd {};
48 mpd = (callPackage ./mpd_0_21 {}).mpd;
49 mpd-small = (callPackage ./mpd_0_21 {}).mpd-small;
50
51 bitlbee-mastodon = callPackage ./bitlbee-mastodon {};
52 42
53 composerEnv = callPackage ./composer-env {}; 43 composerEnv = callPackage ./composer-env {};
54 webapps = callPackage ./webapps { inherit mylibs composerEnv; }; 44 webapps = callPackage ./webapps { inherit mylibs composerEnv; };
@@ -70,11 +60,4 @@ rec {
70 dovecot_deleted-to-trash = callPackage ./dovecot/plugins/deleted_to_trash { 60 dovecot_deleted-to-trash = callPackage ./dovecot/plugins/deleted_to_trash {
71 inherit mylibs; 61 inherit mylibs;
72 }; 62 };
73 dovecot_fts-xapian = callPackage ./dovecot/plugins/fts_xapian {
74 inherit mylibs;
75 };
76
77 fiche = callPackage ./fiche { inherit mylibs; };
78 woob = python3Packages.callPackage ./woob {};
79 zrepl = callPackage ./zrepl {};
80} 63}