summary refs log tree commit diff
path: root/pkgs/os-specific/linux/libsmbios
Commit message (Collapse)AuthorAge
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* libsmbios: 2.4.2 -> 2.4.3R. RyanTM2020-02-10
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* libsmbios: 2.4.1 -> 2.4.2 (#42983)R. RyanTM2018-07-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libsmbios/versions. Version release notes (from GitHub): Compatibility changes to fix man page and includes in some installations These checks were done: - built on NixOS - Warning: no invocation of /nix/store/38kz148d7anxsqcchlqmqjcb4mi34158-libsmbios-2.4.2/bin/smbios-battery-ctl had a zero exit code or showed the expected version - /nix/store/38kz148d7anxsqcchlqmqjcb4mi34158-libsmbios-2.4.2/bin/smbios-get-ut-data passed the binary check. - Warning: no invocation of /nix/store/38kz148d7anxsqcchlqmqjcb4mi34158-libsmbios-2.4.2/bin/smbios-keyboard-ctl had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/38kz148d7anxsqcchlqmqjcb4mi34158-libsmbios-2.4.2/bin/smbios-lcd-brightness had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/38kz148d7anxsqcchlqmqjcb4mi34158-libsmbios-2.4.2/bin/smbios-passwd had a zero exit code or showed the expected version - /nix/store/38kz148d7anxsqcchlqmqjcb4mi34158-libsmbios-2.4.2/bin/smbios-state-byte-ctl passed the binary check. - Warning: no invocation of /nix/store/38kz148d7anxsqcchlqmqjcb4mi34158-libsmbios-2.4.2/bin/smbios-sys-info had a zero exit code or showed the expected version - /nix/store/38kz148d7anxsqcchlqmqjcb4mi34158-libsmbios-2.4.2/bin/smbios-sys-info-lite passed the binary check. - Warning: no invocation of /nix/store/38kz148d7anxsqcchlqmqjcb4mi34158-libsmbios-2.4.2/bin/smbios-thermal-ctl had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/38kz148d7anxsqcchlqmqjcb4mi34158-libsmbios-2.4.2/bin/smbios-token-ctl had a zero exit code or showed the expected version - /nix/store/38kz148d7anxsqcchlqmqjcb4mi34158-libsmbios-2.4.2/bin/smbios-upflag-ctl passed the binary check. - Warning: no invocation of /nix/store/38kz148d7anxsqcchlqmqjcb4mi34158-libsmbios-2.4.2/bin/smbios-wakeup-ctl had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/38kz148d7anxsqcchlqmqjcb4mi34158-libsmbios-2.4.2/bin/smbios-wireless-ctl had a zero exit code or showed the expected version - 4 of 13 passed binary check by having a zero exit code. - 4 of 13 passed binary check by having the new version present in output. - found 2.4.2 with grep in /nix/store/38kz148d7anxsqcchlqmqjcb4mi34158-libsmbios-2.4.2 - directory tree listing: https://gist.github.com/117a562c97fde114f3fc3c00cd8747c4 - du listing: https://gist.github.com/1b95e63032cd1ceb958e443695bd5cd8
* libsmbios: re-enable python utilities (#39022)pbogdan2018-05-13
|
* libsmbios: 2.3.3 → 2.4.1Jan Tojnar2018-02-22
|
* libsmbios: 2.3.2 -> 2.3.3Renaud2017-11-25
|
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* libsmbios: Only works on x86Tuomas Tynkkynen2017-09-13
| | | | https://hydra.nixos.org/build/60942499
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* treewide: fixup packages with RPATH problemsVladimír Čunát2017-05-16
|
* libsmbios: 2.2.28 -> 2.3.2Shea Levy2017-02-27
|
* Captialize meta.description of all packagesBjørn Forsman2016-06-20
| | | | | | | | | | | | | | | | In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
* Bring my stdenv.lib.maintainers user name in line with my github nick.Peter Simons2016-05-16
|
* libsmbios: updated to version 2.2.28 to fix build errors with GCC 4.6.1Peter Simons2011-10-06
| | | | svn path=/nixpkgs/trunk/; revision=29684
* * Latest libsmbios.Eelco Dolstra2009-09-28
| | | | | | * Build HAL with libsmbios support. svn path=/nixpkgs/trunk/; revision=17472
* * Got rid of all --disable-static flags; they're redundant now.Eelco Dolstra2009-04-21
| | | | | | * Also a bunch of style cleanups (tabs, with args, ...). svn path=/nixpkgs/branches/stdenv-updates/; revision=15235
* * libsmbios updated to 2.0.3, which builds on GCC 4.3.Eelco Dolstra2009-02-12
| | | | | | | | There is a newer version (2.2.x), but it requires Python, which I'd rather avoid in the NixOS base system (it's already large enough). svn path=/nixpkgs/branches/stdenv-updates/; revision=14047
* * Added libsmbios for access to Dell-specific hardware features.Eelco Dolstra2007-06-07
* Added more optional Hal dependencies. svn path=/nixpkgs/trunk/; revision=8844