tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
deadbeef: disable on AArch64
Nikolay Amiantov
8 years ago
c292489d
809297e5
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
audio
deadbeef
default.nix
+1
-1
pkgs/applications/audio/deadbeef/default.nix
reviewed
···
93
93
description = "Ultimate Music Player for GNU/Linux";
94
94
homepage = http://deadbeef.sourceforge.net/;
95
95
license = licenses.gpl2;
96
96
-
platforms = platforms.linux;
96
96
+
platforms = [ "x86_64-linux" "i686-linux" ];
97
97
maintainers = [ maintainers.abbradar ];
98
98
repositories.git = "https://github.com/Alexey-Yakovenko/deadbeef";
99
99
};