guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/11: gnu: Remove duplicate record fields.


From: guix-commits
Subject: 03/11: gnu: Remove duplicate record fields.
Date: Tue, 22 Jan 2019 17:05:10 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 2d04076332eedb7fcb292aa64b0dc18a53f58751
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jan 22 11:08:43 2019 +0100

    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.
---
 gnu/packages/haskell.scm    | 4 +---
 gnu/packages/python-xyz.scm | 4 +---
 gnu/tests/install.scm       | 3 +--
 3 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index a3ce2a3..9433ae0 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3,7 +3,7 @@
 ;;; Copyright © 2015 Siniša Biđin <address@hidden>
 ;;; Copyright © 2015 Paul van der Walt <address@hidden>
 ;;; Copyright © 2015 Eric Bavier <address@hidden>
-;;; Copyright © 2016, 2018 Ludovic Courtès <address@hidden>
+;;; Copyright © 2016, 2018, 2019 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2016, 2017 Nils Gillmann <address@hidden>
 ;;; Copyright © 2016 Efraim Flashner <address@hidden>
 ;;; Copyright © 2015, 2016, 2017, 2018, 2019 Ricardo Wurmus <address@hidden>
@@ -3790,8 +3790,6 @@ writing to stdout and other handles.")
         (base32
          "1qrpxfirsxckg7jv28f5ah2qc8lh95hp7rnqkbqs1ahcwlbnvkm7"))))
     (build-system haskell-build-system)
-    (inputs
-     `(("ghc-hunit" ,ghc-hunit)))
     ;; these inputs are necessary to use this library
     (inputs
      `(("ghc-text" ,ghc-text)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 83753c5..35ac4e6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2013 Nikita Karetnikov <address@hidden>
-;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018 Ludovic Courtès 
<address@hidden>
+;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019 Ludovic Courtès 
<address@hidden>
 ;;; Copyright © 2013, 2014, 2015, 2016 Andreas Enge <address@hidden>
 ;;; Copyright © 2014, 2015 Mark H Weaver <address@hidden>
 ;;; Copyright © 2014, 2017 Eric Bavier <address@hidden>
@@ -3392,8 +3392,6 @@ toolkits.")
        ("python2-scipy" ,python2-scipy)
        ("python2-pandas" ,python2-pandas)))
     (native-inputs
-     `(("python2-cython" ,python2-cython)))
-    (native-inputs
      `(("unzip" ,unzip)))
     (home-page 
"http://research.microsoft.com/en-us/um/redmond/projects/mscompbio/";)
     (synopsis "Library for reading and manipulating genetic data")
diff --git a/gnu/tests/install.scm b/gnu/tests/install.scm
index 7114e5c..ec29064 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 <address@hidden>
+;;; Copyright © 2016, 2017, 2018, 2019 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]