scsh: force stdenv when building stable

This commit is contained in:
Misty De Meo 2013-07-22 08:14:39 -07:00
parent 0c0c471f0d
commit eecc99b664

View file

@ -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'