summary refs log tree commit diff
path: root/pkgs/top-level/static.nix
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-01-03 11:41:52 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2020-01-03 12:51:45 +0100
commit157ca8eb752674dc9e15e50921462386b545ce19 (patch)
treea360caa24f0d46b8133b820623bb386b73b293a2 /pkgs/top-level/static.nix
parent6ee60b37fcc58df8aff6c669c73e328a90c0b2f1 (diff)
downloadnixpkgs-157ca8eb752674dc9e15e50921462386b545ce19.tar
nixpkgs-157ca8eb752674dc9e15e50921462386b545ce19.tar.gz
nixpkgs-157ca8eb752674dc9e15e50921462386b545ce19.tar.bz2
nixpkgs-157ca8eb752674dc9e15e50921462386b545ce19.tar.lz
nixpkgs-157ca8eb752674dc9e15e50921462386b545ce19.tar.xz
nixpkgs-157ca8eb752674dc9e15e50921462386b545ce19.tar.zst
nixpkgs-157ca8eb752674dc9e15e50921462386b545ce19.zip
fmt: fix static musl build
Diffstat (limited to 'pkgs/top-level/static.nix')
-rw-r--r--pkgs/top-level/static.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/top-level/static.nix b/pkgs/top-level/static.nix
index e52818379fa..ffb2d294437 100644
--- a/pkgs/top-level/static.nix
+++ b/pkgs/top-level/static.nix
@@ -143,6 +143,9 @@ in {
     static = true;
     shared = false;
   };
+  fmt = super.fmt.override {
+    enableShared = false;
+  };
   gifsicle = super.gifsicle.override {
     static = true;
   };