saunafs: remove unnecessary override
Compatible with fmt 12, which is the default. Co-authored-by: Michael Daniels <mdaniels5757@gmail.com>
This commit is contained in:
co-authored by
Michael Daniels
parent
26b0093bc9
commit
5899374fd5
@@ -3627,13 +3627,6 @@ with pkgs;
|
||||
|
||||
sasview = callPackage ../applications/science/misc/sasview { };
|
||||
|
||||
saunafs = callPackage ../by-name/sa/saunafs/package.nix {
|
||||
fmt = fmt_11;
|
||||
spdlog = spdlog.override {
|
||||
fmt = fmt_11;
|
||||
};
|
||||
};
|
||||
|
||||
segger-jlink-headless = callPackage ../by-name/se/segger-jlink/package.nix { headless = true; };
|
||||
|
||||
semgrep = python3.pkgs.toPythonApplication python3.pkgs.semgrep;
|
||||
|
||||
Reference in New Issue
Block a user