forked from M-Labs/nix-scripts
make board packages Python packages
This commit is contained in:
parent
04c482e2f4
commit
ee649bf364
|
@ -41,7 +41,7 @@ let
|
|||
|
||||
buildenv = import ./artiq-dev.nix { inherit pkgs; };
|
||||
|
||||
in pkgs.stdenv.mkDerivation {
|
||||
in pkgs.python3Packages.buildPythonPackage {
|
||||
name = "artiq-board-${target}-${variant}";
|
||||
src = null;
|
||||
phases = [ "buildPhase" "installPhase" ];
|
||||
|
|
Loading…
Reference in New Issue