Merge pull request #115283 from xantoz/audacity-more-platforms
audacity: change meta.platforms to platforms.linux
This commit is contained in:
commit
ea21a06294
@ -132,6 +132,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://www.audacityteam.org/";
|
homepage = "https://www.audacityteam.org/";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ lheckemann ];
|
maintainers = with maintainers; [ lheckemann ];
|
||||||
platforms = intersectLists platforms.linux platforms.x86; # fails on ARM
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user