Loading pkgs/development/compilers/crystal/build-package.nix +7 −5 Original line number Diff line number Diff line Loading @@ -108,11 +108,12 @@ stdenv.mkDerivation ( ++ [ "runHook postConfigure" ] )); env = args.env or { } // { env = { CRFLAGS = lib.concatStringsSep " " defaultOptions; PREFIX = placeholder "out"; }; } // (args.env or { }); inherit enableParallelBuilding; strictDeps = true; Loading Loading @@ -205,8 +206,9 @@ stdenv.mkDerivation ( done ''; meta = args.meta or { } // { platforms = args.meta.platforms or crystal.meta.platforms; }; meta = { platforms = crystal.meta.platforms; } // (args.meta or { }); } ) Loading
pkgs/development/compilers/crystal/build-package.nix +7 −5 Original line number Diff line number Diff line Loading @@ -108,11 +108,12 @@ stdenv.mkDerivation ( ++ [ "runHook postConfigure" ] )); env = args.env or { } // { env = { CRFLAGS = lib.concatStringsSep " " defaultOptions; PREFIX = placeholder "out"; }; } // (args.env or { }); inherit enableParallelBuilding; strictDeps = true; Loading Loading @@ -205,8 +206,9 @@ stdenv.mkDerivation ( done ''; meta = args.meta or { } // { platforms = args.meta.platforms or crystal.meta.platforms; }; meta = { platforms = crystal.meta.platforms; } // (args.meta or { }); } )