Update nix expressions for 21.05

Also remove lots of old releases declared in release.nix.
This commit is contained in:
eikek
2021-06-07 23:35:43 +02:00
parent 6984df42de
commit 6fed858629
5 changed files with 5 additions and 290 deletions

View File

@ -1,6 +1,6 @@
cfg: {stdenv, fetchzip, file, curl, inotifyTools, fetchurl, jdk11, bash, jq, sqlite}:
cfg: {stdenv, lib, fetchzip, file, curl, inotifyTools, fetchurl, jdk11, bash, jq, sqlite}:
let
meta = with stdenv.lib; {
meta = with lib; {
description = "Docspell helps to organize and archive your paper documents.";
homepage = https://github.com/eikek/docspell;
license = licenses.gpl3;