Unverified Commit a6f85bdd authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

libblake3: split dev outputs from runtime (#417077)

parents 0c437d83 4853556b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -13,6 +13,11 @@ stdenv.mkDerivation (finalAttrs: {
  pname = "libblake3";
  version = "1.8.2";

  outputs = [
    "out"
    "dev"
  ];

  src = fetchFromGitHub {
    owner = "BLAKE3-team";
    repo = "BLAKE3";
+1 −1
Original line number Diff line number Diff line
@@ -111,7 +111,7 @@ let
      "shadowstack"
    ] ++ lib.optional stdenv.hostPlatform.isMusl "fortify";

    nativeInstallCheckInputs = lib.optional atLeast224 [
    nativeInstallCheckInputs = lib.optionals atLeast224 [
      git
      man
    ];
+1 −3
Original line number Diff line number Diff line
@@ -27,9 +27,7 @@ mkMesonLibrary (finalAttrs: {
    [
      brotli
    ]
    ++ lib.optional (lib.versionAtLeast version "2.27") [
      libblake3
    ]
    ++ lib.optional (lib.versionAtLeast version "2.27") libblake3
    ++ [
      libsodium
      openssl