Commit graph

34 commits

Author SHA1 Message Date
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
Sandro 05e6e64817
Merge pull request #107399 from r-ryantm/auto-update/quilter
quilter: 2.5.1 -> 2.5.4
2021-01-18 12:13:17 +01: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
R. RyanTM 37375215cc quilter: 2.5.1 -> 2.5.4 2020-12-22 12:55:32 +00:00
R. RyanTM 7c0d90e11e quilter: 2.5.0 -> 2.5.1 2020-11-07 06:19:11 +00:00
worldofpeace a645b349d6
Merge pull request #93751 from r-ryantm/auto-update/quilter
quilter: 2.2.4 -> 2.5.0
2020-08-02 09:31:47 -04:00
worldofpeace d12c11e30c treewide: use nix-update updateScript for packages I maintain 2020-07-29 12:33:39 -04:00
R. RyanTM 38645fa23b quilter: 2.2.4 -> 2.5.0 2020-07-24 08:11:27 +00:00
R. RyanTM 9058556a36 quilter: 2.2.2 -> 2.2.4 2020-05-09 08:55:20 +02:00
R. RyanTM d9beb0b9ba quilter: 2.1.2 -> 2.2.2 2020-04-01 18:19:05 +00:00
R. RyanTM 0edcdfe140 quilter: 2.1.1 -> 2.1.2 2020-03-14 14:26:33 +01:00
R. RyanTM 3a9a0f299a quilter: 2.1.0 -> 2.1.1 2020-02-11 14:04:22 +00:00
R. RyanTM 0af886dcf9 quilter: 2.0.5 -> 2.1.0 2020-02-06 14:10:42 +00:00
R. RyanTM dd85e2e72c quilter: 2.0.4 -> 2.0.5 2020-01-07 05:37:39 -08:00
worldofpeace 8a3a3a75ff
Merge pull request #76385 from r-ryantm/auto-update/quilter
quilter: 2.0.3 -> 2.0.4
2019-12-24 14:52:50 -05:00
R. RyanTM a0b6ba5974 quilter: 2.0.3 -> 2.0.4 2019-12-24 03:21:23 -08:00
worldofpeace 2dd7d4dd44 treewide: pantheon updateScript 2019-12-22 18:20:55 -05:00
worldofpeace fbbb67b858 quilter: 2.0.2 - 2.0.3 2019-11-03 13:25:33 -05:00
R. RyanTM 2177a8ee20 quilter: 2.0.0 -> 2.0.2 2019-11-03 10:05:47 +01:00
worldofpeace bdb851ee2d pantheon: use latest vala
elementary OS's ecosystem is curated around Ubuntu's LTS releases.
This means the development platform for their curated applications
always includes a LTS version of vala (in 18.04 it's 0.40).
Because of how vala development works it suspect some of these
applications to have serious issues if complied with the latest vala.
However in the past year or so, for Pantheon at least, I don't think
their applications will have much issues with latest vala, and if there
is I don't think they'd be difficult to fix. In this single regard they've
become more responsive since their preferred language is vala.

As for the curated applications I have less of this confidence in.
So I'd have to be accept less applications, but that's something
I'm willing to compromise on. And this is easily reversible or
could be done on a per-application basis. And nix already makes
this trivial.
2019-10-09 22:47:37 -04:00
R. RyanTM f70e674800 quilter: 1.9.5 -> 2.0.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/quilter/versions
2019-09-28 18:08:25 -07:00
R. RyanTM 00606f548f quilter: 1.9.3 -> 1.9.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/quilter/versions
2019-08-20 10:23:25 -07:00
worldofpeace 66ba3c583b quilter: 1.9.2 -> 1.9.3
https://github.com/lainsce/quilter/releases/tag/1.9.3
2019-08-04 04:23:13 -04:00
worldofpeace 8a7be4b651 quilter: 1.9.1 -> 1.9.2
https://github.com/lainsce/quilter/releases/tag/1.9.2
2019-07-13 10:52:17 -04:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
worldofpeace 810fd97d88 quilter: 1.8.4 -> 1.9.1
https://github.com/lainsce/quilter/compare/1.8.4...1.9.1
2019-06-11 00:54:36 -04:00
R. RyanTM 26b760ccf2 quilter: 1.8.1 -> 1.8.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/quilter/versions
2019-05-02 06:22:28 -07:00
worldofpeace 957fcc9b32 quilter: 1.7.5 -> 1.8.1
https://github.com/lainsce/quilter/releases/tag/1.7.6
https://github.com/lainsce/quilter/releases/tag/1.8.0
https://github.com/lainsce/quilter/releases/tag/1.8.1
2019-03-20 23:10:33 -04:00
worldofpeace 81bca88c7c quilter: 1.7.0 -> 1.7.5
Changes: https://github.com/lainsce/quilter/compare/1.7.0...1.7.5
2019-03-05 19:41:07 -05:00
worldofpeace bf7a1b2afb quilter: 1.6.8 -> 1.7.0
https://github.com/lainsce/quilter/releases/tag/1.7.0
2019-02-21 19:13:27 -05:00
worldofpeace 78da8d668b pantheon: init a 5.0 2019-01-24 20:54:14 +00:00
Jan Tojnar a51a99c690
gobject-introspection: rename package
camelCase package name was a huge inconsistency in GNOME package set.
2018-12-02 12:42:29 +01:00
worldofpeace 622eb09d31 quilter: 1.6.3 -> 1.6.8 2018-10-31 18:49:39 -04:00
worldofpeace 0f760506be quilter: init at 1.6.3 2018-09-09 18:34:30 -04:00