summary refs log tree commit diff
path: root/pkgs/os-specific/linux/lsiutil
Commit message (Collapse)AuthorAge
* lsiutil: 1.60 -> 1.72Luflosi2021-07-21
| | | | | | | | | | | | | Also make various improvements and fixes: - Rename pname from lsiutils to lsiutil since that is the actual name - Update the URL since the old one was broken - Inline the call to fetchurl - Use the installPhase to install instead of installing in the buildPhase - Replace a call to the modprobe binary with the absolute path to the binary - Properly determine the absolute path of the mknod binary - Update the description with text from the source code header - Declare that this only works on Linux - Add myself as maintainer
* treewide: unzip buildInputs to nativeBuildInputs (#112302)Ben Siraphob2021-02-20
|
* pkgs/os-specific: stdenv.lib -> libBen Siraphob2021-01-17
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: remove redundant recvolth2019-08-28
|
* treewide: name -> pnamevolth2019-08-17
|
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* * Fixed the URL.Eelco Dolstra2010-07-06
| | | | svn path=/nixpkgs/trunk/; revision=22491
* * Added lsiutil, a command-line utility for LSI controllers.Eelco Dolstra2010-07-01
svn path=/nixpkgs/trunk/; revision=22437