vocal: cleanup
This commit is contained in:
parent
9404900cc4
commit
991f77b19f
@ -1,12 +1,29 @@
|
|||||||
{ stdenv, fetchFromGitHub, cmake, ninja, pkgconfig, pantheon, gtk3, libxml2, webkitgtk, clutter-gtk
|
{ stdenv
|
||||||
, clutter-gst, libunity, libnotify, sqlite, gst_all_1, libsoup, json-glib, gnome3, gobject-introspection, wrapGAppsHook }:
|
, fetchFromGitHub
|
||||||
|
, cmake
|
||||||
|
, ninja
|
||||||
|
, pkgconfig
|
||||||
|
, pantheon
|
||||||
|
, gtk3
|
||||||
|
, glib
|
||||||
|
, libxml2
|
||||||
|
, webkitgtk
|
||||||
|
, clutter-gtk
|
||||||
|
, clutter-gst
|
||||||
|
, libunity
|
||||||
|
, libnotify
|
||||||
|
, sqlite
|
||||||
|
, gst_all_1
|
||||||
|
, libsoup
|
||||||
|
, json-glib
|
||||||
|
, libgee
|
||||||
|
, wrapGAppsHook
|
||||||
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "vocal";
|
pname = "vocal";
|
||||||
version = "2.4.0";
|
version = "2.4.0";
|
||||||
|
|
||||||
name = "${pname}-${version}";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "needle-and-thread";
|
owner = "needle-and-thread";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
@ -16,26 +33,27 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
cmake
|
cmake
|
||||||
gobject-introspection
|
|
||||||
libxml2
|
libxml2
|
||||||
ninja
|
ninja
|
||||||
pkgconfig
|
|
||||||
pantheon.vala
|
pantheon.vala
|
||||||
|
pkgconfig
|
||||||
wrapGAppsHook
|
wrapGAppsHook
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = with gst_all_1; [
|
buildInputs = with gst_all_1; [
|
||||||
clutter-gst
|
clutter-gst
|
||||||
clutter-gtk
|
clutter-gtk
|
||||||
pantheon.elementary-icon-theme
|
glib
|
||||||
gnome3.libgee
|
|
||||||
pantheon.granite
|
|
||||||
gst-plugins-base
|
gst-plugins-base
|
||||||
gst-plugins-good
|
gst-plugins-good
|
||||||
gstreamer
|
gstreamer
|
||||||
|
gtk3
|
||||||
json-glib
|
json-glib
|
||||||
|
libgee
|
||||||
libnotify
|
libnotify
|
||||||
libunity
|
libunity
|
||||||
|
pantheon.elementary-icon-theme
|
||||||
|
pantheon.granite
|
||||||
sqlite
|
sqlite
|
||||||
webkitgtk
|
webkitgtk
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user