;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2017 Nikita ;;; Copyright © 2018 Tobias Geerinckx-Rice ;;; Copyright © 2019 Efraim Flashner ;;; Copyright © 2022 florhizome ;;; ;;; 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 cinnamon) #:use-module ((guix licenses) #:prefix license:) #:use-module (guix packages) #
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Tai <atai@atai.org>2023-06-15 10:35:29 -0700
committer宋文武 <iyzsong@member.fsf.org>2023-07-22 16:36:50 +0800
commit4487505b3f80cb9359ea54583add0b3bf374d05d (patch)
tree99b2079dbb4d027846d58676260f2021f352c680 /nix/boost/format/macros_default.hpp
parentd9a79a546f0dfd8e47c7ae81029447712a88d249 (diff)
downloadguix-4487505b3f80cb9359ea54583add0b3bf374d05d.tar.gz
guix-4487505b3f80cb9359ea54583add0b3bf374d05d.zip
gnu: mate-power-manager: Update to 1.26.1.
* gnu/packages/mate.scm (mate-power-manager): Update to 1.26.1. [inputs]: Add libsecret. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'nix/boost/format/macros_default.hpp')
0 files changed, 0 insertions, 0 deletions
) (arguments (list #:glib-or-gtk? #true #:tests? #false ;tests stall #:phases #~(modify-phases %standard-phases (add-after 'patch-source-shebangs 'adjust-prefix (lambda _ (substitute* "meson.build" (("'data_dir") (string-append "'" #$output "/share"))))) (add-before 'check 'pre-check (lambda _ (system "Xvfb :1 &") (setenv "DISPLAY" ":1") (setenv "HOME" "/tmp") ;some tests require a writable HOME (setenv "XDG_DATA_DIRS" (string-append (getenv "XDG_DATA_DIRS") ":" #$output "/share"))))))) (native-inputs (list gettext-minimal (list glib "bin") gobject-introspection (list gtk+ "bin") intltool pkg-config xorg-server-for-tests)) (inputs (list atk cinnamon-desktop exempi gsettings-desktop-schemas gtk+ libexif libgnomekbd libgsf libnotify libx11 libxapp libxkbfile libxml2 xkeyboard-config)) (home-page "https://github.com/linuxmint/nemo") (synopsis "File browser for Cinnamon") (description "Nemo is the file manager for the Cinnamon desktop environment.") (license license:expat)))