Commit Graph

35 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
Malte Brandy
cebf9198f3
treewide: De-inline uses of lib.boolToString
This commit should not change eval results
2020-10-14 01:46:17 +02:00
R. RyanTM
f150d16ab4 geoclue2: 2.5.5 -> 2.5.6 2020-02-28 17:47:30 +00:00
Robin Gloster
64d0102ae7
Merge pull request #70595 from r-ryantm/auto-update/geoclue
geoclue2: 2.5.3 -> 2.5.5
2019-10-16 00:17:14 +02:00
R. RyanTM
693eff22a7 geoclue2: 2.5.3 -> 2.5.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/geoclue/versions
2019-10-07 02:02:43 -07:00
worldofpeace
a2757ecdf2 geoclue2: Move D-Bus conf file to share/dbus-1/system.d
Since D-Bus 1.9.18 configuration files installed by third-party should
go in share/dbus-1/system.d. The old location is for sysadmin overrides.
2019-09-16 13:59:08 -04:00
worldofpeace
b1bc0645ea gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
Rok Garbas
65781e204d
Remove me (garbas) as maintainer since I don't have much time to maintain anything 2019-07-03 11:27:39 +02:00
worldofpeace
82135b6c81 nixos/geoclue2: don't run as root 2019-05-19 18:53:18 -04:00
worldofpeace
fb4ec8f688 geoclue: 2.5.2 -> 2.5.3
Updated patch as needed.

https://gitlab.freedesktop.org/geoclue/geoclue/tags/2.5.3
2019-05-16 22:45:38 -04:00
worldofpeace
47b939d659 geoclue2: 2.5.1 -> 2.5.2
https://gitlab.freedesktop.org/geoclue/geoclue/blob/2.5.2/NEWS
2019-03-01 21:53:43 -05:00
worldofpeace
c65edd687f geoclue2: correct sysconfdir 2018-12-25 18:38:19 -05:00
Tor Hedin Brønner
7aa8b68ab7 geoclue: fix gobject-introspection naming
gobjectIntrospection is now named gobject-introspection.
2018-12-03 12:37:22 +01:00
Frederik Rietdijk
a510aa2672 Merge master into staging-next 2018-12-03 12:18:43 +01: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
607aefd972 geoclue2: 2.4.12 -> 2.5.1 2018-11-30 17:14:39 -05:00
worldofpeace
ac61b96d1c geoclue2: add patch to whitelist elementary's agent 2018-08-31 21:47:02 -04:00
Michael Peyton Jones
284fc9b449
geoclue: 2.4.10 -> 2.4.12 2018-08-14 15:55:01 +01:00
Jan Tojnar
a6dab86ada
geoclue2: 2.4.8 → 2.4.10 2018-07-21 03:29:57 +02:00
Jan Tojnar
919a507cb2
geoclue2: move to default.nix 2018-07-21 02:30:10 +02:00
Jan Tojnar
75162b1045
geoclue: drop 2018-07-21 02:29:02 +02:00
Jan Tojnar
a31d98f312
tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
Tuomas Tynkkynen
90e8e0b782 geoclue: Split into multiple outputs 2017-10-29 01:28:04 +03: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
Linus Heckemann
b73e3b6095 GNOME: 3.22 -> 3.24
This is a squash commit of the joint work from:

* Jan Tojnar (@jtojnar)
* Linus Heckemann (@lheckemann)
* Ryan Mulligan (@ryantm)
* romildo (@romildo)
* Tom Hunger (@teh)
2017-08-28 15:32:49 +01:00
Kirill Boltaev
bccd75094f treewide: explicitly specify gtk and related package versions 2016-09-12 18:26:06 +03:00
Franz Pletz
aff1f4ab94 Use general hardening flag toggle lists
The following parameters are now available:

  * hardeningDisable
    To disable specific hardening flags
  * hardeningEnable
    To enable specific hardening flags

Only the cc-wrapper supports this right now, but these may be reused by
other wrappers, builders or setup hooks.

cc-wrapper supports the following flags:

  * fortify
  * stackprotector
  * pie (disabled by default)
  * pic
  * strictoverflow
  * format
  * relro
  * bindnow
2016-03-05 18:55:26 +01:00
Robin Gloster
e00052b334 geoclue: turn off format hardening 2016-02-11 00:30:51 +00:00
Joachim Fasting
048f00a9dc geoclue: reimplement using mkDerivation 2015-11-24 14:45:15 +01:00
Cillian de Roiste
27bef25b17 Applying the patch from Rok Garbas to add GIMP 2.8.0
svn path=/nixpkgs/trunk/; revision=34352
2012-06-04 17:38:47 +00:00
Michael Raskin
c8dc35ac72 Trying to fix geoclue build with fresher GCC
svn path=/nixpkgs/branches/stdenv-updates/; revision=32614
2012-02-27 08:18:11 +00:00
Michael Raskin
d22126580e Fix license typo
svn path=/nixpkgs/trunk/; revision=25339
2011-01-02 16:35:14 +00:00
Michael Raskin
00544a0fc3 Propagate dbus/glib
svn path=/nixpkgs/trunk/; revision=25337
2011-01-02 15:13:36 +00:00
Michael Raskin
03419cfc5a Adding geoclue - as framework only, feel free to build it with proper data providers if you have a reason for that
svn path=/nixpkgs/trunk/; revision=25335
2011-01-02 13:23:59 +00:00