Commit Graph

12 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
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
Piotr Bogdan
d17273394b dbus_cplusplus: disable tests
They fail to build.
2019-01-04 20:23:18 +00:00
John Ericson
db965063b3 treewide: Make configureFlags lists 2018-08-03 17:06:03 -04:00
Vladimír Čunát
0a52c59db9
dbus_cplusplus: fix build with gcc7 via Fedra patches 2018-02-18 13:59:42 +01:00
John Ericson
531e4b80c9 misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
William A. Kennington III
6a931f4127 dbus_cplusplus: Remove dependency on gtkmm 2015-04-25 21:27:54 -07:00
Vladimír Čunát
8f3b31464b dbus_cplusplus: fix build with gcc>=4.7, via Gentoo patch 2013-08-27 10:49:12 +02:00
Vladimír Čunát
684f215b4f fix the problem of missing expat in a few packages 2013-02-11 18:34:40 +01:00
Cillian de Roiste
cbded3238d Adding dbus-cplusplus, c++ bindings for dbus
svn path=/nixpkgs/trunk/; revision=33639
2012-04-05 23:53:20 +00:00