16 stdenv.mkDerivation rec {
17 pname = "arpa2common";
20 src = fetchFromGitLab {
24 sha256 = "sha256-UpAVyDXCe07ZwjD307t6G9f/Nny4QYXxGxft1KsiYYg=";
35 propagatedBuildInputs = [
42 # the project uses single argument `printf` throughout the program
43 hardeningDisable = [ "format" ];
47 "ARPA2 ID and ACL libraries and other core data structures for ARPA2";
49 The ARPA2 Common Library package offers elementary services that can
50 benefit many software packages. They are designed to be easy to
51 include, with a minimum of dependencies. At the same time, they were
52 designed with the InternetWide Architecture in mind, thus helping to
55 homepage = "https://gitlab.com/arpa2/arpa2common";
56 license = with lib.licenses; [ bsd2 cc-by-sa-40 cc0 isc ];
57 maintainers = with lib.maintainers; [ fufexan ];
58 platforms = lib.platforms.linux;