John Darrington skribis:
> On Sun, Oct 19, 2014 at 07:44:28PM +0200, Ludovic Court??s wrote:
> John Darrington skribis:
>
> > +;; It would seem that tests are not maintained - fails with
> > +;; the following:
> > +;;
> > +;; < This page was last up
On Sun, Oct 19, 2014 at 07:44:28PM +0200, Ludovic Court??s wrote:
John Darrington skribis:
> +;; It would seem that tests are not maintained - fails with
> +;; the following:
> +;;
> +;; < This page was last updated on Wed Jul 31 07:52:48 2013
>
John Darrington skribis:
> +;; It would seem that tests are not maintained - fails with
> +;; the following:
> +;;
> +;; < This page was last updated on Wed Jul 31 07:52:48 2013
> +;; < by sane-desc 3.5 from sane-backends 1.0.24git
> +;; ---
> +;; > This page was last
* gnu/packages/scanner.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
---
gnu-system.am|1 +
gnu/packages/scanner.scm | 58 ++
2 files changed, 59 insertions(+)
create mode 100644 gnu/packages/scanner.scm
diff --git a/gn
l...@gnu.org (Ludovic Courtès) skribis:
> John Darrington skribis:
[...]
>> + (uri (string-append
>> + "http://fossies.org/linux/misc/"; name "-" version
>> ".tar.gz"))
>> + ;; This is a private mirror. The canonical download site is
>> +
John Darrington skribis:
> * gnu/packages/scanner.scm: New file.
> * gnu-system.am (gnu/packages/scanner.scm): Add it.
Should be:
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
> + #:use-module ((guix licenses)
> +#:renamer (symbol-prefix-proc 'license:)))
Use: #:prefix li
* gnu/packages/scanner.scm: New file.
* gnu-system.am (gnu/packages/scanner.scm): Add it.
---
gnu-system.am|1 +
gnu/packages/scanner.scm | 49 ++
2 files changed, 50 insertions(+)
create mode 100644 gnu/packages/scanner.scm
diff --gi