Skip to content
Snippets Groups Projects

Fix it

Merged Ben Gamari requested to merge wip/fix-it into master
1 file
+ 4
3
Compare changes
  • Side-by-side
  • Inline
@@ -15,14 +15,15 @@ let
@@ -15,14 +15,15 @@ let
-- We must override store-dir lest data files end up in
-- We must override store-dir lest data files end up in
-- /root/.cabal, which isn't accessible to the build user
-- /root/.cabal, which isn't accessible to the build user
, ''
, ''
$CABAL v2-install \
$CABAL \
 
--store-dir=${outDir}/store \
 
v2-install \
hscolour happy alex \
hscolour happy alex \
--constraint='happy ^>= 1.20' \
--constraint='happy ^>= 1.20' \
--with-compiler=$GHC \
--with-compiler=$GHC \
--enable-static \
--enable-static \
--install-method=copy \
--install-method=copy \
--installdir=${binDir} \
--installdir=${binDir}
--store-dir=${outDir}/store
''
''
]
]
# CF.env (toMap
# CF.env (toMap
Loading