| Commit message (Collapse) | Author | Age |
|
|
|
| |
* gnu/packages/kde-utils.scm (smb4k): New variable.
|
|
|
|
| |
* gnu/packages/kde-utils.scm (rsibreak): New variable.
|
|
|
|
| |
* gnu/packages/kde-utils.scm (okteta): New variable.
|
|
|
|
| |
* gnu/packages/kde-utils.scm (krusader): New variable.
|
|
|
|
| |
* gnu/packages/kde-utils.scm (kronometer): New variable.
|
|
|
|
| |
* gnu/packages/kde-utils.scm (kmouth): New variable.
|
|
|
|
| |
* gnu/packages/kde-utils.scm (kmousetool): New variable.
|
|
|
|
| |
* gnu/packages/kde-utils.scm (kmag): New variable.
|
|
|
|
|
| |
* gnu/packages/kde-utils.scm: New file.
* gnu/local.mk (MODULES): Add it.
|
|
|
|
| |
* gnu/packages/kde.scm (zeroconf-ioslave): New variable.
|
|
|
|
|
|
| |
* gnu/packages/kde.scm (grantleetheme): New variable.
* gnu/packages/patches/grantlee-merge-theme-dirs.patch: New file.
* gnu:lokal.mk (DATA): Add it.
|
|
|
|
|
|
| |
* gnu/packages/education.scm (ktouch)[arguments]<phases>: Use
%standard-phases without explicitly referring to the qt-build-system
module.
|
|
|
|
|
|
| |
* gnu/packages/kde.scm (kdeconnect)[arguments]<phases>: Use
%standard-phases without explicitly referring to the qt-build-system
module.
|
|
|
|
|
|
| |
* gnu/packages/kde.scm (kdevelop)[arguments]<phases>: Use
%standard-phases without explicitly referring to the qt-build-system
module.
|
|
|
|
|
|
| |
* gnu/packages/display-managers.scm (sddm)[arguments]<phases>: Use
%standard-phases without explicitly referring to the qt-build-system
module.
|
|
|
|
|
|
| |
Now the qt-build-system is fixed, this is no longer necessary.
This reverts commit a7a91c01c98499c8a1e44fadea1b8f70e91fc16f.
|
|
|
|
| |
* guix/build-system/qt.scm (qt-build, qt-cross-build): Adjust indentation.
|
|
|
|
|
|
|
|
|
|
|
| |
When the qt-build-system was created, based on the cmake-build-system,
some references to cmake have been missed to be changed.
* guix/build-system/qt.scm (qt-build, qt-cross-build)[modules]:
Use qt-build-system, not cmake-build-system. [builder]: Call qt-build,
not cmake-build.
Coauthored-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
| |
* gnu/packages/nano.scm (nano): Update to 4.7.
|
|
|
|
|
|
|
| |
* gnu/packages/gnuzilla.scm (icecat)[arguments]: Add
'fix-ffmpeg-runtime-linker' phase.
Co-authored-by: Mark H Weaver <mhw@netris.org>.
|
|
|
|
|
|
|
| |
* gnu/bootloader/grub.scm (grub-configuration-file): Add 'Firmware
setup' entry for EFI platform.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
|
|
|
|
|
|
| |
* gnu/packages/gnome.scm (gnome-shell-extensions):
[propagated-inputs]: Move glib:bin from here...
[native-inputs]: ... to here.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
|
|
| |
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-dock):
[propagated-inputs]: Move glib:bin from here...
[native-inputs]: ... to here.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
|
| |
* gnu/packages/gnome-xyz.scm: (gnome-shell-extension-hide-app-icon):
[arguments]: Install in subdirectory. Adjust indentation.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
| |
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-9.31110ac.
|
|
|
|
|
| |
* gnu/packages/linux.scm (cpupower)[arguments]: Add a ‘libdir’
to #:make-flags.
|
|
|
|
| |
* gnu/packages/parallel.scm (parallel): Update to 20191222.
|
|
|
|
|
|
| |
* gnu/packages/gnome.scm (polari): New package.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
|
| |
* gnu/packages/gnome.scm (gspell)[native-inputs]: Add
gobject-introspection.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
|
| |
This was reported by Ivan Vilata i Balaguer.
* gnu/packages/telephony.scm (mumble)[arguments]: Refer to the
qt-build-system %supported-phases directly so we modify them.
|
|
|
|
|
|
| |
* gnu/packages/haskell-apps.scm (git-annex): Update to 7.20191218.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
| |
* guix/gexp.scm (gexp->file): Add system and target arguments and pass them to
gexp->derivation and load-path-expression calls,
(scheme-file-compiler): adapt accordingly to pass system and target arguments.
|
|
|
|
| |
* gnu/packages/education.scm (ktouch): Update to 19.08.3.
|
|
|
|
|
| |
* gnu/packages/lisp-xyz.scm: Add copyright header for Brett Gilio
<brettg@gnu.org>.
|
|
|
|
| |
* gnu/packages/lisp-xyz.scm (sbcl-cl-store)[home-page]: Use HTTPS URI.
|
|
|
|
|
|
| |
* gnu/packages/lisp-xyz.scm (sbcl-cl-store): Update to 0.8.11-1.
Fixes failing build against most recent SBCL.
|
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (fastx-toolkit)[native-inputs]: Add gcc-6.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/textutils.scm (libgtextutils)[native-inputs]: Add gcc-5.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
| |
* gnu/services/web.scm (%mumi-activation, %mumi-accounts): New variables.
(mumi-shepherd-services): New procedure.
(mumi-service-type): New variable.
* doc/guix.texi (Web Services): Document it.
|
|
|
|
| |
* gnu/packages/mail.scm (mumi)[inputs]: Add GNUTLS.
|
|
|
|
|
| |
* gnu/packages/mail.scm (mumi)[source](snippet): Modify "Makefile.am" so
that assets are installed.
|
|
|
|
| |
* gnu/packages/mail.scm (mumi)[arguments]: Add #:configure-flags.
|
|
|
|
|
|
|
|
|
| |
The package definition of mumi was taken from the 'guix.scm' file in mumi.
* gnu/packages/mail.scm (mumimu): New variable.
(mumi)[inputs]: Add it.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
|
|
|
|
| |
* gnu/packages/mail.scm (mumi)[source](modules, snippet): New fields.
|
|
|
|
|
|
| |
* gnu/packages/mail.scm (mumi)[arguments]: Add #:modules and
#:imported-modules. In 'wrap-executable' phase, use
'target-guile-effective-version' instead of hard-coding "2.2".
|
|
|
|
|
|
|
|
|
| |
Until now, 'guix system delete-generations' would ignore OPTS; for
example, it would not enable #:print-extended-build-trace? & co.,
leading to suboptimal output.
* guix/scripts/system.scm (process-command)[with-store*]: New macro.
Use it for 'delete-generations', 'switch-generation', and 'roll-back'.
|
|
|
|
| |
* gnu/packages/guile-xyz.scm (guile-email): Update to 0.2.2.
|
|
|
|
| |
* gnu/packages/kde-frameworks.scm(purpose): New variable.
|
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.6.
(linux-libre-5.4-pristine-source): Update hash.
|
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.91.
(linux-libre-4.19-pristine-source): Update hash.
|