Fixing broken build and improving error message
original commit: 0182e3ff3341c79b2b828f4283ab8bfb8dfa77fb
This commit is contained in:
parent
d567bf9ac7
commit
81f5c67350
9
pkgs/rackunit-pkgs/rackunit-doc/info.rkt
Normal file
9
pkgs/rackunit-pkgs/rackunit-doc/info.rkt
Normal file
|
@ -0,0 +1,9 @@
|
|||
#lang info
|
||||
|
||||
(define collection 'multi)
|
||||
|
||||
(define deps '())
|
||||
|
||||
(define pkg-desc "RackUnit documentation")
|
||||
|
||||
(define pkg-authors '(noel ryanc))
|
9
pkgs/rackunit-pkgs/rackunit-tests/info.rkt
Normal file
9
pkgs/rackunit-pkgs/rackunit-tests/info.rkt
Normal file
|
@ -0,0 +1,9 @@
|
|||
#lang info
|
||||
|
||||
(define collection 'multi)
|
||||
|
||||
(define deps '())
|
||||
|
||||
(define pkg-desc "RackUnit documentation")
|
||||
|
||||
(define pkg-authors '(noel ryanc))
|
|
@ -3,12 +3,12 @@
|
|||
(define collection 'multi)
|
||||
|
||||
(define deps '("rackunit-lib"
|
||||
"rackunit-docs"
|
||||
"rackunit-doc"
|
||||
"rackunit-tests"
|
||||
"rackunit-gui"
|
||||
"rackunit-plugin-lib"))
|
||||
(define implies '("rackunit-lib"
|
||||
"rackunit-docs"
|
||||
"rackunit-doc"
|
||||
"rackunit-tests"
|
||||
"rackunit-gui"
|
||||
"rackunit-plugin-lib"))
|
||||
|
|
Loading…
Reference in New Issue
Block a user