1 { lib, python, fetchPypi }:
3 python.pkgs.buildPythonApplication rec {
9 hash = "sha256-wq2H2inUf2CjPD45krCNdjw2s4FXsEDlfOHqW8VaVKg=";
13 propagatedBuildInputs = with python.pkgs; [
22 homepage = "https://alisw.github.io/alibuild/";
23 description = "Build tool for ALICE experiment software";
24 license = licenses.gpl3;
25 maintainers = with maintainers; [ ktf ];