Ben Siraphob
8c5d37129f
pkgs/tools: stdenv.lib -> lib
2021-01-15 17:12:36 +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
Sandro
e3ae6bac49
Merge pull request #105043 from r-ryantm/auto-update/ostree
...
ostree: 2020.7 -> 2020.8
2020-11-26 18:46:17 +01:00
R. RyanTM
f7c6165890
ostree: 2020.7 -> 2020.8
2020-11-26 15:04:20 +00:00
Graham Christensen
bc49a0815a
utillinux: rename to util-linux
2020-11-24 12:42:06 -05:00
R. RyanTM
0c969f35bb
ostree: 2020.5 -> 2020.7
2020-10-26 02:39:19 +00:00
R. RyanTM
22f30f8553
ostree: 2020.4 -> 2020.5
2020-08-30 10:41:29 +02:00
Jan Tojnar
352749e577
ostree: enable ed25519 support
...
This was omitted in the latest update.
Only adds ~400 KB.
It required adding openssl to tests so I tacked on some cleanups.
In particular, the GI_TYPELIB_PATH was already being set in the wrapper
so we can remove it from the module (not sure why Gtk was even there).
Also switched away from using pkgconfig and docbook_xsl aliases
and reordered the expression a bit.
2020-07-25 12:54:18 +02:00
R. RyanTM
356cb1ea5a
ostree: 2020.3 -> 2020.4
2020-07-24 06:40:35 +00:00
zowoq
3c10b1c2a7
ostree: 2020.2 -> 2020.3
...
https://github.com/ostreedev/ostree/releases/tag/v2020.3
2020-03-16 09:29:17 +10:00
Jan Tojnar
26bd210afc
ostree: fix gjs installed tests
2020-02-24 20:33:39 +01:00
zowoq
9567d805f0
ostree: 2019.6 -> 2020.2
...
https://github.com/ostreedev/ostree/releases/tag/v2020.1
https://github.com/ostreedev/ostree/releases/tag/v2020.2
2020-02-22 21:53:04 +10:00
Jan Tojnar
26a06b7917
ostree: 2019.2 → 2019.6
...
* https://github.com/ostreedev/ostree/releases/tag/v2019.3
* https://github.com/ostreedev/ostree/releases/tag/v2019.4
* https://github.com/ostreedev/ostree/releases/tag/v2019.5
* https://github.com/ostreedev/ostree/releases/tag/v2019.6
2020-02-10 12:55:23 -05:00
Jan Tojnar
b108a07e38
ostree: clean up
2020-02-10 12:55:22 -05:00
worldofpeace
3e09be839a
ostree: add test to passthru
2019-11-07 08:39:54 -05:00
Jan Tojnar
3d89ead7c6
gjs: move to top-level
2019-11-05 00:47:04 +01:00
worldofpeace
dca61d854f
ostree: 2019.1 -> 2019.2
...
All patches synced.
fix-1592.patch needed some new additions since that
issue affects more test cases.
https://github.com/ostreedev/ostree/releases/tag/v2019.2
Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
2019-08-18 04:23:17 -04:00
Jan Tojnar
2a92edfbc4
ostree: 2018.9 → 2019.1
2019-02-01 17:49:26 +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
Jan Tojnar
04016f3076
ostree: 2018.8 → 2018.9
2018-11-17 22:03:49 +01:00
Uli Baum
d734328f5d
ostree: fix tests
...
- Workarounds for https://github.com/ostreedev/ostree/issues/1592
- Disable failing test-gpg-verify-result.test, see
https://github.com/ostreedev/ostree/issues/1634
2018-09-17 02:51:07 +02:00
Tor Hedin Brønner
87d11ae99c
ostree: 2018.6 -> 2018.8
2018-09-14 05:09:01 +02:00
Jan Tojnar
9db625c7ab
ostree: 2018.4 → 2018.6
...
Update, clean-up dependencies and add installed tests.
2018-06-24 16:10:32 +02:00
Tim Steinbach
546696e367
ostree: 2017.12 -> 2018.4
2018-04-13 09:57:17 -04:00
Jan Tojnar
a31d98f312
tree-wide: autorename gnome packages to use dashes
2018-02-25 17:41:16 +01:00
Jan Tojnar
db16b93039
ostree: 2017.9 → 2017.12
2017-11-05 20:44:13 +01:00
Muhammad Herdiansyah
6b473df9cc
ostree: 2016.11 -> 2017.9
2017-07-29 03:28:06 +07:00
Dan Peebles
f35ab9c2f8
rpm-ostree: 2016.1 -> 2016.10
...
This also updates a bunch of its dependencies to enable the update,
and gets rid of libhif because upstream stopped maintaining it as
such, instead using it internally in other projects until they can
agree on an interface for it. Nothing seemed to be using libhif so
I'm not too concerned about removing it.
2016-10-12 20:31:02 +00:00
Dan Peebles
3a542c7374
ostree: v2015.3 -> v2016.5
2016-04-26 00:50:31 +00:00
宋文武
93feb5d115
drop my maintainership ( close #13881 )
2016-03-13 18:39:01 +01:00
宋文武
e772707042
ostree: Update to 2015.3
2015-01-28 10:39:02 +08:00
宋文武
33d1a9a3cf
ostree: new package
2014-11-07 13:30:04 +08:00