mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
haskell-pcap: re-generate expression with cabal2nix
This commit is contained in:
parent
96365e9499
commit
6d547d2888
@ -1,10 +1,11 @@
|
|||||||
{ cabal, network, time, libpcap }:
|
{ cabal, libpcap, network, time }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "pcap";
|
pname = "pcap";
|
||||||
version = "0.4.5.2";
|
version = "0.4.5.2";
|
||||||
sha256 = "0pydw62qqw61sxfd8x9vvwgpgl3zp6mqv8rm4c825ymzyipjxsg7";
|
sha256 = "0pydw62qqw61sxfd8x9vvwgpgl3zp6mqv8rm4c825ymzyipjxsg7";
|
||||||
buildDepends = [ network time libpcap ];
|
buildDepends = [ network time ];
|
||||||
|
extraLibraries = [ libpcap ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/bos/pcap";
|
homepage = "https://github.com/bos/pcap";
|
||||||
description = "A system-independent interface for user-level packet capture";
|
description = "A system-independent interface for user-level packet capture";
|
||||||
|
Loading…
Reference in New Issue
Block a user