guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#27176: [PATCH] gnu: Add python-xsge.


From: Danny Milosavljevic
Subject: bug#27176: [PATCH] gnu: Add python-xsge.
Date: Thu, 1 Jun 2017 00:41:38 +0200

> +         (replace 'install
> +           (lambda* (#:key outputs #:allow-other-keys)
> +             (zero?
> +              (system* "python" "setup.py" "install"
> +                       (string-append "--prefix=" (assoc-ref outputs "out"))
> +                       "--root=/")))))

What's the difference to what the python-build-system does?

> +       #:tests? #f))

Why?

> +    (description
> +     "xSGE is a collection of modules that make doing certain tasks with the 
> SGE
> +Game Engine easier.")

Like what? :)

Otherwise LGTM!





reply via email to

[Prev in Thread] Current Thread [Next in Thread]