Commit graph

23 commits

Author SHA1 Message Date
Michael Raskin d946d15796
Merge branch 'master' into textadept-11.1 2021-03-26 11:26:01 +00:00
Kir Ax e5f38df52b textadept: 11.0_beta -> 11.1 2021-03-14 13:09:52 +07:00
Ben Siraphob 127733211e
treewide: unzip buildInputs to nativeBuildInputs (#112302) 2021-02-20 16:01:53 -05:00
Jonathan Ringer 9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08: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
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