mpd: fix build on darwin

This commit is contained in:
Jason "Don" O'Conal
2014-05-21 15:50:15 +10:00
parent 1b0b0d3bb2
commit bcc36ee23e
6 changed files with 12 additions and 15 deletions
+1 -1
View File
@@ -11,6 +11,6 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://www.nasm.us/;
description = "An 80x86 and x86-64 assembler designed for portability and modularity";
platforms = stdenv.lib.platforms.linux;
platforms = stdenv.lib.platforms.unix;
};
}