Ben Siraphob
|
5fffcef915
|
pkgs/desktops: pkgconfig -> pkg-config
|
2021-01-16 23:49:59 -08:00 |
|
Ben Siraphob
|
badf51221d
|
treewide: stdenv.lib -> lib
|
2021-01-16 17:58:11 +07:00 |
|
Profpatsch
|
4a7f99d55d
|
treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
|
2021-01-11 10:38:22 +01:00 |
|
R. RyanTM
|
c8847c30c5
|
epiphany: 3.38.1 -> 3.38.2
|
2020-12-05 14:22:14 +00:00 |
|
Jan Tojnar
|
af9d19eceb
|
gnome3.epiphany: 3.38.0 → 3.38.1
https://ftp.gnome.org/pub/GNOME/sources/epiphany/3.38/epiphany-3.38.1.news
|
2020-10-24 01:17:53 +02:00 |
|
Piotr Bogdan
|
c19cf7a6b9
|
gnome3.epiphany: 3.36.4 -> 3.38.0
https://gitlab.gnome.org/GNOME/epiphany/-/blob/3.38.0/NEWS
Currently broken :-(, loading google.com shows:
Cannot get default EGL display: EGL_BAD_PARAMETER
Cannot create EGL context: invalid display (last error: EGL_SUCCESS)
This might be related to:
- https://bugs.webkit.org/show_bug.cgi?id=202362
- https://bugs.webkit.org/show_bug.cgi?id=201507
Also this seems to happen to me even before the package update.
|
2020-10-24 01:15:03 +02:00 |
|
Daniel Șerbănescu
|
1f19197862
|
epiphany: 3.36.3 -> 3.36.4
|
2020-08-10 01:55:19 +02:00 |
|
Daniel Șerbănescu
|
75f8c1a0b9
|
epiphany: 3.36.2 -> 3.36.3
|
2020-07-03 21:03:00 +02:00 |
|
R. RyanTM
|
244b0ee62a
|
epiphany: 3.36.1 -> 3.36.2
|
2020-06-09 12:38:58 +00:00 |
|
Matthew Bauer
|
e520d6af29
|
Merge pull request #84415 from matthewbauer/mb-cross-fixes-april2020
Cross compilation fixes [april 2020]
|
2020-04-13 16:48:38 -04:00 |
|
Jan Tojnar
|
a04625379a
|
Merge branch 'master' into staging-next
|
2020-04-13 18:50:35 +02:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Jan Tojnar
|
1ab03c3a76
|
Merge branch 'master' into staging-next
|
2020-04-10 12:12:56 +02:00 |
|
Tor Hedin Brønner
|
f9a1863941
|
epiphany: 3.36.0 -> 3.36.1
|
2020-04-09 10:24:02 +02:00 |
|
Matthew Bauer
|
80be56bd6a
|
epiphany: include gtk3 build dependency
|
2020-04-06 16:36:21 -04:00 |
|
Jan Tojnar
|
15002f1cfd
|
tree-wide: Switch from gnome3.maintainers to lib.teams.gnome
|
2020-04-01 14:41:43 +02:00 |
|
Tor Hedin Brønner
|
c4d7d9be22
|
epiphany: 3.34.4 -> 3.36.0
|
2020-03-24 07:10:47 +01:00 |
|
Matthew Bauer
|
66fcc60af8
|
epiphany: fix cross compilation
|
2020-03-06 00:45:45 -05:00 |
|
Tor Hedin Brønner
|
86cd4d110f
|
epiphany: 3.34.3.1 -> 3.34.4
|
2020-02-17 08:36:28 +01:00 |
|
R. RyanTM
|
3c5349e8cb
|
epiphany: 3.34.2 -> 3.34.3.1 (#77035)
|
2020-01-06 15:27:13 +01:00 |
|
R. RyanTM
|
afec08b05e
|
epiphany: 3.34.1 -> 3.34.2
|
2019-11-25 10:28:31 -08:00 |
|
Tor Hedin Brønner
|
44beea9484
|
epiphany: 3.34.0 → 3.34.1
|
2019-10-08 05:20:55 +02:00 |
|
worldofpeace
|
e7b7d75825
|
epiphany: 3.32.4 -> 3.34.0
|
2019-10-03 00:09:13 +02:00 |
|
worldofpeace
|
00d419c362
|
gnome3.epiphany: fix build
Looks like something used to propagate nettle but doesn't anymore.
Adding it properly, as it does depend on it, fixes the issue.
|
2019-09-09 16:32:43 -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 |
|
R. RyanTM
|
c5ec1b12af
|
epiphany: 3.32.3 -> 3.32.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/epiphany/versions
|
2019-08-03 22:26:24 -07:00 |
|
worldofpeace
|
b1bc0645ea
|
gdk-pixbuf: rename from gdk_pixbuf
|
2019-07-22 18:50:57 -04:00 |
|
R. RyanTM
|
fc78e57467
|
epiphany: 3.32.2 -> 3.32.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/epiphany/versions
|
2019-06-16 14:21:48 -07:00 |
|
worldofpeace
|
b0d9360253
|
gnome3.epiphany: 3.32.1.2 -> 3.32.2
https://gitlab.gnome.org/GNOME/epiphany/blob/3.32.2/NEWS
|
2019-05-03 19:21:14 -04:00 |
|
Tor Hedin Brønner
|
0405df7535
|
gnome3.epiphany: 3.30.3 -> 3.32.1.2
- unit_tests is now a feature not a bool
https://gitlab.gnome.org/GNOME/epiphany/blob/3.32.1.2/NEWS
|
2019-04-05 11:40:05 +02:00 |
|
Jan Tojnar
|
606ceda352
|
gnome3: stop using aliases
|
2019-02-14 02:31:15 +01:00 |
|
Will Dietz
|
e05c652a31
|
epiphany: 3.30.2 -> 3.30.3
|
2019-02-11 18:02:41 -06:00 |
|
Jan Tojnar
|
013df809d5
|
epiphany: 3.28.3.1 → 3.30.2
|
2018-11-30 21:33:55 +01:00 |
|
Jan Tojnar
|
5cc18c4781
|
gnome3: remove versionBranch attribute
Standard library now contains stdenv.lib.versions.majorMinor,
which does the same.
|
2018-10-05 02:17:19 +02:00 |
|
Jan Tojnar
|
cc4c51df93
|
gnome3.epiphany: add python3 for install script
Meson no longer propagates it so we need to re-add it.
|
2018-09-04 03:23:43 +02:00 |
|
Jan Tojnar
|
42a08e62f5
|
gnome3.epiphany: 3.28.2.1 → 3.28.3.1
|
2018-06-13 20:15:05 +02:00 |
|
Jan Tojnar
|
f65cee3b9c
|
gnome3.epiphany: 3.28.1.1 → 3.28.2.1
|
2018-06-06 11:39:01 +02:00 |
|
Jan Tojnar
|
6c15df2c91
|
gnome3.epiphany: 3.28.1 → 3.28.1.1
|
2018-04-24 13:30:57 +02:00 |
|
Jan Tojnar
|
72b27f2519
|
gnome3: 3.28.0 → 3.28.1
|
2018-04-14 13:35:45 +02:00 |
|
Jan Tojnar
|
b4b00016a2
|
epiphany: clean up
|
2018-03-23 13:18:36 +01:00 |
|
Jan Tojnar
|
0973618e4e
|
gnome3: automated update
|
2018-03-22 07:46:42 +01:00 |
|
Jan Tojnar
|
45d0d90792
|
epiphany: remove unneeded rpath fixup
|
2018-03-22 07:30:58 +01:00 |
|
Jan Tojnar
|
81cbb53075
|
gnome3: automated update
|
2018-03-05 06:06:08 +01:00 |
|
Jan Tojnar
|
546e7669b2
|
gnome3: move src.nix into default.nix automatically
|
2018-03-01 02:53:00 +01:00 |
|
Jan Tojnar
|
a31d98f312
|
tree-wide: autorename gnome packages to use dashes
|
2018-02-25 17:41:16 +01:00 |
|
Jan Tojnar
|
c95491cb86
|
gnome3.epiphany: fix rpath wrapping
|
2017-12-31 11:13:59 +01:00 |
|
Jan Tojnar
|
a78ef5938d
|
gnome3.epiphany: 3.26.3 → 3.26.4
|
2017-12-17 06:33:31 +01:00 |
|
Jan Tojnar
|
5a4320ab59
|
gnome3: get rid of extraneous NIX_CFLAGS_COMPILE
|
2017-11-26 03:10:53 +01:00 |
|
Jan Tojnar
|
1c1d677149
|
gnome3: dependency tweaks
|
2017-11-26 03:10:49 +01:00 |
|
Jan Tojnar
|
0f06bab3f3
|
gnome3: 3.24 -> 3.26
|
2017-11-26 03:10:47 +01:00 |
|