about summary refs log tree commit diff
path: root/pkgs/applications/networking/sniffers
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-04-05 21:15:09 +0200
committerGitHub <noreply@github.com>2021-04-05 21:15:09 +0200
commitba3e930e5c0dbce7d8d9c32fd14a49feb5872452 (patch)
tree4407c83389ab4f0528994258cce08e0bc595c95d /pkgs/applications/networking/sniffers
parent0331df580fc218f2969d1e9d07fe5e4c9cc47bbe (diff)
parent3576e0d4b02e141f72808cfef1699b007ba00f52 (diff)
Merge pull request #115538 from jollheef/wireshark-fix
wireshark: place config.h to the right place
Diffstat (limited to 'pkgs/applications/networking/sniffers')
-rw-r--r--pkgs/applications/networking/sniffers/wireshark/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/sniffers/wireshark/default.nix b/pkgs/applications/networking/sniffers/wireshark/default.nix
index cc179dc1e1d6e..249d58ceb6066 100644
--- a/pkgs/applications/networking/sniffers/wireshark/default.nix
+++ b/pkgs/applications/networking/sniffers/wireshark/default.nix
@@ -74,7 +74,7 @@ in stdenv.mkDerivation {
     install -Dm644 ../image/wsicon.svg $out/share/icons/wireshark.svg
     mkdir $dev/include/{epan/{wmem,ftypes,dfilter},wsutil,wiretap} -pv
 
-    cp config.h $dev/include/
+    cp config.h $dev/include/wireshark/
     cp ../ws_*.h $dev/include
     cp ../epan/*.h $dev/include/epan/
     cp ../epan/wmem/*.h $dev/include/epan/wmem/