mpd: fix build on darwin

This commit is contained in:
Jason "Don" O'Conal
2014-05-21 15:37:34 +10:00
parent 1b0b0d3bb2
commit bcc36ee23e
6 changed files with 12 additions and 15 deletions

View File

@@ -12,6 +12,6 @@ stdenv.mkDerivation rec {
homepage = http://www.tortall.net/projects/yasm/;
description = "Complete rewrite of the NASM assembler";
license = "BSD";
platforms = stdenv.lib.platforms.linux;
platforms = stdenv.lib.platforms.unix;
};
}