dazel: migrate to by-name
This commit is contained in:
@@ -1,15 +1,16 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonApplication,
|
||||
python3Packages,
|
||||
fetchPypi,
|
||||
setuptools,
|
||||
}:
|
||||
buildPythonApplication rec {
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "dazel";
|
||||
version = "0.0.43";
|
||||
pyproject = true;
|
||||
|
||||
build-system = [ setuptools ];
|
||||
build-system = [
|
||||
python3Packages.setuptools
|
||||
];
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
@@ -1468,8 +1468,6 @@ with pkgs;
|
||||
|
||||
inherit (cue) writeCueValidator;
|
||||
|
||||
dazel = python3Packages.callPackage ../development/tools/dazel { };
|
||||
|
||||
detect-secrets = with python3Packages; toPythonApplication detect-secrets;
|
||||
|
||||
deterministic-host-uname = deterministic-uname.override {
|
||||
|
||||
Reference in New Issue
Block a user