mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
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
|
||||
majVer = "1.0";
|
||||
@ -11,7 +11,7 @@ in stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig gobjectIntrospection libtool gnome3.vala ];
|
||||
buildInputs = [ glib libcanberra_gtk2 ];
|
||||
buildInputs = [ glib libcanberra ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://wiki.gnome.org/Projects/GSound;
|
||||
|
Loading…
Reference in New Issue
Block a user