9 stdenv.mkDerivation rec {
14 url = "mirror://gnu/recutils/${pname}-${version}.tar.gz";
15 hash = "sha256-YwFZKwAgwUtFZ1fvXUNNSfYCe45fOkmdEzYvIFxIbg4=";
18 hardeningDisable = lib.optional stdenv.cc.isClang "format";
32 homepage = "https://www.gnu.org/software/recutils/";
33 description = "Tools and libraries to access human-editable, text-based databases";
35 GNU Recutils is a set of tools and libraries to access human-editable,
36 text-based databases called recfiles. The data is stored as a sequence of
37 records, each record containing an arbitrary number of named fields.
39 license = licenses.gpl3Plus;
40 maintainers = with maintainers; [ AndersonTorres ];
41 platforms = platforms.all;