about summary refs log tree commit diff
path: root/pkgs/tools/misc/picocom
AgeCommit message (Collapse)AuthorFilesLines
2022-09-02picocom: fix substitutionStefan Frijters1-1/+1
The upstream code to be replaced changed in upstream commit 8f41c344.
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-12-24picocom: 3.1 -> 3.2a (#107379)Peter Hoeg1-18/+30
* picocom: 3.1 -> 3.2a Also: - drop wrapper and patch in location of binaries - add bash completion support - start using shell helpers instead of manually copying in man page Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-01-22picocom: Enable on DarwinGerd Flaig1-3/+8
Sets package platform to Unix and adds IOKit dependency on Darwin.
2018-04-30treewide: stdenv.lib.platforms.gnu -> ... gnu ++ linuxWill Dietz1-1/+1
Include all linux platforms.
2018-02-05picocom: 3.0 -> 3.1Tuomas Tynkkynen1-2/+2
2017-12-26picocom: 2.2 -> 3.0Tuomas Tynkkynen1-2/+2
2017-04-09picocom: 2.1 -> 2.2Tuomas Tynkkynen1-2/+2
2015-10-18picocom: 2.0 -> 2.1William A. Kennington III1-2/+2
2015-09-20picocom: 1.8 -> 2.0Tuomas Tynkkynen1-5/+5
- Upstream changed manpage filename - Home page no longer at Google Code
2015-08-17picocom: 1.7 -> 1.8William A. Kennington III1-5/+8
2014-08-04Merge remote-tracking branch 'origin/master' into staging.Peter Simons1-1/+1
Conflicts: pkgs/desktops/e18/enlightenment.nix
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2014-07-28Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra1-1/+6
Conflicts: pkgs/applications/audio/espeak/edit.nix pkgs/applications/audio/lmms/default.nix pkgs/desktops/e18/enlightenment.nix pkgs/games/exult/default.nix pkgs/os-specific/linux/alsa-plugins/default.nix
2014-07-23picocom: Add dependency on lrzsz so that we can transfer filesWilliam A. Kennington III1-1/+6
2014-06-30Another attempt to eradicate ensureDirEelco Dolstra1-1/+1
See c556a6ea46e71e1907d78b71fab36df30297b3ad.
2012-09-25picocom: adding picocom, 1.7Lluís Batlle i Rossell1-0/+23