Loading pkgs/development/libraries/arpa2common/default.nix +22 −17 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitLab , fetchpatch , cmake { lib, stdenv, fetchFromGitLab, fetchpatch, cmake, , arpa2cm , doxygen , e2fsprogs , graphviz , libsodium , lmdb , openssl , pkg-config , ragel arpa2cm, doxygen, e2fsprogs, graphviz, libsodium, lmdb, openssl, pkg-config, ragel, }: stdenv.mkDerivation (finalAttrs: { Loading Loading @@ -51,8 +52,7 @@ stdenv.mkDerivation (finalAttrs: { meta = { changelog = "https://gitlab.com/arpa2/arpa2common/-/blob/v${finalAttrs.version}/CHANGES"; description = "ARPA2 ID and ACL libraries and other core data structures for ARPA2"; description = "ARPA2 ID and ACL libraries and other core data structures for ARPA2"; longDescription = '' The ARPA2 Common Library package offers elementary services that can benefit many software packages. They are designed to be easy to Loading @@ -61,7 +61,12 @@ stdenv.mkDerivation (finalAttrs: { liberate users. ''; homepage = "https://gitlab.com/arpa2/arpa2common"; license = with lib.licenses; [ bsd2 cc-by-sa-40 cc0 isc ]; license = with lib.licenses; [ bsd2 cc-by-sa-40 cc0 isc ]; maintainers = with lib.maintainers; [ fufexan ]; platforms = lib.platforms.linux; }; Loading Loading
pkgs/development/libraries/arpa2common/default.nix +22 −17 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitLab , fetchpatch , cmake { lib, stdenv, fetchFromGitLab, fetchpatch, cmake, , arpa2cm , doxygen , e2fsprogs , graphviz , libsodium , lmdb , openssl , pkg-config , ragel arpa2cm, doxygen, e2fsprogs, graphviz, libsodium, lmdb, openssl, pkg-config, ragel, }: stdenv.mkDerivation (finalAttrs: { Loading Loading @@ -51,8 +52,7 @@ stdenv.mkDerivation (finalAttrs: { meta = { changelog = "https://gitlab.com/arpa2/arpa2common/-/blob/v${finalAttrs.version}/CHANGES"; description = "ARPA2 ID and ACL libraries and other core data structures for ARPA2"; description = "ARPA2 ID and ACL libraries and other core data structures for ARPA2"; longDescription = '' The ARPA2 Common Library package offers elementary services that can benefit many software packages. They are designed to be easy to Loading @@ -61,7 +61,12 @@ stdenv.mkDerivation (finalAttrs: { liberate users. ''; homepage = "https://gitlab.com/arpa2/arpa2common"; license = with lib.licenses; [ bsd2 cc-by-sa-40 cc0 isc ]; license = with lib.licenses; [ bsd2 cc-by-sa-40 cc0 isc ]; maintainers = with lib.maintainers; [ fufexan ]; platforms = lib.platforms.linux; }; Loading