Make sure, that vtysh_cmd.c is deterministically generated. --- a/vtysh/extract.pl.in 2017-03-10 13:55:06.000000000 +0100 +++ b/vtysh/extract.pl.in 2017-06-24 00:51:56.460000000 +0200 @@ -214,7 +214,7 @@ } # Output DEFSH -foreach (keys %live) { +foreach (sort keys %live) { my ($proto); my ($key); $key = $live{$_}; @@ -229,7 +229,7 @@ { EOF -foreach (keys %odefun) { +foreach (sort keys %odefun) { my ($node, $str) = (split (/,/)); $cmd = $ocmd{$_}; $cmd =~ s/_cmd/_cmd_vtysh/; a> : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/lxqt.scm
AgeCommit message (Expand)Author
2020-11-19gnu: Don't append '.git' to GitHub uris....Efraim Flashner
2020-10-20gnu: pcmanfm-qt: Fix default wallpaper load path....Reza Alizadeh Majd
2020-10-20gnu: lxqt-session: Wrap startlxqt executable....Reza Alizadeh Majd
2020-10-20gnu: lxqt-session: Fix xsession entry exec path....Reza Alizadeh Majd
2020-09-06gnu: lxqt-panel: Patch xkeyboard-config location....Hamzeh Nasajpour
2020-08-22gnu: lxqt: Enable keyboard shortcuts....Timotej Lazar
2020-08-13gnu: lxqt-panel: Show icons in menus....Timotej Lazar
2020-07-17gnu: Update the LXQt home page....Tobias Geerinckx-Rice
2020-07-12gnu: Remove ".git" from "https://github/…/….git"....Ludovic Courtès