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"}:
|
{ name, src, recipe ? "fake-conda"}:
|
||||||
|
|
||||||
let
|
let
|
||||||
condaBuilderEnv = import ./conda-builder-env { inherit pkgs; };
|
condaBuilderEnv = import ./conda-builder-env.nix { inherit pkgs; };
|
||||||
in pkgs.stdenv.mkDerivation {
|
in pkgs.stdenv.mkDerivation {
|
||||||
inherit name src;
|
inherit name src;
|
||||||
buildCommand =
|
buildCommand =
|
||||||
|
|
Loading…
Reference in New Issue