mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
alsaUtils = alsa.alsaUtils added: services need this
svn path=/nixpkgs/branches/stdenv-updates/; revision=10535
This commit is contained in:
parent
c5fafa326b
commit
4b881c08e3
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user