summary refs log tree commit diff
path: root/pkgs/os-specific/linux/dmidecode
Commit message (Collapse)AuthorAge
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* nixos/dmidecode: added recommended patchessuperherointj2020-09-10
| | | | Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: replace make/build/configure/patchFlags with nix listsMerijn Broeren2019-12-30
|
* Treewide: use HTTPS on NonGNU domainsc0bw3b2018-12-02
|
* dmidecode: 3.1 -> 3.2R. RyanTM2018-09-20
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/dmidecode/versions
* dmidecode: add licenseMarkus Kowalewski2018-08-30
|
* dmidecode: 3.0 -> 3.1Franz Pletz2017-06-12
|
* dmidecode: 2.12 -> 3.0William A. Kennington III2015-09-13
|
* dmidecode: set meta.platforms to linuxDomen Kožar2013-12-12
|
* Upgrade dmidecode from 2.11 -> 2.12William A. Kennington III2013-11-28
|
* make package use mirror:// for gnu, savannah and gnome repositories where ↵Evgeny Egorochkin2013-07-14
| | | | possible
* * dmidecode updated to 2.11.Eelco Dolstra2012-03-16
| | | | svn path=/nixpkgs/trunk/; revision=33132
* Blindly commiting a fix for dmidecode to build with gnumake 3.82Lluís Batlle i Rossell2010-09-14
| | | | | | Thank you niksnut. svn path=/nixpkgs/branches/stdenv-updates/; revision=23777
* * dmidecode 2.10.Eelco Dolstra2009-08-11
| | | | svn path=/nixpkgs/trunk/; revision=16678
* * Cleaned up a lot of description fields that contained newlines.Eelco Dolstra2009-03-03
| | | | | | | | | | | | | | | | | Some of these should be longDescriptions, but most others just shouldn't contain newlines. E.g. write description = "Bla"; and not description = '' Bla ''; This pollutes "nix-env -qa --description" output. svn path=/nixpkgs/trunk/; revision=14310
* meta.function -> passthru.function, not killing other contents of passthruMichael Raskin2008-11-04
| | | | svn path=/nixpkgs/trunk/; revision=13190
* Changed builderDefs to use composedArgsAndFun, reduced number of nulls, made ↵Michael Raskin2008-08-19
| | | | | | overrides in builderDefsPackage to work in an intuitive manner. svn path=/nixpkgs/trunk/; revision=12655
* Added src to meta for builderDefs-based packages.Michael Raskin2008-03-02
| | | | svn path=/nixpkgs/trunk/; revision=10913
* Some review of builder-defs and dependent files. No rebuild needed. Now it ↵Michael Raskin2008-01-18
| | | | | | should be possible to override elements in builderDefs svn path=/nixpkgs/trunk/; revision=10214
* Added dmidecode and kqemuMichael Raskin2008-01-08
svn path=/nixpkgs/trunk/; revision=10098