Skip to content

Commit

Permalink
dive: add patch to fix scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusramberg committed May 2, 2024
1 parent 8285130 commit 6c5a32b
Show file tree
Hide file tree
Showing 2 changed files with 412 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/tools/dive/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
, stdenv
, buildGoModule
, fetchFromGitHub
, fetchpatch
, pkg-config
, btrfs-progs
, gpgme
Expand All @@ -25,6 +24,7 @@ buildGoModule rec {
nativeBuildInputs = [ pkg-config ];

buildInputs = lib.optionals stdenv.isLinux [ btrfs-progs gpgme lvm2 ];
patches = [ ./scrolling.patch ];

ldflags = [ "-s" "-w" "-X main.version=${version}" ];

Expand Down
Loading

0 comments on commit 6c5a32b

Please sign in to comment.