mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 17:10:48 +00:00
Add alsaLib to buildInputs
svn path=/nixpkgs/trunk/; revision=28087
This commit is contained in:
parent
e052a36daf
commit
9e06eb71d6
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "1qhwlz9y5qmwmja4qnxg6sn3pgsg1i11fb9j41w8l26acyhk34rs";
|
sha256 = "1qhwlz9y5qmwmja4qnxg6sn3pgsg1i11fb9j41w8l26acyhk34rs";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ unzip procps ant which zip nettools ];
|
buildInputs = [ unzip procps ant which zip nettools alsaLib ];
|
||||||
|
|
||||||
postUnpack = ''
|
postUnpack = ''
|
||||||
sed -i -e "s@/usr/bin/test@${coreutils}/bin/test@" \
|
sed -i -e "s@/usr/bin/test@${coreutils}/bin/test@" \
|
||||||
|
|
Loading…
Reference in a new issue