aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/rush.scm
blob: fac00ee760c777974872d70f26a729fe21959a75 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013, 2016 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2022 Efraim Flashner <efraim@flashner.co.il>
;;;
;;; 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 <http://www.gnu.org/licenses/>.

(define-module (gnu packages rush)
  #:use-module (guix packages)
  #:use-module (guix download)
  #:use-module (guix build-system gnu)
  #:use-module (guix licenses)
  #:use-module (gnu packages))

(define-public rush
  (package
    (name "rush")
    (version "2.2")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/rush/rush-"
                                 version ".tar.gz"))
             (sha256
              (base32
               "1kcqilbcvxsh89196ryh3p9zh4b266517q9681mjmckvj5v57plm"))))
    (build-system gnu-build-system)
    (home-page "https://www.gnu.org/software/rush/")
    (synopsis "Restricted user (login) shell")
    (description
     "GNU Rush is a restricted user shell, for systems on which users are to
be provided with only limited functionality or resources.  Administrators set
user rights via a configuration file which can be used to limit, for example,
the commands that can be executed, CPU time, or virtual memory usage.")
    (license gpl3+)))
ugin): Update to 1.3.8.1. 宋文武 2022-08-22gnu: xfce4-terminal: Update to 1.0.4....* gnu/packages/xfce.scm (xfce4-terminal): Update to 1.0.4. 宋文武 2022-08-22gnu: thunar: Update to 4.16.11....* gnu/packages/xfce.scm (thunar): Update to 4.16.11. 宋文武 2022-08-22gnu: elementary-xfce-icon-theme: Update to 0.17....* gnu/packages/xfce.scm (elementary-xfce-icon-theme): Update to 0.17. 宋文武 2022-08-22gnu: xfdesktop: Update to 4.16.1....* gnu/packages/xfce.scm (xfdesktop): Update to 4.16.1. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Michael Rohleder 2022-08-22gnu: xfce4-panel: Update to 4.16.5....* gnu/packages/xfce.scm (xfce4-panel): Update to 4.16.5. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Michael Rohleder 2022-08-14gnu: catfish: Update to 4.16.4....* gnu/packages/xfce.scm (catfish): Update to 4.16.4. Tobias Geerinckx-Rice 2022-08-15gnu: tumbler: Update to 4.16.1....* gnu/packages/xfce.scm (tumbler): Update to 4.16.1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Michael Rohleder 2022-08-15gnu: xfce4-screenshooter: Update to 1.9.11....* gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.9.11. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Michael Rohleder 2022-08-10gnu: xfce: Replace 'gnome-icon-theme' with 'adwaita-icon-theme'....This fixes <https://issues.guix.gnu.org/57067>. * gnu/packages/xfce.scm (xfce)[inputs]: Replace gnome-icon-theme with adwaita-icon-theme. 宋文武 2022-08-05gnu: xfce: Replace 'gtk-xfce-engine' with 'greybird-gtk-theme'....Suggested in <https://issues.guix.gnu.org/54719>. * gnu/packages/xfce.scm (xfce)[inputs]: Replace 'gtk-xfce-engine' with 'greybird-gtk-theme'. 宋文武 2022-07-15gnu: xfce4-xkb-plugin: Update to 0.8.3....* gnu/packages/xfce.scm (xfce4-xkb-plugin): Update to 0.8.3. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Michael Rohleder 2022-07-15gnu: ristretto: Update to 0.12.3....* gnu/packages/xfce.scm (ristretto): Update to 0.12.3. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Michael Rohleder 2022-07-15gnu: exo: Update to 4.16.4....* gnu/packages/xfce.scm (exo): Update to 4.16.4. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Michael Rohleder 2022-07-15gnu: mousepad: Update to 0.5.10....* gnu/packages/xfce.scm (mousepad): Update to 0.5.10. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Michael Rohleder 2022-07-15gnu: xfce4-settings: Update to 4.16.3....* gnu/packages/xfce.scm (xfce4-settings): Update to 4.16.3. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Michael Rohleder 2022-07-15gnu: xfce4-wavelan-plugin: Update to 0.6.3....* gnu/packages/xfce.scm (xfce4-wavelan-plugin): Update to 0.6.3. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Michael Rohleder 2022-07-12gnu: inkscape: Rename variable to inkscape/stable and hide package....This will allow introducing a new 'inkscape' package that can be more freely upgraded on the main branch. * gnu/packages/inkscape.scm (inkscape): Rename to... (inkscape/stable): ... this, and make it a hidden package. * gnu/packages/admin.scm (wpa-supplicant-gui)[native-inputs]: Rename inkscape input accordingly. * gnu/packages/docbook.scm (dblatex): Likewise. * gnu/packages/gnome-xyz.scm (arc-theme): Likewise. * gnu/packages/python-xyz.scm (python-matplotlib-documentation): Likewise. (python-nbconvert): Likewise. * gnu/packages/xfce.scm (xfdesktop): Likewise. * gnu/packages/xorg.scm (hackneyed-x11-cursors): Likewise. Maxim Cournoyer 2022-05-16gnu: xfce4-terminal: Update to 1.0.3....* gnu/packages/xfce.scm (xfce4-terminal): Update to 1.0.3. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Michael Rohleder