gnome3.gsound: do not depend on GTK 2
This commit is contained in:
parent
224853d4dc
commit
aab23bc3b6
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, glib, libcanberra_gtk2, gobjectIntrospection, libtool, gnome3 }:
|
{ stdenv, fetchurl, pkgconfig, glib, libcanberra, gobjectIntrospection, libtool, gnome3 }:
|
||||||
|
|
||||||
let
|
let
|
||||||
majVer = "1.0";
|
majVer = "1.0";
|
||||||
@ -11,7 +11,7 @@ in stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig gobjectIntrospection libtool gnome3.vala ];
|
nativeBuildInputs = [ pkgconfig gobjectIntrospection libtool gnome3.vala ];
|
||||||
buildInputs = [ glib libcanberra_gtk2 ];
|
buildInputs = [ glib libcanberra ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://wiki.gnome.org/Projects/GSound;
|
homepage = https://wiki.gnome.org/Projects/GSound;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user