diff options
author | Marius Bakke <mbakke@fastmail.com> | 2016-10-31 13:12:54 +0000 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2016-11-06 16:17:27 +0000 |
commit | 331ef882ff370d0f2e4f393d280b64594dd956a9 (patch) | |
tree | df8a46225d9627c7fadf0c723fef14526e2cb0f6 /gnu/packages | |
parent | 6dbf1fec0d56152a9a893045cd508d337349e02a (diff) | |
download | patches-331ef882ff370d0f2e4f393d280b64594dd956a9.tar patches-331ef882ff370d0f2e4f393d280b64594dd956a9.tar.gz |
gnu: wireshark: Use lua-5.2.
* gnu/packages/networking.scm (wireshark)[inputs]: Change from 'lua' to
'lua-5.2'.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/networking.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 2c51aeaac4..63b1c96860 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -487,7 +487,7 @@ which can be used to encrypt a password with @code{crypt(3)}.") ("libgcrypt" ,libgcrypt) ("libnl" ,libnl) ("libpcap" ,libpcap) - ("lua" ,lua) + ("lua" ,lua-5.2) ("krb5" ,mit-krb5) ("openssl" ,openssl) ("portaudio" ,portaudio) |