Commit graph

16 commits

Author SHA1 Message Date
Ben Siraphob 2f78ee7e81 pkgs/development: stdenv.lib -> lib 2021-01-24 00:16:29 +07:00
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
Thiago Franco de Moraes 2a136d1605 wxGTK31: 3.1.3 -> 3.1.4 2020-11-10 15:07:57 -08:00
Jan Tojnar 2fd206f78b
wxGTK31-gtk2: drop ancient deps
GConf has been abandoned for many years and would not work without user running the daemon.
2020-08-27 20:32:40 +02:00
Peter Hoeg ee8b7b4566
Merge pull request #87810 from evils/wxwidgets-3.1.3
wxGTK31: 3.1.2 -> 3.1.3
2020-07-20 22:03:16 +08:00
Vladimír Čunát 92b7ce99f7
wxGTK3*: switch to gstreamer 1.x
Configure log still prints `checking for GST... yes`
and the new GST libs appear in RPATH.
wxGTK28 does't seem able to configure with non-legacy GST,
but it's almost unused... so I didn't touch it.
2020-07-04 17:31:18 +02:00
Evils e1f5467ea5 wxGTK31: 3.1.2 -> 3.1.3 2020-06-16 17:35:46 +02:00
Peter Hoeg 7439aad737 wxGTK3: make gtk2 and gtk3 specific variants 2020-06-15 11:01:25 +08:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
worldofpeace 128b8d9181 wxGTK{30,31}: don't use webkitgtk24x
You know cannot enable optional withWebKit when
withGtk2 is enabled.
2019-12-05 05:53:09 -05: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
Jan Tojnar 85483ca76a
wxGTK31: fix eval
bc109b19c9 on master created a separate
expression based on wxGTK30, but that expression was modified on staging
in f0733a07d5. Let's sync that.
2019-06-25 18:22:48 +02:00
Frederik Rietdijk 32a7e35d17 wxwidgets: fix passthru, fixes tarball job
cc @romildo
2019-06-25 16:25:02 +02:00
José Romildo Malaquias bc109b19c9 wxGTK31: 3.1.0 -> 3.1.2; use its own derivation 2019-06-20 20:36:17 -03:00
Luke Adams a5d44f6631 wxGTK31: init at 3.1
wxgtk31: overrideattrs
2017-12-23 22:31:15 -08:00