summary refs log tree commit diff
path: root/pkgs/applications/networking/compactor/default.nix
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-03-14 19:12:53 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-04-04 19:49:52 +0200
commit3453b89f4bba270e2d82f6248b09b9595bb47f4b (patch)
tree4b2b84a0ae5d4ba15360e8317b5dfaefbe7ab340 /pkgs/applications/networking/compactor/default.nix
parentd24e2d1b0ba77da1ea5b91fcf6cf869d42880dc5 (diff)
downloadnixpkgs-3453b89f4bba270e2d82f6248b09b9595bb47f4b.tar
nixpkgs-3453b89f4bba270e2d82f6248b09b9595bb47f4b.tar.gz
nixpkgs-3453b89f4bba270e2d82f6248b09b9595bb47f4b.tar.bz2
nixpkgs-3453b89f4bba270e2d82f6248b09b9595bb47f4b.tar.lz
nixpkgs-3453b89f4bba270e2d82f6248b09b9595bb47f4b.tar.xz
nixpkgs-3453b89f4bba270e2d82f6248b09b9595bb47f4b.tar.zst
nixpkgs-3453b89f4bba270e2d82f6248b09b9595bb47f4b.zip
lzma: deprecate alias
Diffstat (limited to 'pkgs/applications/networking/compactor/default.nix')
-rw-r--r--pkgs/applications/networking/compactor/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/compactor/default.nix b/pkgs/applications/networking/compactor/default.nix
index d0db8cc10b9..f4535c9120c 100644
--- a/pkgs/applications/networking/compactor/default.nix
+++ b/pkgs/applications/networking/compactor/default.nix
@@ -1,5 +1,5 @@
 { autoconf, automake, boost, cbor-diag, cddl, fetchFromGitHub, file, libctemplate, libmaxminddb
-, libpcap, libtins, libtool, lzma, openssl, pkg-config, lib, stdenv, tcpdump, wireshark-cli
+, libpcap, libtins, libtool, xz, openssl, pkg-config, lib, stdenv, tcpdump, wireshark-cli
 }:
 
 stdenv.mkDerivation rec {
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
     libpcap
     openssl
     libtins
-    lzma
+    xz
     libctemplate
     libmaxminddb
   ];