forked from M-Labs/nix-scripts
fix conda-build
This commit is contained in:
parent
5526e491cf
commit
f077761be8
|
@ -6,7 +6,7 @@
|
|||
|
||||
let
|
||||
condaBuilderEnv = import ./conda-builder-env { inherit pkgs; };
|
||||
in stdenv.mkDerivation {
|
||||
in pkgs.stdenv.mkDerivation {
|
||||
inherit name src;
|
||||
buildCommand =
|
||||
''
|
||||
|
|
Loading…
Reference in New Issue