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
4c123fce1d
Merge pull request #99195 from berbiche/fix-fractal
...
fractal: mark broken on Darwin
2020-11-27 20:07:48 +01:00
Niklas Hambüchen
e5b345c09d
Merge pull request #99345 from nh2/gstreamer-1.18.0
...
gstreamer: 1.16.2 -> 1.18.0
2020-10-29 14:04:16 +01:00
Niklas Hambüchen
0672de5b89
gstreamer: 1.16.2 -> 1.18.0
...
Fixes #98769 .
Important changes from https://gstreamer.freedesktop.org/releases/1.18/ :
* `gst-validate` was renamed to `gst-devtools` upstream:
> * the `gst-validate` tarball has been superseded by
> the `gst-devtools` tarball for consistency with the git module name.
* `gst-python` is now Python 3 only:
> * Python 2.x is no longer supported
2020-10-24 02:02:09 +02:00
Atemu
4704cec55b
fractal: use libhandy_0
2020-10-24 01:17:52 +02:00
Nicolas Berbiche
43b32e6f48
fractal: mark broken on Darwin
2020-09-30 16:35:34 -04:00
Philipp Bartsch
50285e244e
fractal: add gtk support to gstreamer
...
Closes #96618
Suggested-by: Jan Tojnar <jtojnar@gmail.com>
2020-09-06 15:52:41 +02:00
Jan Tojnar
0249afb0e7
fractal: 4.2.2 → 4.4.0
...
https://gitlab.gnome.org/GNOME/fractal/-/blob/4.4.0/fractal-gtk/res/org.gnome.Fractal.metainfo.xml.in.in#L21-49
2020-08-15 01:32:12 +02:00
worldofpeace
d12c11e30c
treewide: use nix-update updateScript for packages I maintain
2020-07-29 12:33:39 -04:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Jörg Thalheim
5a1bffc7eb
fractal: fix strict deps build
2020-03-29 12:37:25 +01:00
Benjamin Hipple
f85a6d959c
fractal: upgrade cargo fetcher and cargoSha256
...
Infra upgrade as part of #79975 ; no functional change expected.
2020-02-16 09:33:52 -08:00
Benjamin Hipple
eb11feaa0b
treewide: change fetchCargoTarball default to opt-out
...
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.
This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.
See #79975 for details.
2020-02-13 22:41:37 -08:00
Will Dietz
d1435b4cd9
fractal: 4.2.0 -> 4.2.2
...
gtksourceview4, patch's MR accepted \o/, add gst-validate dep
2019-12-04 22:37:07 -06:00
worldofpeace
b0c2aea20b
treewide: drop adding hicolor-icon-theme where possible
...
This was either for the setup-hook to remove caches or added
even though the respective icon theme propagated it.
2019-09-18 22:47:26 +02:00
Frederik Rietdijk
cd9846239a
and another gdk_pixbuf rename
2019-08-03 07:10:13 +02:00
worldofpeace
43dcb0542f
fractal: 4.0.0 -> 4.2.0
...
Build system changes happening in the following commits:
* 79bf10af6d
* 6982765607
* 4abfa58282
Submitted MR upstream to update Cargo.lock [0] and to
make scripts executable [1].
[0]: https://gitlab.gnome.org/GNOME/fractal/merge_requests/446
[1]: https://gitlab.gnome.org/GNOME/fractal/merge_requests/447
2019-08-01 14:03:09 -04:00
worldofpeace
37158a3410
fractal: stylize, add me to maintainers
2019-07-30 14:01:47 -04:00
worldofpeace
50b70f8797
fractal: fix build with gstreamer 1.16.0
2019-06-28 17:42:17 -04:00
volth
f3282c8d1e
treewide: remove unused variables ( #63177 )
...
* treewide: remove unused variables
* making ofborg happy
2019-06-16 19:59:05 +00:00
Alyssa Ross
062210bdff
treewide: update cargoSha256 hashes for cargo-vendor upgrade
...
A recent upgrade of cargo-vendor changed its output slightly, which
broke all cargoSha256 hashes in nixpkgs.
See https://github.com/NixOS/nixpkgs/issues/60668 for more information.
Since then, a few hashes have been fixed in master by hand, but there
were a lot still to do, so I did all of the ones left over with some
scripts I wrote.
The one hash I wasn’t able to update was habitat's, because it’s
currently broken and the build doesn’t get far enough to produce a
hash anyway.
2019-06-01 15:17:52 +00:00
Will Dietz
89851509d5
fractal: init at 4.0.0 !
...
Matrix chat app.
2018-12-30 22:37:18 -06:00