1 { lib, stdenv, fetchurl, intltool }:
3 stdenv.mkDerivation rec {
4 pname = "sound-theme-freedesktop";
8 sha256 = "054abv4gmfk9maw93fis0bf605rc56dah7ys5plc4pphxqh8nlfb";
9 url = "https://people.freedesktop.org/~mccann/dist/${pname}-${version}.tar.bz2";
12 nativeBuildInputs = [ intltool ];
15 description = "Freedesktop reference sound theme";
16 homepage = "http://freedesktop.org/wiki/Specifications/sound-theme-spec";
17 # See http://cgit.freedesktop.org/sound-theme-freedesktop/tree/CREDITS:
18 license = with licenses; [ cc-by-30 cc-by-sa-25 gpl2 gpl2Plus ];
19 platforms = with platforms; unix;