-*- mode: org; coding: utf-8; -*- #+TITLE: What's left to do? #+STARTUP: content hidestars Copyright © 2012, 2013, 2014 Ludovic Courtès Copyright © 2019 Mathieu Othacehe Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. * MAYBE Add a substituter that uses the GNUnet DHT or [[http://libswift.org][libswift]] Would be neat if binaries could be pushed to and pulled from the GNUnet DHT or rather libswift (since DHTs aren’t suited for large payloads). Guix users would sign their binaries, and define which binaries they trust. Use UPnP and similar to traverse NAT, like ‘filegive’ does. * user interface ** add guile-ncurses interface * extend ** add ‘recommends’ field For instance, glibc, binutils, gcc, and ld-wrapper would recommend each other. ‘guix package -i’ could ask interactively (?), or allow users to follow
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-07build: Remove now unnecessary dependency of downloads on guix/utils.go....Ludovic Courtès
2012-11-06distro: Move bootstrap tarball packages to (distro packages make-bootstrap)....Ludovic Courtès
2012-11-05distro: Add GnuPG and companion libraries....Ludovic Courtès
2012-11-04distro: Add (distro packages compression)....Ludovic Courtès
2012-11-04distro: Add GNU Pth....Ludovic Courtès
2012-11-04distro: Add GNU gperf....Ludovic Courtès
2012-11-04distro: Split (distro packages base) into several files....Ludov