bug-guix
[Top][All Lists]
Advanced

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

bug#41569: build systems cannot set default outputs other than "out"


From: Ricardo Wurmus
Subject: bug#41569: build systems cannot set default outputs other than "out"
Date: Thu, 28 May 2020 00:02:08 +0200
User-agent: mu4e 1.4.4; emacs 26.3

For the haskell-build-system I want to offer two outputs by default:
"out" and "static".  However, the build system has no way to override
the default as (@ (guix packages) package->bag) passes the package’s
“outputs” value to make-bag.

When the package doesn’t define a value for “outputs”, the default
'("out") is used.  I suggest removing the default value from the
<package> record, so that the build system defaults have a chance.

-- 
Ricardo





reply via email to

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