Revert "aws-checksums: fix build with cmake 3.19"
This reverts commit 61574a09d60db02b0f8546c25eec1aaeb9a2cb47. no longer needed after namelink fixes to cmake
This commit is contained in:
parent
8f02cddf30
commit
3067f97463
@ -1,4 +1,4 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, cmake, fetchpatch }:
|
{ lib, stdenv, fetchFromGitHub, cmake }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "aws-checksums";
|
pname = "aws-checksums";
|
||||||
@ -13,14 +13,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
|
||||||
# can be removed once https://github.com/awslabs/aws-checksums/pull/40 gets merged, and version bumped
|
|
||||||
patches = [
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/awslabs/aws-checksums/pull/40/commits/fb5a57b3c072bd88e45de76fbb76bdc89c67b193.patch";
|
|
||||||
sha256 = "056f9kyg1c4lwjq8n0r28w1n3zbwrwpi1wbqabk99gaayg46x35a";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
cmakeFlags = [ "-DBUILD_SHARED_LIBS:BOOL=ON" ];
|
cmakeFlags = [ "-DBUILD_SHARED_LIBS:BOOL=ON" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user