3
0
Fork 0
forked from mirrors/nixpkgs

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;