This commit is contained in:
William A. Kennington III 2015-05-29 11:41:17 -07:00
parent b07929b0a3
commit b9a366e5c4
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, fftw, fftwSinglePrec, alsaLib, libsndfile, linbpulseaudio }:
{ stdenv, fetchurl, pkgconfig, fftw, fftwSinglePrec, alsaLib, libsndfile, libpulseaudio }:
stdenv.mkDerivation rec {
version = "0.19";

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, glib, libsoup, gobjectIntrospection, cacerts }:
{ stdenv, fetchurl, pkgconfig, glib, libsoup, gobjectIntrospection, cacert }:
stdenv.mkDerivation rec {
name = "rest-0.7.92";
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
buildInputs = [ pkgconfig glib libsoup gobjectIntrospection];
configureFlags = "--with-ca-certificates=${cacerts}/ca-bundle.crt";
configureFlags = "--with-ca-certificates=${cacert}/ca-bundle.crt";
meta = with stdenv.lib; {
platforms = platforms.linux;

View File

@ -1,5 +1,5 @@
{ stdenv, fetchurl, autoconf, automake, libtool, bison
, libasr, libevent, zlib, openssl, db, pam
, libasr, libevent, zlib, openssl, db, pam, cacert
}:
stdenv.mkDerivation rec {