amdadl-sdk: set license to unfree (close #1647)

We cannot auto build amdadl-sdk on hydra, so setting license to unfree disable
auto builds. I also remove amdadl license, because it's irrelevant.

vcunat changed string license to attribute.
This commit is contained in:
Jaka Hudoklin
2014-01-31 13:38:53 +01:00
committed by Vladimír Čunát
parent b913a2eb81
commit 2778c00bfe
2 changed files with 1 additions and 7 deletions

View File

@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "API to access display driver functionality for ATI graphics cards";
homepage = http://developer.amd.com/tools/graphics-development/display-library-adl-sdk/;
license = licenses.amdadl;
license = "unfree";
maintainers = [ maintainers.offline ];
platforms = stdenv.lib.platforms.linux;
hydraPlatforms = [];