platformio: needs xdg-user-dirs
This commit is contained in:
parent
f077686808
commit
1b467b894b
1 changed files with 5 additions and 2 deletions
|
@ -8,9 +8,11 @@ let
|
|||
platformio = self.callPackage ./core.nix { inherit version src; };
|
||||
};
|
||||
};
|
||||
in (with pkgs; [
|
||||
in
|
||||
(with pkgs; [
|
||||
zlib
|
||||
git
|
||||
xdg-user-dirs
|
||||
]) ++ (with python.pkgs; [
|
||||
python
|
||||
setuptools
|
||||
|
@ -19,7 +21,8 @@ let
|
|||
platformio
|
||||
]);
|
||||
|
||||
in buildFHSUserEnv {
|
||||
in
|
||||
buildFHSUserEnv {
|
||||
name = "platformio";
|
||||
|
||||
targetPkgs = pio-pkgs;
|
||||
|
|
Loading…
Reference in a new issue