From 56cfbfb0d8534122d1eaf45ef945d8010f831133 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Wed, 25 Aug 2021 23:49:34 +0200 Subject: Move packages to flakes --- pkgs/dovecot/plugins/fts_xapian/default.nix | 14 -------------- pkgs/dovecot/plugins/fts_xapian/fts-xapian.json | 15 --------------- 2 files changed, 29 deletions(-) delete mode 100644 pkgs/dovecot/plugins/fts_xapian/default.nix delete mode 100644 pkgs/dovecot/plugins/fts_xapian/fts-xapian.json (limited to 'pkgs/dovecot') diff --git a/pkgs/dovecot/plugins/fts_xapian/default.nix b/pkgs/dovecot/plugins/fts_xapian/default.nix deleted file mode 100644 index 611d67b..0000000 --- a/pkgs/dovecot/plugins/fts_xapian/default.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ stdenv, autoconf, automake, pkg-config, dovecot, libtool, xapian, icu, mylibs, sqlite }: - -stdenv.mkDerivation (mylibs.fetchedGithub ./fts-xapian.json // rec { - buildInputs = [ dovecot autoconf automake libtool pkg-config xapian icu sqlite ]; - preConfigure = '' - export PANDOC=false - autoreconf -vi - ''; - configureFlags = [ - "--with-dovecot=${dovecot}/lib/dovecot" - "--without-dovecot-install-dirs" - "--with-moduledir=$(out)/lib/dovecot" - ]; -}) diff --git a/pkgs/dovecot/plugins/fts_xapian/fts-xapian.json b/pkgs/dovecot/plugins/fts_xapian/fts-xapian.json deleted file mode 100644 index c9b57ef..0000000 --- a/pkgs/dovecot/plugins/fts_xapian/fts-xapian.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "tag": "ac872e9-master", - "meta": { - "name": "fts-xapian", - "url": "https://github.com/grosjo/fts-xapian", - "branch": "master" - }, - "github": { - "owner": "grosjo", - "repo": "fts-xapian", - "rev": "ac872e927c982e8da6d4eb80fa27fee53962010b", - "sha256": "13pw123006yyx2m2zy3bdffglhd5923gnqjlcc868xy344fjkbmz", - "fetchSubmodules": true - } -} -- cgit v1.2.3