version bump to 25.05
This commit is contained in:
parent
b22792614e
commit
f749641e68
22 changed files with 254 additions and 576 deletions
|
|
@ -1,51 +1,12 @@
|
|||
{
|
||||
pkgs ? import <nixpkgs> {},
|
||||
lib ? pkgs.lib,
|
||||
pkgs,
|
||||
lib,
|
||||
rpcs3_latest,
|
||||
}: let
|
||||
numpy-1 = pkgs.python311Packages.numpy.overridePythonAttrs (oldAttrs: rec {
|
||||
version = "1.26.4";
|
||||
src = pkgs.fetchPypi {
|
||||
pname = "numpy";
|
||||
inherit version;
|
||||
sha256 = "0410j6jfz1yzm5s0v0yrc1j0q6ih4322357and7arr0jxnlsn0ia";
|
||||
};
|
||||
});
|
||||
|
||||
customPython = pkgs.python311.override {
|
||||
packageOverrides = self: super: {
|
||||
numpy = numpy-1;
|
||||
};
|
||||
rpcs3Pkgs = pkgs.callPackage ./rpcs3 {
|
||||
inherit lib rpcs3_latest;
|
||||
};
|
||||
customPythonPackages = customPython.pkgs;
|
||||
in {
|
||||
inherit numpy-1 customPythonPackages;
|
||||
|
||||
inherit (rpcs3Pkgs) pugixml SDL3 rpcs3 rpcs3_latest;
|
||||
fish-rust = pkgs.callPackage ./fish-rust {};
|
||||
|
||||
python-rembg = pkgs.callPackage ./python-rembg {
|
||||
inherit lib;
|
||||
fetchPypi = pkgs.fetchPypi;
|
||||
python311Packages = customPythonPackages;
|
||||
python-pymatting = pkgs.callPackage ./python-pymatting {
|
||||
inherit lib;
|
||||
fetchPypi = pkgs.fetchPypi;
|
||||
python311Packages = customPythonPackages;
|
||||
};
|
||||
python-opencv-headless = pkgs.callPackage ./python-opencv-headless {
|
||||
inherit lib;
|
||||
fetchPypi = pkgs.fetchPypi;
|
||||
cmake = pkgs.cmake;
|
||||
pkg-config = pkgs.pkg-config;
|
||||
stdenv = pkgs.stdenv;
|
||||
makeWrapper = pkgs.makeWrapper;
|
||||
python311Packages = customPythonPackages;
|
||||
};
|
||||
};
|
||||
|
||||
# removing for now since it seems to work, will leave just in case
|
||||
# python-ngx-lsp = pkgs.callPackage ./python-nginx-language-server {
|
||||
# inherit lib;
|
||||
# fetchFromGitHub = pkgs.fetchFromGitHub;
|
||||
# python311Packages = customPythonPackages;
|
||||
#};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue