summary refs log tree commit diff
path: root/pkgs/applications/audio/petrifoo
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2015-08-29 14:12:18 +0200
committerDomen Kožar <domen@dev.si>2015-08-29 14:12:36 +0200
commitfe0d91a0ebba1a10d4933ead998ec3dc3b4159d9 (patch)
tree2d8c7c8f8f957f6a015717b148a26c906953aacb /pkgs/applications/audio/petrifoo
parentcbb7bc92b6e76de552f6888e909ba31245ad7315 (diff)
downloadnixpkgs-fe0d91a0ebba1a10d4933ead998ec3dc3b4159d9.tar
nixpkgs-fe0d91a0ebba1a10d4933ead998ec3dc3b4159d9.tar.gz
nixpkgs-fe0d91a0ebba1a10d4933ead998ec3dc3b4159d9.tar.bz2
nixpkgs-fe0d91a0ebba1a10d4933ead998ec3dc3b4159d9.tar.lz
nixpkgs-fe0d91a0ebba1a10d4933ead998ec3dc3b4159d9.tar.xz
nixpkgs-fe0d91a0ebba1a10d4933ead998ec3dc3b4159d9.tar.zst
nixpkgs-fe0d91a0ebba1a10d4933ead998ec3dc3b4159d9.zip
petrifoo: fix build
(cherry picked from commit dc8e1c199c074319be63fba8a0301b3332262927)
Signed-off-by: Domen Kožar <domen@dev.si>
Diffstat (limited to 'pkgs/applications/audio/petrifoo')
-rw-r--r--pkgs/applications/audio/petrifoo/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/petrifoo/default.nix b/pkgs/applications/audio/petrifoo/default.nix
index ffd920427ac..c9d9ad57487 100644
--- a/pkgs/applications/audio/petrifoo/default.nix
+++ b/pkgs/applications/audio/petrifoo/default.nix
@@ -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; {