Unverified Commit b75d7944 authored by Gergő Gutyina's avatar Gergő Gutyina Committed by GitHub
Browse files

devenv: move env flags and split flags for structuredAttrs (#496831)

parents 882ae490 bfbafcea
Loading
Loading
Loading
Loading
+11 −4
Original line number Diff line number Diff line
@@ -53,11 +53,18 @@ rustPlatform.buildRustPackage {

  cargoHash = "sha256-dzho5gZmfji4n+zHwr2uCqOijCFpVj9loYr8VQNil3g=";

  env = {
    RUSTFLAGS = "--cfg tracing_unstable";
    LIBSQLITE3_SYS_USE_PKG_CONFIG = "1";
    VERGEN_IDEMPOTENT = "1";
  };

  cargoBuildFlags = [ "-p devenv -p devenv-run-tests" ];
  cargoBuildFlags = [
    "-p"
    "devenv"
    "-p"
    "devenv-run-tests"
  ];

  nativeBuildInputs = [
    installShellFiles