petrifoo: fix build
(cherry picked from commit dc8e1c199c074319be63fba8a0301b3332262927) Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
parent
cbb7bc92b6
commit
fe0d91a0eb
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, alsaLib, cmake, gtk, libjack2, libgnomecanvas
|
{ stdenv, fetchurl, alsaLib, cmake, gtk, libjack2, libgnomecanvas
|
||||||
, libpthreadstubs, libsamplerate, libsndfile, libtool, libxml2
|
, libpthreadstubs, libsamplerate, libsndfile, libtool, libxml2
|
||||||
, pkgconfig }:
|
, pkgconfig, openssl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "petri-foo-${version}";
|
name = "petri-foo-${version}";
|
||||||
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ alsaLib cmake gtk libjack2 libgnomecanvas libpthreadstubs
|
[ alsaLib cmake gtk libjack2 libgnomecanvas libpthreadstubs
|
||||||
libsamplerate libsndfile libtool libxml2 pkgconfig
|
libsamplerate libsndfile libtool libxml2 pkgconfig openssl
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user