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