Skip to content

Commit

Permalink
gmpc: fix missing dependence
Browse files Browse the repository at this point in the history
  • Loading branch information
jagajaga committed Nov 8, 2014
1 parent 106740f commit 5973392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/gmpc/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ stdenv, fetchurl, libtool, intltool, pkgconfig, glib
, gtk, curl, mpd_clientlib, libsoup, gob2, vala, libunique
, libSM, libICE
, libSM, libICE, sqlite
}:

stdenv.mkDerivation rec {
Expand All @@ -23,7 +23,7 @@ stdenv.mkDerivation rec {

buildInputs = [
libtool intltool pkgconfig glib gtk curl mpd_clientlib libsoup
libunique libmpd gob2 vala libSM libICE
libunique libmpd gob2 vala libSM libICE sqlite
];

meta = with stdenv.lib; {
Expand Down

0 comments on commit 5973392

Please sign in to comment.