guix-commits
[Top][All Lists]
Advanced

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

95/187: gnu: Remove rust-servo-fontconfig-sys-4.


From: guix-commits
Subject: 95/187: gnu: Remove rust-servo-fontconfig-sys-4.
Date: Mon, 24 Oct 2022 10:58:15 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit ef81274fadaed157f34aa8d9d33f1d44085c92b9
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 24 13:38:44 2022 +0300

    gnu: Remove rust-servo-fontconfig-sys-4.
    
    * gnu/packages/crates-io.scm (rust-servo-fontconfig-sys-4): Delete variable.
---
 gnu/packages/crates-io.scm | 30 ------------------------------
 1 file changed, 30 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 5c841219f3..dc8f1a4e7a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -52017,36 +52017,6 @@ functionality and without weak references.")
      "This package provides a Rust wrapper around Fontxonfig.")
     (license license:expat)))
 
-(define-public rust-servo-fontconfig-sys-4
-  (package
-    (inherit rust-servo-fontconfig-sys-5)
-    (name "rust-servo-fontconfig-sys")
-    (version "4.0.9")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "servo-fontconfig-sys" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32
-         "0v0mbicy74wd6cjd5jyqnm4nvrrr5lmg053cn16kylhg8mkf3cv2"))
-        (modules '((guix build utils)))
-        (snippet
-         '(begin
-            (for-each delete-file-recursively
-                      (find-files "." "[^Cargo.toml,^build\\.rs]"))
-            #t))))
-    (arguments
-     `(#:cargo-inputs
-       (("rust-expat-sys" ,rust-expat-sys-2)
-        ("rust-servo-freetype-sys" ,rust-servo-freetype-sys-4)
-        ("rust-pkg-config" ,rust-pkg-config-0.3))))
-    (native-inputs
-     (list pkg-config))
-    (inputs
-     `(("fontconfig" ,fontconfig)))))
-
 (define-public rust-servo-freetype-sys-4
   (package
     (name "rust-servo-freetype-sys")



reply via email to

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