>   (define-public my-own-linux-libre
>     (package
>       (inherit linux-libre)
>       (native-inputs
>         `(("kconfig" ,(local-file "./my-kernel.conf"))
>           ,@(alist-delete "kconfig" (package-native-inputs linux-libre))))))
>
> … which can be dropped in a file in $GUIX_PACKAGE_PATH.
>
> It remains somewhat inconvenient, though.

Yep, inconvenient in the sense I couldn't find the right incantation to
make this work, even with the help from people on #guix...

-- 
Vincent Legoll

Reply via email to