Skip to content

Commit

Permalink
sniffnet: replace libGL with vulkan-loader
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda committed Mar 20, 2023
1 parent 9030145 commit 96c5fc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/sniffnet/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
, alsa-lib
, expat
, fontconfig
, libGL
, vulkan-loader
, xorg
, darwin
}:
Expand All @@ -33,7 +33,7 @@ rustPlatform.buildRustPackage rec {
alsa-lib
expat
fontconfig
libGL
vulkan-loader
xorg.libX11
xorg.libXcursor
xorg.libXi
Expand All @@ -45,7 +45,7 @@ rustPlatform.buildRustPackage rec {

postFixup = lib.optionalString stdenv.isLinux ''
patchelf $out/bin/sniffnet \
--add-rpath ${lib.makeLibraryPath [ libGL xorg.libX11 ]}
--add-rpath ${lib.makeLibraryPath [ vulkan-loader xorg.libX11 ]}
'';

meta = with lib; {
Expand Down

0 comments on commit 96c5fc9

Please sign in to comment.