about summary refs log tree commit diff
path: root/pkgs/tools/misc/arp-scan
diff options
context:
space:
mode:
authorvolth <volth@webmaster.ms>2018-07-22 02:03:24 +0000
committerMatthew Bauer <mjbauer95@gmail.com>2018-07-21 22:03:24 -0400
commitcc55a3ebcbf7ae1afb77dcf6b1c7f6c0deb68e16 (patch)
tree5f1c203e608071455dbbda699f52730bd4fbf058 /pkgs/tools/misc/arp-scan
parentb6704130b426eb30c10424ad84b0e7b8f83a1e0f (diff)
downloadnixlib-cc55a3ebcbf7ae1afb77dcf6b1c7f6c0deb68e16.tar
nixlib-cc55a3ebcbf7ae1afb77dcf6b1c7f6c0deb68e16.tar.gz
nixlib-cc55a3ebcbf7ae1afb77dcf6b1c7f6c0deb68e16.tar.bz2
nixlib-cc55a3ebcbf7ae1afb77dcf6b1c7f6c0deb68e16.tar.lz
nixlib-cc55a3ebcbf7ae1afb77dcf6b1c7f6c0deb68e16.tar.xz
nixlib-cc55a3ebcbf7ae1afb77dcf6b1c7f6c0deb68e16.tar.zst
nixlib-cc55a3ebcbf7ae1afb77dcf6b1c7f6c0deb68e16.zip
treewide: fix build with disallowed aliases (#43872)
fixes build with disallowed aliases
Diffstat (limited to 'pkgs/tools/misc/arp-scan')
-rw-r--r--pkgs/tools/misc/arp-scan/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/arp-scan/default.nix b/pkgs/tools/misc/arp-scan/default.nix
index e1068c248b34..4f683beb06ff 100644
--- a/pkgs/tools/misc/arp-scan/default.nix
+++ b/pkgs/tools/misc/arp-scan/default.nix
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
   perlModules = with perlPackages; [
     HTTPDate
     HTTPMessage
-    LWPUserAgent
+    LWP
     URI
   ];