Pascal Dietrich
449b91edfb
flatpak-builder: fix building with svg icons
2026-07-16 18:49:51 +02:00
arthsmn
61a099247e
maintainers: remove maintainership of arthsmn
2026-02-04 11:04:59 -03:00
Ihar Hrachyshka
567e8dfd8e
treewide: clean up 'meta = with' pattern
...
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.
Co-authored-by: Wolfgang Walther <walther@technowledgy.de >
2025-12-10 18:09:49 +01:00
Grimmauld
be90b8c810
flatpak-builder: remove unused libsoup dependency
...
Libsoup was completely removed from flatpak-builder in 25332bf53a8cc6113c818c147eb8d0a738dee4c0,
PR https://github.com/flatpak/flatpak-builder/pull/491
2025-04-16 12:12:34 +02:00
Wolfgang Walther
1c6126f709
various: replace substituteAll with replaceVars
...
A few more interesting cases, separated from the big treewide for better
visibility and testing.
2025-01-26 17:18:59 +01:00
Silvan Mosberger
4f0dadbf38
treewide: format all inactive Nix files
...
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.
Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.
A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.
This commit was automatically created and can be verified using
nix-build a08b3a4d19 .tar.gz \
--argstr baseRev b32a094368
result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Jan Tojnar
064ee2cb49
libsoup_2_4: Rename from libsoup
...
The 2.4 ABI branch has not been supported by upstream for a while now but people still keep accidentally adding it to new packages.
2024-12-08 00:37:52 +01:00
arthsmn
865a25ef49
flatpak-builder: 1.4.2 -> 1.4.4
2024-07-15 09:55:52 -03:00
Martin Weinelt
3321e63b12
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/sphinx-autobuild/default.nix
2024-03-19 04:00:32 +01:00
stuebinm
ff1a94e523
treewide: add meta.mainProgram to packages with a single binary
...
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
arthsmn
c0aefced56
flatpak-builder: 1.2.3 -> 1.4.2
2024-03-05 19:21:02 -03:00
Jan Tojnar
a2f49342d8
treewide: Reduce jtojnar maintainership
...
Notably fwupd, pipewire and flatpak.
I want to focus on GNOME and other packages I still actually use.
Pipewire is still important but I have not touched the packaging in a while.
2023-05-20 16:40:17 +02:00
R. Ryantm
5775846a95
flatpak-builder: 1.2.2 -> 1.2.3
2022-11-28 09:50:22 +00:00
Robert Schütz
9fc087f39c
flatpak-builder: skip tests that depend on python2
2022-11-25 14:06:56 -08:00
ElXreno
95f9a70b48
flatpak-builder: remove libdwarf dependency
...
See ee8b921e91
Co-authored-by: Jan Tojnar <jtojnar@gmail.com >
2022-07-07 21:03:20 +03:00
Thomas Gerbet
f8c8a8918a
flatpak-builder: 1.2.0 -> 1.2.2
...
Changes:
https://github.com/flatpak/flatpak-builder/releases/tag/1.2.2
https://github.com/flatpak/flatpak-builder/releases/tag/1.2.1
Security advisory:
https://github.com/flatpak/flatpak/security/advisories/GHSA-8ch7-5j3h-g4fx
2022-01-27 12:38:04 -08:00
Jan Tojnar
bd9179343a
flatpak-builder: 1.0.14 → 1.2.0
...
- https://github.com/flatpak/flatpak-builder/releases/tag/1.1.1
- https://github.com/flatpak/flatpak-builder/releases/tag/1.1.2
- https://github.com/flatpak/flatpak-builder/releases/tag/1.2.0
Move patches just after src
Add debugedit dependency
2021-11-22 16:38:31 +01:00
R. RyanTM
b9311f2328
flatpak-builder: 1.0.12 -> 1.0.14
2021-06-09 14:23:52 +02:00
R. RyanTM
10da30cddc
flatpak-builder: 1.0.11 -> 1.0.12
2021-02-18 07:40:36 +00:00
Ben Siraphob
c522fec274
pkgs/development/tools: stdenv.lib -> lib
2021-01-23 20:30:03 +07: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
Jan Tojnar
0e4bdc9f6e
flatpak-builder: 1.0.10 → 1.0.11
...
https://github.com/flatpak/flatpak-builder/releases/tag/1.0.11
Also try to fix: https://github.com/NixOS/nixpkgs/issues/73325
2020-07-13 07:25:49 +02:00
rnhmjoj
aee614c996
treewide: replace bazaar with breezy
2020-05-25 09:22:54 +02:00
Jan Tojnar
d74e044888
flatpak-builder: remove p7zip dependency
...
7zip is unmaintained and full of holes. In the worst case, it can be still picked up from PATH.
https://discourse.nixos.org/t/p7zip-and-possible-rces/6951
2020-04-30 23:14:00 +02:00
Jan Tojnar
d07c55752e
flatpak-builder: 1.0.9 -> 1.0.10
...
https://github.com/flatpak/flatpak-builder/releases/tag/1.0.10
Also clean up the expression slightly:
* Use more convenient GitHub repo as homepage
* Move version into the attrset
* Fix license, it is or-later
2020-03-21 00:42:51 +01:00
worldofpeace
40910462a8
flatpak-builder: add test to passthru
2019-11-07 08:39:09 -05:00
R. RyanTM
13ccc86f4e
flatpak-builder: 1.0.8 -> 1.0.9
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flatpak-builder/versions
2019-09-30 22:31:34 -07:00
volth
c814d72b51
treewide: name -> pname
2019-08-17 10:54:38 +00:00
R. RyanTM
325556c84e
flatpak-builder: 1.0.7 -> 1.0.8
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flatpak-builder/versions
2019-07-02 20:09:07 +02:00
Jan Tojnar
ccc6ffe2dc
flatpak-builder: add installed tests
2019-06-16 01:22:12 +02:00
R. RyanTM
ee453e1b38
flatpak-builder: 1.0.6 -> 1.0.7
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flatpak-builder/versions
2019-06-15 19:34:34 +02:00
R. RyanTM
d76507fc19
flatpak-builder: 1.0.5 -> 1.0.6
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flatpak-builder/versions
2019-04-27 07:36:17 +02:00
R. RyanTM
841d338f4e
flatpak-builder: 1.0.3 -> 1.0.5
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flatpak-builder/versions
2019-03-10 13:19:07 +01:00
R. RyanTM
71d92f6408
flatpak-builder: 1.0.2 -> 1.0.3 ( #55315 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flatpak-builder/versions
2019-02-27 18:23:36 +01:00
R. RyanTM
9bd9d2a002
flatpak-builder: 1.0.1 -> 1.0.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flatpak-builder/versions
2019-01-17 11:11:48 -08:00
R. RyanTM
f78fa3f288
flatpak-builder: 1.0.0 -> 1.0.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flatpak-builder/versions
2018-10-15 22:22:12 -07:00
Jan Tojnar
7d2c8bbe9a
flatpak-builder: add libyaml
2018-09-14 05:09:02 +02:00
R. RyanTM
a02374ca14
flatpak-builder: 0.99.3 -> 1.0.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flatpak-builder/versions .
2018-08-24 10:15:39 -07:00
Matthew Bauer
76999cc40e
treewide: remove aliases in nixpkgs
...
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.
Misc...
- qtikz: use libsForQt5.callPackage
This ensures we get the right poppler.
- rewrites:
docbook5_xsl -> docbook_xsl_ns
docbook_xml_xslt -> docbook_xsl
diffpdf: fixup
2018-07-18 23:25:20 -04:00
Jan Tojnar
98792fe351
flatpak-builder: 0.99.1 → 0.99.3
2018-07-15 19:10:02 +02:00
Jan Tojnar
5222f36993
flatpak-builder: 0.10.10 → 0.99.1
2018-06-24 16:10:34 +02:00
Jan Tojnar
843bc0f73a
flatpak-builder: init add 0.10.10
2018-05-15 13:28:30 +02:00