;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2016 Theodoros Foradis ;;; Copyright © 2019 Arun Isaac ;;; Copyright © 2019 Tobias Geerinckx-Rice ;;; ;;; This file is part of GNU Guix. ;;; ;;; GNU Guix is free software; you can redistribute it and/or modify it ;;; under the terms of the GNU General Public License as published by ;;; the Free Software Foundation; either version 3 of the License, or (at ;;; your option) any later version. ;;; ;;; GNU Guix is distributed in the hope that it will be useful, but ;;; WITHOUT ANY WARRANTY; without even the implied warranty of ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;; GNU General Public License for more details. ;;; ;;; You should have received a copy of the GNU General Public License ;;; along with GNU Guix. If not, see . (define-module (gnu packages uml) #:use-module ((guix licenses) #:prefix license:) #:use-module (guix pack
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-07-19gnu: Add rust-ignore-files-1.Efraim Flashner
* gnu/packages/crates-io.scm (rust-ignore-files-1): New variable. Change-Id: Ie12f607975b09d5a7ca7126c25aa0ab3344a169a
2024-07-19gnu: Add rust-is-docker-0.2.Efraim Flashner
* gnu/packages/crates-io.scm (rust-is-docker-0.2): New variable. Change-Id: Id5f3bc7a7368562c56a8f2c9649fcec80fc23b93
2024-07-19gnu: Add rust-is-wsl-0.4.Efraim Flashner
* gnu/packages/crates-io.scm (rust-is-wsl-0.4): New variable. Change-Id: Ida22a47dab92014fc5c598ce3feca74d0c0c01b9
2024-07-19gnu: Add rust-normalize-path-0.2.Efraim Flashner