xbmc: 12.2 -> 12.3

This commit is contained in:
Domen Kožar
2013-12-29 11:15:13 +01:00
parent e9ec56a596
commit 5603e611a7
3 changed files with 9 additions and 6 deletions

View File

@@ -11,5 +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;
};
}

View File

@@ -12,5 +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;
};
}