8 buildPythonApplication rec {
12 disabled = pythonOlder "3.6";
15 inherit pname version;
16 sha256 = "ee370889a1558caf45930d9f898dbe248048078e1e7e3ee17382bf574dc795f2";
19 # Checks need internet access, so we just check the program executes
20 # At the moment the help page needs to write to $HOME, this can
21 # be removed if https://github.com/agda/agda-pkg/issues/40 is fixed
23 HOME=$NIX_BUILD_TOP $out/bin/apkg --help > /dev/null
26 propagatedBuildInputs = [
42 homepage = "https://agda.github.io/agda-pkg/";
43 description = "Package manager for Agda";
44 license = licenses.mit;
45 maintainers = with maintainers; [ alexarice ];