samsung-UnifiedLinuxDriver: fix meta

This commit is contained in:
Nikolay Amiantov 2015-03-02 19:05:29 +03:00
parent 9a21011f08
commit 0c5169b536

View File

@ -27,9 +27,10 @@ stdenv.mkDerivation rec {
builder = ./builder.sh;
meta = {
meta = with stdenv.lib; {
description = "Samsung's Linux drivers; includes binaries without source code";
homepage = "http://www.samsung.com/";
license = "samsung"; # Binary-only
license = licenses.unfree;
platforms = platforms.linux;
};
}