Merge #173297: Revert "libpcap: move dev things to extra output"

...into staging-next
main
Vladimír Čunát 2 years ago
commit 2e723c576f
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
  1. 4
      pkgs/development/libraries/libpcap/default.nix

@ -6,8 +6,6 @@ stdenv.mkDerivation rec {
pname = "libpcap";
version = "1.10.1";
outputs = [ "out" "dev" ];
src = fetchurl {
url = "https://www.tcpdump.org/release/${pname}-${version}.tar.gz";
sha256 = "sha256-7ShfSsyvBTRPkJdXV7Pb/ncrpB0cQBwmSLf6RbcRvdQ=";
@ -29,8 +27,6 @@ stdenv.mkDerivation rec {
if [ "$dontDisableStatic" -ne "1" ]; then
rm -f $out/lib/libpcap.a
fi
moveToOutput "bin/pcap-config" "$dev"
'';
meta = {

Loading…
Cancel
Save