forked from mirrors/nixpkgs
Merge pull request #184623 from sephii/securefs
securefs: compile with clang
This commit is contained in:
commit
70c06a9286
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue