alsa-lib: Remove unnecessary crossAttrs
It's breaking the cross build.
This commit is contained in:
parent
30074ddfea
commit
0e3b56c7b9
@ -27,12 +27,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
crossAttrs = {
|
|
||||||
patchPhase = ''
|
|
||||||
sed -i s/extern/static/g include/iatomic.h
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.alsa-project.org/;
|
homepage = http://www.alsa-project.org/;
|
||||||
description = "ALSA, the Advanced Linux Sound Architecture libraries";
|
description = "ALSA, the Advanced Linux Sound Architecture libraries";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user