parent
87fa247867
commit
9aa998eb48
@ -30,6 +30,6 @@ stdenv.mkDerivation {
|
|||||||
homepage = http://linux.dell.com/libsmbios/main;
|
homepage = http://linux.dell.com/libsmbios/main;
|
||||||
description = "A library to obtain BIOS information";
|
description = "A library to obtain BIOS information";
|
||||||
license = stdenv.lib.licenses.gpl2Plus; # alternatively, under the Open Software License version 2.1
|
license = stdenv.lib.licenses.gpl2Plus; # alternatively, under the Open Software License version 2.1
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user