From 4b881c08e3f93d1a22864478b4e0c1cfa8fbedfe Mon Sep 17 00:00:00 2001 From: "Yury G. Kudryashov" Date: Thu, 7 Feb 2008 09:43:10 +0000 Subject: [PATCH] alsaUtils = alsa.alsaUtils added: services need this svn path=/nixpkgs/branches/stdenv-updates/; revision=10535 --- pkgs/top-level/all-packages.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 991d2149a371..5a9daf8f55dc 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -2387,6 +2387,13 @@ rec { inherit fetchurl stdenv; }; + mediastreamerFun = lib.sumArgs (selectVersion + ../development/libraries/mediastreamer "2.2.0cvs") { + inherit fetchcvs stdenv; + }; + + mediastreamer = mediastreamerFun null; + mesaSupported = system == "i686-linux" || system == "x86_64-linux"; @@ -3236,6 +3243,8 @@ rec { alsaLib = alsa.alsaLib; + alsaUtils = alsa.alsaUtils; + atherosFun = lib.sumArgs (selectVersion ../os-specific/linux/atheros "r3122") { inherit fetchurl stdenv builderDefs; };