tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python311Packages.qtile-extras: format with nixfmt
Fabian Affolter
2 years ago
96859836
e8e5011c
+19
-22
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
qtile-extras
default.nix
+19
-22
pkgs/development/python-modules/qtile-extras/default.nix
···
1
1
-
{ lib
2
2
-
, buildPythonPackage
3
3
-
, fetchFromGitHub
4
4
-
, gobject-introspection
5
5
-
, gtk3
6
6
-
, imagemagick
7
7
-
, keyring
8
8
-
, librsvg
9
9
-
, pulseaudio
10
10
-
, pytest-asyncio
11
11
-
, pytest-lazy-fixture
12
12
-
, pytestCheckHook
13
13
-
, qtile
14
14
-
, requests
15
15
-
, setuptools-scm
16
16
-
, xorgserver
1
1
+
{
2
2
+
lib,
3
3
+
buildPythonPackage,
4
4
+
fetchFromGitHub,
5
5
+
gobject-introspection,
6
6
+
gtk3,
7
7
+
imagemagick,
8
8
+
keyring,
9
9
+
librsvg,
10
10
+
pulseaudio,
11
11
+
pytest-asyncio,
12
12
+
pytest-lazy-fixture,
13
13
+
pytestCheckHook,
14
14
+
qtile,
15
15
+
requests,
16
16
+
setuptools-scm,
17
17
+
xorgserver,
17
18
}:
18
19
19
20
buildPythonPackage rec {
···
28
29
hash = "sha256-OYzSKOVg4D5gKxaEreclYq3D16dl8ddLipSdifokDNY=";
29
30
};
30
31
31
31
-
build-system = [
32
32
-
setuptools-scm
33
33
-
];
32
32
+
build-system = [ setuptools-scm ];
34
33
35
35
-
dependencies = [
36
36
-
gtk3
37
37
-
];
34
34
+
dependencies = [ gtk3 ];
38
35
39
36
nativeCheckInputs = [
40
37
gobject-introspection