about summary refs log tree commit diff
path: root/pkgs/applications/file-managers
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2023-04-09 03:03:41 +0200
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-06-13 17:54:26 +0300
commit3ad7d71afe3ab501f9da5424b9a8b73be230fc58 (patch)
tree24d544d249b2ad037b2bb8bf0f7a1caa75635dea /pkgs/applications/file-managers
parenta62bcbcd129bc39c1e46d04a5428d04c469a9669 (diff)
treewide: don't set platforms.unix for buildGoModule
Diffstat (limited to 'pkgs/applications/file-managers')
-rw-r--r--pkgs/applications/file-managers/lf/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/file-managers/lf/default.nix b/pkgs/applications/file-managers/lf/default.nix
index d84e3dc6afddf..0ef56e8a2bd1c 100644
--- a/pkgs/applications/file-managers/lf/default.nix
+++ b/pkgs/applications/file-managers/lf/default.nix
@@ -43,7 +43,6 @@ buildGoModule rec {
     homepage = "https://godoc.org/github.com/gokcehan/lf";
     changelog = "https://github.com/gokcehan/lf/releases/tag/r${version}";
     license = licenses.mit;
-    platforms = platforms.unix;
     maintainers = with maintainers; [ dotlambda ];
   };
 }