fix conda-build (again)

tecpak
Sebastien Bourdeauducq 2019-07-17 23:51:46 +08:00
parent f077761be8
commit a50117095d
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
{ name, src, recipe ? "fake-conda"}:
let
condaBuilderEnv = import ./conda-builder-env { inherit pkgs; };
condaBuilderEnv = import ./conda-builder-env.nix { inherit pkgs; };
in pkgs.stdenv.mkDerivation {
inherit name src;
buildCommand =