Unverified Commit b2e5044b authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

mergiraf: do not install "mgf_dev" (#424807)

parents 9c3ef73f ee4541be
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -31,6 +31,12 @@ rustPlatform.buildRustPackage (finalAttrs: {

  versionCheckProgramArg = "--version";

  cargoBuildFlags = [
    # don't install the `mgf_dev`
    "--bin"
    "mergiraf"
  ];

  passthru.updateScript = nix-update-script { };

  meta = {