This commit is contained in:
mjallen18
2026-01-14 18:00:52 -06:00
parent 59b4729636
commit 7306b08762
23 changed files with 197 additions and 155 deletions

View File

@@ -1,12 +1,11 @@
{ stdenv
, lib
, src
, version ? "stable202511"
, python3
, git
, libuuid
, pkgs
, namespace
{
stdenv,
lib,
src,
version ? "stable202511",
python3,
git,
libuuid,
}:
let
pythonEnv = python3.withPackages (ps: [ ps.tkinter ]);
@@ -28,9 +27,9 @@ stdenv.mkDerivation rec {
# Add required host tools if needed:
nativeBuildInputs = [
python3
git
libuuid
python3
git
libuuid
];
# Dont force a single root; we keep both dirs side by side