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

View File

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