tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
miniplayer: fix build
Martin Weinelt
2 years ago
2a1c9c50
92a26847
+7
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
audio
miniplayer
default.nix
+7
-1
pkgs/applications/audio/miniplayer/default.nix
···
15
hash = "sha256-iUUsVIDLQAiaMomfA2LvvJZ2ePhgADtC6GCwIpRC1MA=";
16
};
17
18
-
propagatedBuildInputs = [
0
0
0
0
19
colorthief
20
ffmpeg-python
21
mpd2
···
24
requests
25
ueberzug
26
];
0
0
27
28
# pythonImportsCheck is disabled because this package doesn't expose any modules.
29
···
15
hash = "sha256-iUUsVIDLQAiaMomfA2LvvJZ2ePhgADtC6GCwIpRC1MA=";
16
};
17
18
+
build-system = [
19
+
setuptools
20
+
];
21
+
22
+
dependencies = [
23
colorthief
24
ffmpeg-python
25
mpd2
···
28
requests
29
ueberzug
30
];
31
+
32
+
doCheck = false; # no tests
33
34
# pythonImportsCheck is disabled because this package doesn't expose any modules.
35