3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #184623 from sephii/securefs

securefs: compile with clang
This commit is contained in:
Jörg Thalheim 2022-08-01 22:07:06 +01:00 committed by GitHub
commit 70c06a9286
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10528,7 +10528,9 @@ with pkgs;
secp256k1 = callPackage ../tools/security/secp256k1 { };
securefs = callPackage ../tools/filesystems/securefs { };
securefs = callPackage ../tools/filesystems/securefs {
stdenv = clangStdenv;
};
seehecht = callPackage ../tools/text/seehecht { };