forked from mirrors/nixpkgs
fastd: disable aes128-ctr, fix build with new libsodium
This commit is contained in:
parent
8619ae38e7
commit
5190b05fa2
|
@ -11,6 +11,11 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "0c9v3igv3812b3jr7jk75a2np658yy00b3i4kpbpdjgvqzc1jrq8";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace src/crypto/cipher/CMakeLists.txt \
|
||||
--replace 'add_subdirectory(aes128_ctr)' ""
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ pkgconfig bison cmake ];
|
||||
buildInputs = [ libuecc libsodium libcap json_c ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue