diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-01-22 11:08:43 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-01-22 23:04:05 +0100 |
commit | 2d04076332eedb7fcb292aa64b0dc18a53f58751 (patch) | |
tree | 10e725425536544f1257ae06a292bdc6340cd2f7 /gnu/tests | |
parent | 567f0d2590ede190ff8700d2fc3e2b4d4b72bcbe (diff) | |
download | guix-2d04076332eedb7fcb292aa64b0dc18a53f58751.tar guix-2d04076332eedb7fcb292aa64b0dc18a53f58751.tar.gz |
gnu: Remove duplicate record fields.
* gnu/packages/haskell.scm (ghc-case-insensitive): Remove duplicate
'inputs' field.
* gnu/packages/python-xyz.scm (python2-pysnptools): Remove duplicate
'native-inputs' field.
* gnu/tests/install.scm (%separate-home-os): Remove duplicate 'type'
field.
Diffstat (limited to 'gnu/tests')
-rw-r--r-- | gnu/tests/install.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/tests/install.scm b/gnu/tests/install.scm index 7114e5cc79..ec29064118 100644 --- a/gnu/tests/install.scm +++ b/gnu/tests/install.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2016, 2017, 2018 Ludovic Courtès <ludo@gnu.org> +;;; Copyright © 2016, 2017, 2018, 2019 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr> ;;; ;;; This file is part of GNU Guix. @@ -430,7 +430,6 @@ reboot\n") (type "ext4")) (file-system (device "none") - (type "tmpfs") (mount-point "/home") (type "tmpfs")) %base-file-systems)) |