summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2023-09-10 00:53:21 +0200
committerPeder Bergebakken Sundt <pbsds@hotmail.com>2023-09-22 21:11:24 +0200
commitc2ab4589dce637ac098859bb965b09b08488788f (patch)
tree2a7287b3372decb30209bf21a0d0b919636aa292
parentf8fd7deaabf2e8d8ff0b76a0d4e7afd9ac3e59d4 (diff)
downloadnixpkgs-c2ab4589dce637ac098859bb965b09b08488788f.tar
nixpkgs-c2ab4589dce637ac098859bb965b09b08488788f.tar.gz
nixpkgs-c2ab4589dce637ac098859bb965b09b08488788f.tar.bz2
nixpkgs-c2ab4589dce637ac098859bb965b09b08488788f.tar.lz
nixpkgs-c2ab4589dce637ac098859bb965b09b08488788f.tar.xz
nixpkgs-c2ab4589dce637ac098859bb965b09b08488788f.tar.zst
nixpkgs-c2ab4589dce637ac098859bb965b09b08488788f.zip
trueseeing: switch to pypaBuildHook
-rw-r--r--pkgs/tools/security/trueseeing/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/trueseeing/default.nix b/pkgs/tools/security/trueseeing/default.nix
index 607a1798452..a9c4f300141 100644
--- a/pkgs/tools/security/trueseeing/default.nix
+++ b/pkgs/tools/security/trueseeing/default.nix
@@ -6,7 +6,7 @@
 python3.pkgs.buildPythonApplication rec {
   pname = "trueseeing";
   version = "2.1.7";
-  format = "flit";
+  format = "pyproject";
 
   src = fetchFromGitHub {
     owner = "alterakey";