Skip to content

Commit a46ad1a

Browse files
committed
libray: fix build
1 parent 6310cc9 commit a46ad1a

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

hosts/marie-desktop/gaming.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
glxinfo
1313
mangohud
1414
dualsensectl
15+
libray
1516
];
1617

1718
programs.gamemode.enable = true;

pkgs/libray/package.nix

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,13 @@ python3Packages.buildPythonPackage {
4545
setuptools
4646
];
4747

48-
nativeBuildInputs = [ python3Packages.pythonRelaxDepsHook ];
49-
5048
preBuild = ''
5149
cp -r ${keys}/* tools
5250
5351
python3 ./tools/keys2db.py
5452
'';
5553

56-
pythonRelaxDeps = [
57-
"requests"
58-
"setuptools"
59-
];
54+
pythonRelaxDeps = true;
6055

6156
meta = {
6257
changelog = "https://notabug.org/necklace/libray/src/${src.rev}/CHANGELOG.md";

0 commit comments

Comments
 (0)