Matthew Bauer
26de2d1780
gnumake: disable subsecond mtime on darwin
...
gnumake can support subsecond mtimes if it is available. But Darwin
doesn’t support setting subsecond mtimes until 10.13! So we can just
disable this check to avoid the issue where most of our built tools
use seconds but make uses nanoseconds. Might fix some parallel issues
along the way.
Fixes #51221
2018-12-03 08:31:57 -06:00
John Ericson
7beb1adcf5
Merge pull request #51170 from eburimu/fix/cross-xfsprogs
...
xfsprogs: fix cross compilation
2018-12-02 14:59:01 -05:00
John Ericson
24270193b7
Merge remote-tracking branch 'upstream/staging' into fix/cross-xfsprogs
2018-12-02 12:32:03 -05:00
markuskowa
aa65b32c2c
Merge pull request #51356 from ivan/xfsprogs-4.19.0
...
xfsprogs: 4.14.0 -> 4.19.0
2018-12-02 14:53:22 +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
Jörg Thalheim
330ab9bc2b
Merge pull request #51315 from Mic92/python3-gdb
...
gdb: switch to python3
2018-12-02 11:09:14 +00:00
eburimu
0b695faa07
xfsprogs: fix cross compilation
2018-12-02 00:44:25 -05:00
Ivan Kozik
77255a3cd7
xfsprogs: 4.14.0 -> 4.19.0
...
xfsprogs started using icu in bff5d1a4e8df8a23957e5739850754991ad2b9c8, part of v4.16.0
xfsprogs-4.15.0-docdir.patch is needed to avoid cyclic references in the outputs.
./glibc-2.27.patch is no longer necessary as it was included in xfsprogs 8041435de7ed028a27ecca64302945ad455c69a6
2018-12-02 02:12:45 +00:00
Jörg Thalheim
5db3428fa3
pwndbg: switch to python3
2018-12-01 14:13:46 +00:00
Jörg Thalheim
5e9922e800
python3.pkgs.unicorn: enable python3
2018-12-01 14:13:46 +00:00
Jörg Thalheim
28af9e45b0
gdbgui: 0.13.0.0 -> 0.13.1.1
2018-12-01 14:13:46 +00:00
Jörg Thalheim
13b5fa18bb
python3.pkgs.flask-socketio: init at 3.1.0
2018-12-01 14:13:46 +00:00
Jörg Thalheim
3ad4a31c17
python3.pkgs.pygdbmi: init at 0.9.0.0
2018-12-01 14:13:46 +00:00
Jörg Thalheim
5b23da0595
python3.pkgs.python-socketio: init at 2.1.0
2018-12-01 14:13:46 +00:00
Jörg Thalheim
5e591a0087
python3.pkgs.python-engineio: init at 3.0.0
2018-12-01 14:13:46 +00:00
Jörg Thalheim
5afbdde38c
gdb: switch to python3 by default
2018-12-01 14:13:46 +00:00
Jörg Thalheim
84162175a3
Merge pull request #51180 from mayflower/xorg-cross
...
treewide: cross-fixes
2018-12-01 00:43:02 +00:00
Jan Tojnar
3a3513e7e7
webkitgtk220x: drop
2018-11-30 23:29:34 +01:00
Tor Hedin Brønner
338b3fd11d
gobjectIntrospection: test our own patches
...
We patch gobject-introspection somewhat heavily, so add some unit tests that
will catch potential errors when we're eg. updating the patches.
There's two tests:
- Basic test for absolute nix store paths (testing absolute_shlib_path.patch)
- Test for macos `@rpath` sanitizing, including
fallback_libpath (macos-shared-library.patch)
2018-11-30 21:35:30 +01:00
Tor Hedin Brønner
3a3afc739f
cantarell-fonts: ad-hoc fix for build
...
`GETTEXTDATADIRS` isn't populated correctly due to empty buildInputs. Borrow from
`GETTEXTDATADIRS_FOR_BUILD` until we fix gettext's envHook.
see: https://github.com/NixOS/nixpkgs/issues/50855
2018-11-30 21:35:29 +01:00
Jan Tojnar
440d84cfb1
gnome3.updateScript: improve pre-release detection
...
Previously all versions with minor >= 90 were considered pre-release,
which failed to consider versions like 0.100.
Let’s limit the range to 90–99 and 900–999.
2018-11-30 21:35:29 +01:00
Jan Tojnar
f19b76bc56
cantarell-fonts: 0.100 → 0.110
2018-11-30 21:35:29 +01:00
Jan Tojnar
18e2f05845
gtk-vnc.updateScript: allow unstable versions
2018-11-30 21:35:28 +01:00
Jan Tojnar
79ad3690f9
gnome3.gtksourceviewmm.updateScript: allow unstable versions
2018-11-30 21:35:28 +01:00
Jan Tojnar
195fc315ef
gnome3.gnome-system-log.updateScript: allow unstable versions
2018-11-30 21:35:28 +01:00
Jan Tojnar
1fe7aaf692
empathy.updateScript: allow unstable versions
2018-11-30 21:35:27 +01:00
Jan Tojnar
cb7a36c355
nemiver.updateScript: allow unstable versions
2018-11-30 21:35:27 +01:00
Jan Tojnar
7f0bfab373
gnome3.grilo: 0.3.6 → 0.3.7
2018-11-30 21:35:27 +01:00
Jan Tojnar
05a71d24ce
gnome3.gexiv2: 0.10.8 → 0.10.9
2018-11-30 21:35:27 +01:00
Jan Tojnar
3faeab2c48
meld: 3.30.2 → 3.30.3
2018-11-30 21:35:26 +01:00
Tor Hedin Brønner
d5ba27a700
gnome3.gnome-desktop: fix path substitution
...
`substituteAll` intentionally doesn't work with all caps:
https://github.com/NixOS/nixpkgs/issues/28086
2018-11-30 21:35:26 +01:00
Jan Tojnar
10f8039990
vala_0_40: 0.40.6 → 0.40.11
2018-11-30 21:35:26 +01:00
Tor Hedin Brønner
f82c95ecbd
gnome3.gnome-characters: add gnome-desktop typelib
2018-11-30 21:35:25 +01:00
midchildan
6fa5ea6e6b
gem-config: Add missing dependencies for gio and gtk2
2018-11-30 21:35:25 +01:00
Tor Hedin Brønner
7ee05feb4e
gnome3.devhelp: 3.30.0 -> 3.30.1
2018-11-30 21:35:25 +01:00
Tor Hedin Brønner
4da3f08a2c
deepin.go-gir-generator: fix dde-api with gobject-introspection 1.58+
2018-11-30 21:35:24 +01:00
Tor Hedin Brønner
0192b5aa54
gnome3: add hedning to maintainers
2018-11-30 21:35:24 +01:00
Jon Banafato
55cbc8b0e9
gnomeExtensions.no-title-bar: 8 -> 9
2018-11-30 21:35:24 +01:00
Jon Banafato
999cd7f8dc
gnomeExtensions.caffeine: unstable-2017-06-21 -> unstable-2018-09-25
2018-11-30 21:35:23 +01:00
Jon Banafato
10d43b28ad
gnomeExtensions.nohotcorner: 17.0 -> 18.0
2018-11-30 21:35:23 +01:00
Jon Banafato
98c02413db
gnomeExtensions.icon-hider: 20 -> 21
2018-11-30 21:35:23 +01:00
Tor Hedin Brønner
b1f55d27bc
gnome3.zenity: 3.28.1 -> 3.30.0
2018-11-30 21:35:22 +01:00
Tor Hedin Brønner
abb694f562
gitg: 3.26.0 -> 3.30.1
2018-11-30 21:35:22 +01:00
Tor Hedin Brønner
3fdfde44c6
hardinfo: fix build with new libsoup
2018-11-30 21:35:22 +01:00
Tor Hedin Brønner
fcf066983d
gxneur: don't fail on new glib deprecration
2018-11-30 21:35:21 +01:00
Jan Tojnar
e02516db75
nixos/gnome3: enable remote desktop on wayland
2018-11-30 21:35:21 +01:00
Jan Tojnar
d359635ab4
gnome3.gnome-remote-desktop: init at 0.1.6
2018-11-30 21:35:21 +01:00
Jan Tojnar
181a9865fc
gnome3.tracker: 2.1.4 → 2.1.6
...
systemd sure service files are no longer installed by default when the build
can't find systemd, so we need to manually specificy the install dir.
2018-11-30 21:35:20 +01:00
Jan Tojnar
b83ff40a5e
gnome3.libgda: 5.2.4 → 5.2.5
2018-11-30 21:35:20 +01:00
Jan Tojnar
21505290ee
json-glib: 1.4.2 → 1.4.4
2018-11-30 21:35:20 +01:00