about summary refs log tree commit diff
path: root/pkgs/tools/system/setserial
Commit message (Collapse)AuthorAge
* setserial: fix cross compilationAdam Joseph2022-07-19
| | | | | The setserial derivation uses nroff at compile time, so groff should be in nativeBuildInputs rather than buildInputs.
* pkgs/tools: stdenv.lib -> libBen Siraphob2021-01-15
|
* treewide: installFlags is a listRobin Gloster2019-12-30
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* setserial: add licensePascal Wittmann2018-08-04
| | | | see issue #43716
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* setserial: reimplement using mkDerivationJoachim Fasting2015-11-24
|
* all-packages: Use callPackage where possibleMathnerd3142015-09-14
|
* Setserial source fixMichael Raskin2009-06-11
| | | | svn path=/nixpkgs/trunk/; revision=15933
* Adding setserialMichael Raskin2009-06-09
svn path=/nixpkgs/trunk/; revision=15898