Commit Graph

16 Commits

Author SHA1 Message Date
Ben Siraphob
66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08: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
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Robin Gloster
5f2b92e3ec
treewide: NIX_*_COMPILE -> string 2019-12-31 00:13:29 +01:00
worldofpeace
1f23abf3b6 bamf: cleanup 2019-11-13 14:25:17 -05:00
worldofpeace
b0012a9736 bamf: port tests to python3 lxml 2019-11-13 14:23:13 -05:00
Frederik Rietdijk
09e2d3462e bamf: fix build 2019-11-13 12:13:04 +01:00
Tor Hedin Brønner
03495ea203 bamf: fix build with glib-2.62 2019-09-30 19:39:48 +02:00
worldofpeace
59e68d3b74 treewide: don't use single quotes with placeholder 2019-09-03 13:01:42 -04: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
worldofpeace
0125544e2a bamf: add wrapGAppsHook 2019-03-16 23:10:23 -04: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
c72f48f719 bamf: 2018-02-07 -> 0.5.4 2018-11-09 15:07:00 -05:00
worldofpeace
3358e256b1 bamf: 0.5.3 -> 2018-02-07, fix build
Technically this is 0.5.4 but it's unreleased
2018-10-30 10:58:24 -04:00
Jan Tojnar
ddf156ffa9 bamf: various improvements
Fix systemd user unit directory, add test dependencies,
split package into multiple outputs, and clean up a bit.
2018-07-11 18:58:02 +02:00
davidak
4a30fc2522 bamf: init at 0.5.3 2018-05-08 21:52:16 +02:00