Unverified Commit 55537cb8 authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #258380 from sebastianblunt/cockroachdb-name

parents cfd83744 e1754aad
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@

let
  version = "23.1.7";
  name = "cockroachdb";
  pname = "cockroachdb";

  # For several reasons building cockroach from source has become
  # nearly impossible. See https://github.com/NixOS/nixpkgs/pull/152626
@@ -28,7 +28,7 @@ let

in
buildFHSEnv {
  inherit name;
  inherit pname version;

  runScript = "${src}/cockroach";