1 { lib, stdenv, fetchurl, pkg-config, glib, vala, libcanberra, gobject-introspection, libtool, gnome3 }:
3 stdenv.mkDerivation rec {
8 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
9 sha256 = "bba8ff30eea815037e53bee727bbd5f0b6a2e74d452a7711b819a7c444e78e53";
12 nativeBuildInputs = [ pkg-config gobject-introspection libtool vala ];
13 buildInputs = [ glib libcanberra ];
16 updateScript = gnome3.updateScript {
22 homepage = "https://wiki.gnome.org/Projects/GSound";
23 description = "Small library for playing system sounds";
24 maintainers = teams.gnome.members;
25 license = licenses.gpl2;
26 platforms = platforms.linux;