haskell.lib.buildStackProject: fix #22386

This commit is contained in:
Domen Kožar 2017-02-03 10:06:49 +01:00
parent 1652a136e4
commit 0772e27bfd
No known key found for this signature in database
GPG Key ID: C2FFBCAFD2C24246

View File

@ -1,4 +1,4 @@
{ stdenv, ghc, pkgconfig, glibcLocales }:
{ stdenv, ghc, pkgconfig, glibcLocales, cacert }:
with stdenv.lib;