We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6310cc9 commit a46ad1aCopy full SHA for a46ad1a
2 files changed
hosts/marie-desktop/gaming.nix
@@ -12,6 +12,7 @@
12
glxinfo
13
mangohud
14
dualsensectl
15
+ libray
16
];
17
18
programs.gamemode.enable = true;
pkgs/libray/package.nix
@@ -45,18 +45,13 @@ python3Packages.buildPythonPackage {
45
setuptools
46
47
48
- nativeBuildInputs = [ python3Packages.pythonRelaxDepsHook ];
49
-
50
preBuild = ''
51
cp -r ${keys}/* tools
52
53
python3 ./tools/keys2db.py
54
'';
55
56
- pythonRelaxDeps = [
57
- "requests"
58
- "setuptools"
59
- ];
+ pythonRelaxDeps = true;
60
61
meta = {
62
changelog = "https://notabug.org/necklace/libray/src/${src.rev}/CHANGELOG.md";
0 commit comments