guix-commits
[Top][All Lists]
Advanced

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

98/187: gnu: Remove rust-servo-freetype-sys-4.


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

efraim pushed a commit to branch master
in repository guix.

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

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

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 81d47bd2b2..0a6ce4a8db 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -51978,37 +51978,6 @@ functionality and without weak references.")
      "This package provides a Rust wrapper around Fontxonfig.")
     (license license:expat)))
 
-(define-public rust-servo-freetype-sys-4
-  (package
-    (name "rust-servo-freetype-sys")
-    (version "4.0.5")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "servo-freetype-sys" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32
-         "1z0dvnakans4vn4vlpx4nxg984427lh8dskxxz9pglij1mnwnk1c"))
-        (modules '((guix build utils)))
-        (snippet
-         '(begin (delete-file-recursively "freetype2") #t))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:cargo-inputs
-       (("rust-cmake" ,rust-cmake-0.1)
-        ("rust-pkg-config" ,rust-pkg-config-0.3))))
-    (native-inputs
-     (list pkg-config))
-    (inputs
-     (list freetype))
-    (home-page "https://www.freetype.org/";)
-    (synopsis "Rust wrapper around freetype")
-    (description
-     "This package provides a Rust wrapper around the FreeType library.")
-    (license license:mpl2.0)))  ; build.rs is mpl2.0
-
 (define-public rust-sha-1-0.10
   (package
     (name "rust-sha-1")



reply via email to

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