samsung-UnifiedLinuxDriver: fix meta
This commit is contained in:
parent
9a21011f08
commit
0c5169b536
@ -27,9 +27,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Samsung's Linux drivers; includes binaries without source code";
|
description = "Samsung's Linux drivers; includes binaries without source code";
|
||||||
homepage = "http://www.samsung.com/";
|
homepage = "http://www.samsung.com/";
|
||||||
license = "samsung"; # Binary-only
|
license = licenses.unfree;
|
||||||
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user