From 1f306a2859b30cc2709db1e9f6720a7f65e1cf32 Mon Sep 17 00:00:00 2001 From: den512is <64661654+den512is@users.noreply.github.com> Date: Mon, 5 Jun 2023 08:17:47 +0300 Subject: [PATCH] flake: add packaging dependency Needed for building Kasli firmware --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index fd11e0422..33b5df443 100644 --- a/flake.nix +++ b/flake.nix @@ -224,7 +224,7 @@ }; }; nativeBuildInputs = [ - (pkgs.python3.withPackages(ps: [ migen misoc (artiq.withExperimentalFeatures experimentalFeatures) ])) + (pkgs.python3.withPackages(ps: [ migen misoc (artiq.withExperimentalFeatures experimentalFeatures) ps.packaging ])) rust pkgs.cargo-xbuild pkgs.llvmPackages_11.clang-unwrapped @@ -387,7 +387,7 @@ devShells.x86_64-linux.default = pkgs.mkShell { name = "artiq-dev-shell"; buildInputs = [ - (pkgs.python3.withPackages(ps: with packages.x86_64-linux; [ migen misoc ps.paramiko microscope ] ++ artiq.propagatedBuildInputs )) + (pkgs.python3.withPackages(ps: with packages.x86_64-linux; [ migen misoc ps.paramiko microscope ps.packaging ] ++ artiq.propagatedBuildInputs )) rust pkgs.cargo-xbuild pkgs.llvmPackages_11.clang-unwrapped @@ -415,7 +415,7 @@ devShells.x86_64-linux.boards = pkgs.mkShell { name = "artiq-boards-shell"; buildInputs = [ - (pkgs.python3.withPackages(ps: with packages.x86_64-linux; [ migen misoc artiq ])) + (pkgs.python3.withPackages(ps: with packages.x86_64-linux; [ migen misoc artiq ps.packaging ])) rust pkgs.cargo-xbuild pkgs.llvmPackages_11.clang-unwrapped