make board packages Python packages

pull/16/head
Sebastien Bourdeauducq 2019-02-15 18:39:01 +08:00
parent 04c482e2f4
commit ee649bf364
1 changed files with 1 additions and 1 deletions

View File

@ -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" ];