aboutsummaryrefslogtreecommitdiff
path: root/.mailmap
diff options
context:
space:
mode:
authorHerman Rimm <herman@rimm.ee>2024-02-18 22:02:07 +0100
committerEfraim Flashner <efraim@flashner.co.il>2024-07-19 00:40:43 +0300
commitbda151d24aeee8dde523d4ccc560e2d77d7dcce6 (patch)
treec357814e66b031228f24730ffa3355ecf48e79c2 /.mailmap
parent62cf682938b8f7cb0512495961935dca9fe5ef62 (diff)
downloadguix-bda151d24aeee8dde523d4ccc560e2d77d7dcce6.tar.gz
guix-bda151d24aeee8dde523d4ccc560e2d77d7dcce6.zip
gnu: Add rust-proptest-derive-0.4.
* gnu/packages/crates-io.scm (rust-proptest-derive-0.4): Add variable. (rust-proptest-derive-0.3): Inherit from rust-proptest-derive-0.4. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Change-Id: I046f75620e53a3accbe981c6780f60733e32763d
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions
/td>Andrew Tropin 2021-09-09home-services: Add xdg....* gnu/home-services/xdg.scm (home-xdg-base-directories-service-type) (home-xdg-base-directories-configuration) (home-xdg-base-directories-configuration?) (home-xdg-user-directories-service-type) (home-xdg-user-directories-configuration) (home-xdg-user-directories-configuration?) (xdg-desktop-action, xdg-desktop-entry) (home-xdg-mime-applications-service-type) (home-xdg-mime-applications-configuration): New variables. * gnu/local.mk (GNU_SYSTEM_MODULES): Add home-services/xdg.scm. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> Andrew Tropin 2021-09-09home-services: Add shells....* gnu/home-services/shells.scm (home-shell-profile-service-type, home-shell-profile-configuration) (home-bash-service-type, home-bash-configuration, home-bash-extension) (home-zsh-service-type, home-zsh-configuration, home-zsh-extension) (home-fish-service-type, home-fish-configuration, home-fish-extension): New variables. * gnu/local.mk (GNU_SYSTEM_MODULES): Add home-services/shells.scm. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> Andrew Tropin 2021-09-09home-services: Add helper functions for service configurations....* gnu/home-services/configuration.scm (helper functions): New variables. * gnu/local.mk (GNU_SYSTEM_MODULES): Add home-services/configuration.scm. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> Andrew Tropin 2021-09-09home-services: Add fontutils....* gnu/home-services/fontutils.scm (home-fontconfig-service-type): New variable. * gnu/local.mk (GNU_SYSTEM_MODULES): Add home-services/fontutils.scm. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> Andrew Tropin 2021-09-09home-services: Add symlink-manager....* gnu/home-services/symlink-manager.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add home-services/symlink-manager.scm. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> Andrew Tropin