forked from M-Labs/nix-scripts
fix conda-build (again)
This commit is contained in:
parent
f077761be8
commit
a50117095d
|
@ -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 =
|
||||
|
|
Loading…
Reference in New Issue