We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0a2932 commit 14fc7a9Copy full SHA for 14fc7a9
pkgs/by-name/st/stig/package.nix
@@ -11,6 +11,7 @@ python3Packages.buildPythonApplication rec {
11
# This project has a different concept for pre release / alpha,
12
# Read the project's README for details: https://github.com/rndusr/stig#stig
13
version = "0.12.10a0";
14
+ pyproject = true;
15
16
src = fetchFromGitHub {
17
owner = "rndusr";
@@ -19,7 +20,11 @@ python3Packages.buildPythonApplication rec {
19
20
sha256 = "sha256-lSFI4/DxWl17KFgLXZ7c5nW/e5IUGN7s8Gm6wTM5ZWg=";
21
};
22
- propagatedBuildInputs = with python3Packages; [
23
+ build-system = with python3Packages; [
24
+ setuptools
25
+ ];
26
+
27
+ dependencies = with python3Packages; [
28
urwid
29
urwidtrees
30
aiohttp
0 commit comments