scsh: force stdenv when building stable
This commit is contained in:
parent
0c0c471f0d
commit
eecc99b664
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ class Scsh < Formula
|
|||
|
||||
head 'https://github.com/scheme/scsh.git'
|
||||
|
||||
# stable segfaults when built 64-bit; see #21351
|
||||
env :std unless build.head?
|
||||
|
||||
if build.head?
|
||||
depends_on 'automake' => :build
|
||||
depends_on 'scheme48'
|
||||
|
|
Loading…
Reference in a new issue