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 |
|
Kir Ax
|
2f00a2b066
|
textadept-11: add textadept 11_beta
|
2020-11-02 21:19:55 +07:00 |
|
Kir Ax
|
ef7fff6a49
|
textadept: moved to subdir for 10th version
|
2020-11-02 21:13:09 +07:00 |
|
J. Neto
|
698836ecb7
|
textadept: 10.2 -> 10.8
|
2020-10-11 15:30:19 -03: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 |
|
Márton Boros
|
12a399fdca
|
textadept: 9.3 -> 10.2
|
2019-02-09 15:24:38 +01:00 |
|
c0bw3b
|
0f868d8116
|
Treewide: use HTTPS on SourceForge
|
2018-12-02 15:33:08 +01:00 |
|
volth
|
87f5930c3f
|
[bot]: remove unreferenced code
|
2018-07-20 18:48:37 +00:00 |
|
Piotr Bogdan
|
0936dd0d57
|
textadept: fix build
|
2017-11-04 13:56:32 +00:00 |
|
John Ericson
|
ed14223f8c
|
treewide: Manual fix more pkg-config build-inputs
|
2017-09-21 15:49:54 -04:00 |
|
Jörg Thalheim
|
a5ee494046
|
Merge pull request #24696 from mirrexagon/mrxgn-textadept-update
textadept: 9.0 -> 9.3
|
2017-04-07 15:08:34 +02:00 |
|
Andrew Abbott
|
4a79bf0e84
|
textadept: 9.0 -> 9.3
|
2017-04-07 11:47:39 +10:00 |
|
Jean-Pierre PRUNARET
|
cf1db9fda0
|
textadept: bombay update without version pining
|
2017-03-28 23:21:49 +02:00 |
|
Andrew Abbott
|
717fbc2ad0
|
textadept: 8.7 -> 9.0
|
2016-10-05 15:07:56 +11:00 |
|
Kirill Boltaev
|
bccd75094f
|
treewide: explicitly specify gtk and related package versions
|
2016-09-12 18:26:06 +03:00 |
|
Andrew Abbott
|
5c71b9564d
|
textadept: 8.2 -> 8.7
|
2016-06-22 15:12:29 +10:00 |
|
Juho Östman
|
b79d3c266b
|
textadept: 8.0 -> 8.2
|
2015-10-06 22:41:46 +03:00 |
|
Michael Raskin
|
969776564f
|
Adding TextAdept
|
2015-06-02 20:32:13 +03:00 |
|