Ben Siraphob
8c5d37129f
pkgs/tools: stdenv.lib -> lib
2021-01-15 17:12:36 +07:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
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
2021-01-11 10:38:22 +01:00
Peter Hoeg
cb66517866
picocom: 3.1 -> 3.2a ( #107379 )
...
* 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-12-24 07:22:20 +08:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Gerd Flaig
1066a1ae53
picocom: Enable on Darwin
...
Sets package platform to Unix and adds IOKit dependency on Darwin.
2019-01-22 21:23:45 +01:00
Will Dietz
4b7b083bcb
treewide: stdenv.lib.platforms.gnu -> ... gnu ++ linux
...
Include all linux platforms.
2018-04-30 18:12:10 -05:00
Tuomas Tynkkynen
5d2b4a5dc8
picocom: 3.0 -> 3.1
2018-02-05 01:02:50 +02:00
Tuomas Tynkkynen
d6cc334d6b
picocom: 2.2 -> 3.0
2017-12-26 20:02:00 +02:00
Tuomas Tynkkynen
aef593fcbf
picocom: 2.1 -> 2.2
2017-04-09 21:48:25 +03:00
William A. Kennington III
ca58b16d67
picocom: 2.0 -> 2.1
2015-10-18 17:23:51 -07:00
Tuomas Tynkkynen
8756ac99eb
picocom: 1.8 -> 2.0
...
- Upstream changed manpage filename
- Home page no longer at Google Code
2015-09-20 02:26:56 +03:00
William A. Kennington III
810a033d1b
picocom: 1.7 -> 1.8
2015-08-17 13:14:59 -07:00
Peter Simons
2d326e5032
Merge remote-tracking branch 'origin/master' into staging.
...
Conflicts:
pkgs/desktops/e18/enlightenment.nix
2014-08-04 16:51:47 +02:00
Mateusz Kowalczyk
7a45996233
Turn some license strings into lib.licenses values
2014-07-28 11:31:14 +02:00
Eelco Dolstra
f64d84698e
Merge remote-tracking branch 'origin/master' into staging
...
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-28 11:30:49 +02:00
William A. Kennington III
0031a036ca
picocom: Add dependency on lrzsz so that we can transfer files
2014-07-23 20:28:18 +02:00
Eelco Dolstra
40f7b0f9df
Another attempt to eradicate ensureDir
...
See c556a6ea46
.
2014-06-30 14:56:10 +02:00
Lluís Batlle i Rossell
ad0b63265c
picocom: adding picocom, 1.7
2012-09-25 19:23:34 +02:00