fix conda-build

split-software-gateware-builds
Sebastien Bourdeauducq 2019-07-17 23:51:09 +08:00
parent 5526e491cf
commit f077761be8
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
let let
condaBuilderEnv = import ./conda-builder-env { inherit pkgs; }; condaBuilderEnv = import ./conda-builder-env { inherit pkgs; };
in stdenv.mkDerivation { in pkgs.stdenv.mkDerivation {
inherit name src; inherit name src;
buildCommand = buildCommand =
'' ''