Commit graph

6 commits

Author SHA1 Message Date
Dzmitry Malyshau d154aea93a Remove kvark from maintaining Mozilla packages 2022-06-10 12:26:55 -07:00
Sergei Trofimovich 2bc4dcde87 moz-phab: add missing 'pip' runtime dependency
Without the change certificate installation fails as:

    $ moz-phab install-certificate
    ...
    Upgrading to version 1.0.0
    ...-python3.9-setuptools-61.2.0/lib/python3.9/site-packages/setuptools/command/install.py:34:
      SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
      warnings.warn(
    ...-python3-3.9.12/bin/python3.9: No module named pip
    CommandError: command '...-python3-3.9.12/bin/python3.9' failed to complete successfully
    Run moz-phab again with '--trace' to show debugging output

Closes: https://github.com/NixOS/nixpkgs/issues/174692
2022-05-31 09:02:05 +01:00
Dzmitry Malyshau cbfec29e81 moz-phab: use substituteInPlace instead of a patch 2021-11-25 11:18:07 -05:00
Dzmitry Malyshau 836ba699de moz-phab: rename patch files 2021-11-19 12:25:50 -05:00
Dzmitry Malyshau ca7a71747d moz-phab: enable tests, remove pkgs dependency 2021-11-19 10:44:00 -05:00
Dzmitry Malyshau 51324da2e0 moz-phab: init at 0.1.99
The official Mozilla tool for code submissions. Needed to do anything
useful on NixOS with Mozilla code.
2021-11-19 10:44:00 -05:00