fmt
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
# Don’t force a single root; we keep both dirs side by side
|
||||
|
||||
Reference in New Issue
Block a user