alsa-lib: Remove unnecessary crossAttrs

It's breaking the cross build.
This commit is contained in:
Tuomas Tynkkynen 2016-12-24 22:41:32 +02:00
parent 30074ddfea
commit 0e3b56c7b9

View File

@ -27,12 +27,6 @@ stdenv.mkDerivation rec {
outputs = [ "out" "dev" ];
crossAttrs = {
patchPhase = ''
sed -i s/extern/static/g include/iatomic.h
'';
};
meta = with stdenv.lib; {
homepage = http://www.alsa-project.org/;
description = "ALSA, the Advanced Linux Sound Architecture libraries";