joinmarket: fix for NixOS 25.11

Temporarily add nixpkgs-25.05 for joinmarket (see code comment).
This commit is contained in:
Erik Arvstedt
2025-12-24 08:33:48 +01:00
parent 4ba311c425
commit 3b9406a4d2
8 changed files with 51 additions and 15 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, lib, fetchFromGitHub, python3, nbPython3PackagesJoinmarket }:
{ stdenv, lib, fetchFromGitHub, nbPython3PackagesJoinmarket }:
let
# Note:
@@ -18,7 +18,7 @@ let
matplotlib # for ob-watcher
];
pythonEnv = python3.withPackages (_: runtimePackages);
pythonEnv = nbPython3PackagesJoinmarket.python.withPackages (_: runtimePackages);
in
stdenv.mkDerivation {
pname = "joinmarket";