mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
lm-sensors: add license
This commit is contained in:
parent
bbb8d5c250
commit
c8ff1aeb7b
@ -27,9 +27,10 @@ stdenv.mkDerivation rec {
|
||||
${stdenv.lib.optionalString sensord "PROG_EXTRA=sensord"})
|
||||
'';
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.lm-sensors.org/;
|
||||
description = "Tools for reading hardware sensors";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
license = with licenses; [ gpl2 lgpl21 ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user