about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/alsa/library/default.fix
blob: f13ca6ec54eff70e6e0a8e369f9af85aeb30f952 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{stdenv, fetchurl}: derivation {
  name = "alsa-lib-0.9.8";
  system = stdenv.system;
  builder = ./builder.sh;
  src = fetchurl {
    url = ftp://ftp.alsa-project.org/pub/lib/alsa-lib-0.9.8.tar.bz2;
    md5 = "c9f163fb0623de1b92bf287712641f6e";
  };
  stdenv = stdenv;
}