revert "mzscheme" and "mred" collection versions
and turn off automatic "mzscheme" version dependency for package .plt files
This commit is contained in:
parent
0fda70b7ca
commit
437f2585c9
|
@ -1,4 +1,4 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(define version '(510))
|
||||
(define version '(400))
|
||||
(define post-install-collection "installer.rkt")
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(define version '(510))
|
||||
(define version '(400))
|
||||
|
||||
(define post-install-collection "installer.rkt")
|
||||
|
||||
|
|
|
@ -280,6 +280,11 @@
|
|||
r))
|
||||
(list r v))
|
||||
(list r null)))))
|
||||
requires
|
||||
;; Packer used to automatically include "mzscheme"
|
||||
;; dependency, but we've conlcuded that dependencies
|
||||
;; aren't typically useful.
|
||||
#;
|
||||
(cons '("mzscheme") requires))
|
||||
#:conflicts conflicts
|
||||
#:at-plt-home? at-plt-home?
|
||||
|
|
Loading…
Reference in New Issue
Block a user