This commit is contained in:
alsaiduq-lab 2025-03-28 00:47:30 -06:00
parent e854d2515d
commit 90d8370b82
34 changed files with 39 additions and 131 deletions

View file

@ -1,10 +1,10 @@
{ lib
, python311Packages
, fetchPypi
, stdenv
, makeWrapper
, cmake
, pkg-config
{ lib,
python311Packages,
fetchPypi,
stdenv,
makeWrapper,
cmake,
pkg-config
}:
python311Packages.buildPythonPackage rec {