diff options
author | ng0 <ng0@n0.is> | 2017-12-31 13:12:37 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2017-12-31 13:12:37 +0000 |
commit | d052903c8f8062f758636a9ce24568cda5e13c37 (patch) | |
tree | 90ad786e136ab9b987734a46e054a8f9710acb26 /contrib/packages | |
parent | ca391c48238c36462ca11be9299cc7c9a09e6bbe (diff) |
contrib: still python2.
Diffstat (limited to 'contrib/packages')
-rw-r--r-- | contrib/packages/guix/gnunet.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/packages/guix/gnunet.scm b/contrib/packages/guix/gnunet.scm index d8eee18050..d831112927 100644 --- a/contrib/packages/guix/gnunet.scm +++ b/contrib/packages/guix/gnunet.scm @@ -107,7 +107,7 @@ ("mysql" ,mysql) ("zlib" ,zlib) ("perl" ,perl) - ("python" ,python) ; tests and gnunet-qr + ("python-2" ,python-2) ; tests and gnunet-qr ("jansson" ,jansson) ("nss" ,nss) ("glib" ,glib "bin") |