mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
Merge pull request #106996 from andir/ml2pr/PATCH-wireshark-Do-PATH-lookup-in-wireshark-desktop-instead-of-hardcoding-derivation
wireshark: Do $PATH lookup in wireshark.desktop instead of hardcoding derivation
This commit is contained in:
commit
3bc15cbb55
@ -80,9 +80,6 @@ in stdenv.mkDerivation {
|
||||
'' else optionalString withQt ''
|
||||
install -Dm644 -t $out/share/applications ../wireshark.desktop
|
||||
|
||||
substituteInPlace $out/share/applications/*.desktop \
|
||||
--replace "Exec=wireshark" "Exec=$out/bin/wireshark"
|
||||
|
||||
install -Dm644 ../image/wsicon.svg $out/share/icons/wireshark.svg
|
||||
mkdir $dev/include/{epan/{wmem,ftypes,dfilter},wsutil,wiretap} -pv
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user