fixup previous commit: do the change to attribute
This commit is contained in:
parent
2778c00bfe
commit
34b0e59c0a
@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "API to access display driver functionality for ATI graphics cards";
|
description = "API to access display driver functionality for ATI graphics cards";
|
||||||
homepage = http://developer.amd.com/tools/graphics-development/display-library-adl-sdk/;
|
homepage = http://developer.amd.com/tools/graphics-development/display-library-adl-sdk/;
|
||||||
license = "unfree";
|
license = licenses.unfree;
|
||||||
maintainers = [ maintainers.offline ];
|
maintainers = [ maintainers.offline ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
hydraPlatforms = [];
|
hydraPlatforms = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user