From b3976e72f47f396ed2a304f9d8806618abe4c22e Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 12 Mar 2015 22:49:27 +0100 Subject: gnu: skribilo: Add dependency on Ploticus. * gnu/packages/skribilo.scm (skribilo)[inputs]: Add PLOTUTILS. --- gnu/packages/skribilo.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/packages/skribilo.scm b/gnu/packages/skribilo.scm index 8beb54dc3c..a1b3fe7c53 100644 --- a/gnu/packages/skribilo.scm +++ b/gnu/packages/skribilo.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2013, 2014 Ludovic Courtès +;;; Copyright © 2013, 2014, 2015 Ludovic Courtès ;;; ;;; This file is part of GNU Guix. ;;; @@ -23,6 +23,7 @@ (define-module (gnu packages skribilo) #:use-module (guix build-system gnu) #:use-module (gnu packages guile) #:use-module (gnu packages lout) + #:use-module (gnu packages plotutils) #:use-module (gnu packages imagemagick) #:use-module (gnu packages ghostscript)) @@ -60,10 +61,11 @@ (define-public skribilo %standard-phases) #:parallel-build? #f)) - ;; TODO: Add Ploticus. + (inputs `(("guile" ,guile-2.0) ("imagemagick" ,imagemagick) ("ghostscript" ,ghostscript) ; for 'convert' + ("ploticus" ,ploticus) ("lout" ,lout))) ;; The 'skribilo' command needs them, and for people using Skribilo as a -- cgit v1.2.3 5277a95c99b27'>commitdiff
AgeCommit message (Expand)Author
2024-02-13gnu: go-golang-org-x-term: Move to golang-build.Sharlatan Hellseher
2023-12-29gnu: f3: Fix cross-compiling.Zheng Junjie
2023-11-19gnu: nwipe: Update to 0.35.Tobias Geerinckx-Rice
2023-11-22gnu: Add findimagedupes.Morgan Smith
2023-08-24gnu: hdparm: Move to (gnu packages disk).Felix Lechner
2023-08-06gnu: rmlint: Remove libelf.Tobias Geerinckx-Rice
2023-08-06gnu: rmlint: Update package style.Tobias Geerinckx-Rice
2023-08-06gnu: rmlint: Update to 2.10.2.Tobias Geerinckx-Rice
2023-07-30gnu: ndctl: Update to 78.Tobias Geerinckx-Rice
2023-07-23gnu: parted: Update to 3.6.Tobias Geerinckx-Rice
2023-07-21gnu: parted: Skip tests when cross-compiling.Efraim Flashner
2023-07-20gnu: parted: Disable tests for the Hurd.Janneke Nieuwenhuizen
2023-07-13gnu: parted: Support building for the Hurd.Janneke Nieuwenhuizen
2023-07-01gnu: Add greaseweazle-host-tools.Rikard Nordgren
2023-06-21gnu: go-github-com-mattn-go-runewidth: Update to 0.0.14.Nguyễn Gia Phong
2023-06-14gnu: Add nwipe.Timotej Lazar
2023-02-25gnu: gparted: Update to 1.5.0.Michael Rohleder
2023-02-19gnu: Use HTTPS package home pages wherever possible.Tobias Geerinckx-Rice
2023-01-22gnu: ndctl: Update to 75.Tobias Geerinckx-Rice
2023-01-22gnu: ddrescue: Update to 1.27.Tobias Geerinckx-Rice
2022-12-05gnu: gparted: Move lvm2 to inputs.Efraim Flashner
2022-11-27gnu: libblockdev: Update to 2.28.Tobias Geerinckx-Rice
2022-11-27gnu: lf: Fix build.Tobias Geerinckx-Rice
2022-11-22gnu: Add fff.paladhammika
2022-11-10gnu: parted: Add a debug output.Mathieu Othacehe
2022-10-31gnu: Add wipe.Denis 'GNUtoo' Carikli
2022-09-04gnu: gparted: Update to 1.4.0.Tobias Geerinckx-Rice
2022-08-27gnu: scons: Move to (gnu packages build-tools).Marius Bakke
2022-07-24gnu: duc: Run tests.Tobias Geerinckx-Rice
2022-07-24gnu: duc: Update to 1.4.5.Tobias Geerinckx-Rice
2022-07-24gnu: qdirstat: Update to 1.8.1.Tobias Geerinckx-Rice
2022-06-12gnu: python-parted: Rename to python-pyparted.Tobias Geerinckx-Rice
2022-06-12gnu: python-parted: Update to 3.12.0.Tobias Geerinckx-Rice
2022-06-05gnu: ndctl: Update to 73.Tobias Geerinckx-Rice
2022-06-05gnu: memkind: Update to 1.13.0.Tobias Geerinckx-Rice