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
|
#lang setup/infotab
|
||||||
|
|
||||||
(define version '(510))
|
(define version '(400))
|
||||||
(define post-install-collection "installer.rkt")
|
(define post-install-collection "installer.rkt")
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#lang setup/infotab
|
#lang setup/infotab
|
||||||
|
|
||||||
(define version '(510))
|
(define version '(400))
|
||||||
|
|
||||||
(define post-install-collection "installer.rkt")
|
(define post-install-collection "installer.rkt")
|
||||||
|
|
||||||
|
|
|
@ -280,6 +280,11 @@
|
||||||
r))
|
r))
|
||||||
(list r v))
|
(list r v))
|
||||||
(list r null)))))
|
(list r null)))))
|
||||||
|
requires
|
||||||
|
;; Packer used to automatically include "mzscheme"
|
||||||
|
;; dependency, but we've conlcuded that dependencies
|
||||||
|
;; aren't typically useful.
|
||||||
|
#;
|
||||||
(cons '("mzscheme") requires))
|
(cons '("mzscheme") requires))
|
||||||
#:conflicts conflicts
|
#:conflicts conflicts
|
||||||
#:at-plt-home? at-plt-home?
|
#:at-plt-home? at-plt-home?
|
||||||
|
|
Loading…
Reference in New Issue
Block a user