diff options
author | Vladimír Čunát | 2024-07-06 09:03:01 +0200 |
---|---|---|
committer | Vladimír Čunát | 2024-07-06 09:03:01 +0200 |
commit | 91594d11a2248ebe00f45f6b9be63fe264bb74e1 (patch) | |
tree | 07151dc0ca7e8437d07115c165b530e42292ee39 /pkgs/applications/misc/dbx/default.nix | |
parent | 5041afcd2b075aad48f4336668b129cd318edc8b (diff) | |
parent | 25c945df289dbb064a9afc96ac1b665dd08d6b7a (diff) |
Merge #322145: staging-next 2024-06-24
Diffstat (limited to 'pkgs/applications/misc/dbx/default.nix')
-rw-r--r-- | pkgs/applications/misc/dbx/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/misc/dbx/default.nix b/pkgs/applications/misc/dbx/default.nix index 9dc19941a072..95fd50b1e241 100644 --- a/pkgs/applications/misc/dbx/default.nix +++ b/pkgs/applications/misc/dbx/default.nix @@ -30,7 +30,6 @@ python.pkgs.buildPythonApplication rec { build-system = with python.pkgs; [ setuptools ]; - nativeBuildInputs = with python.pkgs; [ pythonRelaxDepsHook ]; propagatedBuildInputs = with python.pkgs; |