deadbeef: disable on AArch64
This commit is contained in:
parent
809297e595
commit
c292489da0
@ -93,7 +93,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Ultimate Music Player for GNU/Linux";
|
description = "Ultimate Music Player for GNU/Linux";
|
||||||
homepage = http://deadbeef.sourceforge.net/;
|
homepage = http://deadbeef.sourceforge.net/;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
platforms = [ "x86_64-linux" "i686-linux" ];
|
||||||
maintainers = [ maintainers.abbradar ];
|
maintainers = [ maintainers.abbradar ];
|
||||||
repositories.git = "https://github.com/Alexey-Yakovenko/deadbeef";
|
repositories.git = "https://github.com/Alexey-Yakovenko/deadbeef";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user