samsung-UnifiedLinuxDriver: fix meta

wip/yesman
Nikolay Amiantov 9 years ago
parent 9a21011f08
commit 0c5169b536
  1. 5
      pkgs/misc/cups/drivers/samsung/default.nix

@ -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;
};
}

Loading…
Cancel
Save