about summary refs log tree commit diff
path: root/pkgs/applications/file-managers/felix-fm
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-11-06 18:10:43 -0500
committerfigsoda <figsoda@pm.me>2023-11-06 18:10:43 -0500
commit99e0037930b212dac77357c42481d87ff15eb70b (patch)
treec1b9423f6e734e4bf51be8b308432d8f08dd7070 /pkgs/applications/file-managers/felix-fm
parent7d7fbf027802fea876a88a70ca8d66d2665dbbf6 (diff)
downloadnixlib-99e0037930b212dac77357c42481d87ff15eb70b.tar
nixlib-99e0037930b212dac77357c42481d87ff15eb70b.tar.gz
nixlib-99e0037930b212dac77357c42481d87ff15eb70b.tar.bz2
nixlib-99e0037930b212dac77357c42481d87ff15eb70b.tar.lz
nixlib-99e0037930b212dac77357c42481d87ff15eb70b.tar.xz
nixlib-99e0037930b212dac77357c42481d87ff15eb70b.tar.zst
nixlib-99e0037930b212dac77357c42481d87ff15eb70b.zip
felix-fm: remove unused patch
Diffstat (limited to 'pkgs/applications/file-managers/felix-fm')
-rw-r--r--pkgs/applications/file-managers/felix-fm/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/applications/file-managers/felix-fm/default.nix b/pkgs/applications/file-managers/felix-fm/default.nix
index 60e40b9f6299..04491de0fd9f 100644
--- a/pkgs/applications/file-managers/felix-fm/default.nix
+++ b/pkgs/applications/file-managers/felix-fm/default.nix
@@ -45,11 +45,6 @@ rustPlatform.buildRustPackage rec {
     "--skip=state::tests::test_has_write_permission"
   ];
 
-  # Cargo.lock is outdated
-  postConfigure = ''
-    cargo metadata --offline
-  '';
-
   meta = with lib; {
     description = "A tui file manager with vim-like key mapping";
     homepage = "https://github.com/kyoheiu/felix";