petrifoo: fix build

(cherry picked from commit dc8e1c199c074319be63fba8a0301b3332262927)
Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
Domen Kožar 2015-08-29 14:12:18 +02:00
parent cbb7bc92b6
commit fe0d91a0eb

View File

@ -1,6 +1,6 @@
{ stdenv, fetchurl, alsaLib, cmake, gtk, libjack2, libgnomecanvas
, libpthreadstubs, libsamplerate, libsndfile, libtool, libxml2
, pkgconfig }:
, pkgconfig, openssl }:
stdenv.mkDerivation rec {
name = "petri-foo-${version}";
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
buildInputs =
[ alsaLib cmake gtk libjack2 libgnomecanvas libpthreadstubs
libsamplerate libsndfile libtool libxml2 pkgconfig
libsamplerate libsndfile libtool libxml2 pkgconfig openssl
];
meta = with stdenv.lib; {