aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2021-01-29 13:48:44 +0100
committerMathieu Othacehe <othacehe@gnu.org>2021-01-31 18:36:42 +0100
commit041a9466ea23d6ae811491bcf529bf9487317b48 (patch)
treeb210cfe9afa71d6563cfb2fc0ecfea880c70a56a /nix
parent63c237d0448d92b3f0b0f9e9c337b2078a27a715 (diff)
downloadguix-041a9466ea23d6ae811491bcf529bf9487317b48.tar.gz
guix-041a9466ea23d6ae811491bcf529bf9487317b48.zip
guix: channels: Introduce "channel-with-substitutes-available".
* guix/channels.scm (find-latest-commit-with-substitutes, channel-with-substitutes-available): New procedures. * guix/scripts/pull.scm (guix-pull): Move "channel-list" call inside the %current-system parameter scope. * doc/guix.texi (Channels with substitutes): New section.
Diffstat (limited to 'nix')
0 files changed, 0 insertions, 0 deletions
quot;sh"))))) (add-before 'check 'fix-tests (lambda _ ;; Don't expect a UID or GID of ‘0’ in the build environment. (with-directory-excursion "tests/src/vfs/extfs/helpers-list/data" (substitute* (list "rpm.custom.output" "rpm.glib.output") ((" 0 0") "<<uid>> <<gid>>"))) ;; XXX ERROR:mc_realpath.c:99:realpath_test: assertion failed ;; (resolved_path == data->expected_string): ("" == "/usr/bin") (substitute* "tests/lib/mc_realpath.c" (("/usr/bin") "/") (("usr/bin") "/"))))))) (native-inputs (list perl pkg-config)) (inputs (list aspell bash-minimal check glib gpm libssh2 ncurses perl unzip)) (home-page "https://www.midnight-commander.org") (properties `((release-monitoring-url . "https://ftp.osuosl.org/pub/midnightcommander/"))) (synopsis "Graphical file manager") (description "GNU Midnight Commander is a command-line file manager laid out in a common two-pane format. In addition to standard file management tasks such as copying and moving, Midnight Commander also supports viewing the contents of RPM package files and other archives and managing files on other computers via FTP or FISH. It also includes a powerful text editor for opening text files.") (license gpl3+)))