guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: Remove boost-1.66.


From: Ricardo Wurmus
Subject: 02/02: gnu: Remove boost-1.66.
Date: Thu, 15 Mar 2018 07:54:28 -0400 (EDT)

rekado pushed a commit to branch core-updates
in repository guix.

commit 058ad040d64f873ffb9bb4d72166dae9f970b368
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Mar 15 12:53:17 2018 +0100

    gnu: Remove boost-1.66.
    
    * gnu/packages/boost.scm (boost-1.66): Remove variable.
    * gnu/packages/storage.scm (ceph)[inputs]: Replace boost-1.66 with boost.
---
 gnu/packages/boost.scm   | 14 --------------
 gnu/packages/storage.scm |  2 +-
 2 files changed, 1 insertion(+), 15 deletions(-)

diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm
index 16b0a68..ebfe2a8 100644
--- a/gnu/packages/boost.scm
+++ b/gnu/packages/boost.scm
@@ -113,20 +113,6 @@ across a broad spectrum of applications.")
     (license (license:x11-style "http://www.boost.org/LICENSE_1_0.txt";
                                 "Some components have other similar 
licences."))))
 
-(define-public boost-1.66
-  (package
-    (inherit boost)
-    (version "1.66.0")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append
-                    "mirror://sourceforge/boost/boost/" version "/boost_"
-                    (string-map (lambda (x) (if (eq? x #\.) #\_ x)) version)
-                    ".tar.bz2"))
-              (sha256
-               (base32
-                "1aaw48cmimsskzgiclwn0iifp62a5iw9cbqrhfari876af1828ap"))))))
-
 (define-public mdds
   (package
     (name "mdds")
diff --git a/gnu/packages/storage.scm b/gnu/packages/storage.scm
index 54d91c1..93db218 100644
--- a/gnu/packages/storage.scm
+++ b/gnu/packages/storage.scm
@@ -317,7 +317,7 @@
        ("python2-testtools" ,python2-testtools)
        ("python2-tox" ,python2-tox)))
     (inputs
-     `(("boost" ,boost-1.66)
+     `(("boost" ,boost)
        ("curl" ,curl)
        ("cryptsetup" ,cryptsetup)
        ("expat" ,expat)



reply via email to

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