guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: Add mpv-minimal.


From: Efraim Flashner
Subject: Re: [PATCH] gnu: Add mpv-minimal.
Date: Thu, 24 Dec 2015 15:56:00 +0200

On Thu, 24 Dec 2015 11:35:45 +0300
Alex Kost <address@hidden> wrote:

> Leo Famulari (2015-12-23 22:29 +0300) wrote:
> 
>  [...]  
>  [...]  
>  [...]  
> 
> I don't see how it can be done using a separate output (but I don't know
> much about multiple outputs as well :-)).
> 
> --
> Alex
> 

One build and two outputs, mpv and mpv-minimal, would be nice for a
substitution server but not be too helpful in the case of building your own
packages. I don't believe it would be possible.

off the top of my head for defining mpv-minimal in terms of mpv (see
python.scm for a lot more examples):

(define-public mpv-minimal
  (package (inherit mpv)
    (name "mpv-minimal)
    (inputs (alist-delete "samba" (package-inputs mpv)))))

-- 
Efraim Flashner   <address@hidden>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: pgpmfIqXGw0T1.pgp
Description: OpenPGP digital signature


reply via email to

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