1 { lib, mkDerivation, fetchFromGitHub, standard-library }:
5 pname = "agda-categories";
7 src = fetchFromGitHub {
9 repo = "agda-categories";
11 sha256 = "1b5gj0r2z5fhh7k8b9s2kx4rjv8gi5y8ijgrbcvsa06n3acap3lm";
14 buildInputs = [ standard-library ];
17 inherit (src.meta) homepage;
18 description = "A new Categories library";
19 license = licenses.bsd3;
20 platforms = platforms.unix;
21 maintainers = with maintainers; [ alexarice turion ];