summaryrefslogtreecommitdiff
path: root/gnu/packages/ruby-check.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/ruby-check.scm')
-rw-r--r--gnu/packages/ruby-check.scm11
1 files changed, 6 insertions, 5 deletions
diff --git a/gnu/packages/ruby-check.scm b/gnu/packages/ruby-check.scm
index 6535d8fd6e4..0406cf3fd2e 100644
--- a/gnu/packages/ruby-check.scm
+++ b/gnu/packages/ruby-check.scm
@@ -48,6 +48,12 @@
48;;; You should have received a copy of the GNU General Public License 48;;; You should have received a copy of the GNU General Public License
49;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. 49;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
50 50
51;;; Commentary:
52;;;
53;;; Please: Try to add new module packages in alphabetic order.
54;;;
55;;; Code:
56
51(define-module (gnu packages ruby-check) 57(define-module (gnu packages ruby-check)
52 #:use-module ((guix licenses) #:prefix license:) 58 #:use-module ((guix licenses) #:prefix license:)
53 #:use-module (guix build-system ruby) 59 #:use-module (guix build-system ruby)
@@ -61,11 +67,6 @@
61 #:use-module (gnu packages ruby) 67 #:use-module (gnu packages ruby)
62 #:use-module (gnu packages ruby-xyz)) 68 #:use-module (gnu packages ruby-xyz))
63 69
64;;; Commentary:
65;;;
66;;; Please: Try to add new module packages in alphabetic order.
67;;;
68;;; Code:
69 70
70 71
71;; Bundler is yet another source of circular dependencies, so we must disable 72;; Bundler is yet another source of circular dependencies, so we must disable