guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: Add python2-ipy.


From: Danny Milosavljevic
Subject: 01/01: gnu: Add python2-ipy.
Date: Sun, 25 Mar 2018 12:56:39 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit a4e7215df2530978a7764813270af311b2d2dd63
Author: Danny Milosavljevic <address@hidden>
Date:   Sun Mar 25 18:51:03 2018 +0200

    gnu: Add python2-ipy.
    
    * gnu/packages/networking.scm (python2-ipy): New variable.
---
 gnu/packages/networking.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 0384885..d62693c 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1318,6 +1318,9 @@ handling for most notations in use for IPv4 and IPv6 
addresses and
 networks.")
     (license license:bsd-3)))
 
+(define-public python2-ipy
+  (package-with-python2 python-ipy))
+
 (define-public speedtest-cli
   (package
     (name "speedtest-cli")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]