Commit Graph

896 Commits

Author SHA1 Message Date
Peder Bergebakken Sundt
63c88c4e8a treewide: buildPhase="true" -> dontBuild=true 2024-08-23 12:21:08 +02:00
Pol Dellaiera
c8c5e1c8ca
Merge pull request #335602 from r-ryantm/auto-update/_7zz
_7zz: 24.07 -> 24.08
2024-08-20 10:43:12 +02:00
R. Ryantm
cafa5cebc4 peazip: 9.8.0 -> 9.9.1 2024-08-18 14:35:02 +00:00
R. Ryantm
2a01c732f5 _7zz: 24.07 -> 24.08 2024-08-18 12:34:37 +00:00
Alyssa Ross
5fcd336356 gnutar: disable acl and attr when unavailable
Fixes building for microblaze.
2024-08-12 17:52:57 +02:00
DontEatOreo
dcd8a19b7c
undmg: 1.1.0 -> 1.1.0-unstable-2024-08-02
Diff: https://github.com/matthewbauer/undmg/compare/v1.1.0...0d92602b694f810fa4b137d87c743f345b303a14
2024-08-02 20:56:07 +03:00
DontEatOreo
d7bf713fbe
undmg: refactor meta 2024-08-02 20:52:53 +03:00
DontEatOreo
53774f1026
undmg: format 2024-08-02 20:51:53 +03:00
Sigmanificient
aab1113d4a treewide: normalize maintainers list formatting
grep -rP 'maintainers = \[\];'
2024-07-30 16:26:22 +02:00
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Anderson Torres
9a624d10e3 treewide: remove viric from meta.maintainers [orphans]
Since theey is not active from at least six years.

All the packages on this commit became orphans.

---------------------------------------------------------------------------
There are files not covered by this commit, because they will be adopted
soon. Namely:

- pkgs/by-name/zs/zsync/package.nix
- pkgs/games/bsdgames/default.nix
- pkgs/misc/ghostscript/default.nix
- pkgs/os-specific/linux/kernel/perf/default.nix
- pkgs/tools/system/logrotate/default.nix
2024-07-28 11:48:51 -03:00
Jan Tojnar
1275c3f884 Merge branch 'staging-next' into staging 2024-07-12 21:36:23 +02:00
Anderson Torres
9ffac6dc44 treewide: remove vrthra from meta.maintainers [all orphans]
Tracking issue: https://github.com/NixOS/nixpkgs/issues/290642

Inactive since 2017
2024-07-07 12:20:32 -03:00
github-actions[bot]
e14242d985
Merge staging-next into staging 2024-07-04 12:01:37 +00:00
github-actions[bot]
9cede82051
Merge master into staging-next 2024-07-04 12:01:10 +00:00
Anna Aurora
e7181070cc peazip: 9.7.1 → 9.8.0 2024-07-04 11:17:38 +02:00
Masum Reza
410d1213cd
Merge pull request #323983 from Aleksanaa/cargoSha256-change
treewide: remove all cargoSha256 usage
2024-07-04 10:50:18 +05:30
aleksana
a9709c299b treewide: change cargoSha256 with SRI hash to cargoHash 2024-07-03 21:53:11 +08:00
éclairevoyant
29cfb900f7
_7zz: replace fetchurl with fetchzip for stabler hashes 2024-07-03 09:31:12 -04:00
éclairevoyant
a57aa7f36f
Merge pull request #323780 from r-ryantm/auto-update/_7zz
_7zz: 24.06 -> 24.07
2024-07-02 15:42:27 +00:00
lassulus
f5243a561a
Merge pull request #299800 from auroraanna/peazip-9.7.1
peazip: 9.6.0 -> 9.7.1
2024-07-02 12:39:25 +02:00
R. Ryantm
15142942b9 _7zz: 24.06 -> 24.07 2024-07-01 10:36:51 +00:00
Tristan Ross
7b8f8c84ee
unzip: add myself as maintainer 2024-06-23 20:31:10 -07:00
Jan Tojnar
304772f50a _7zz: 24.05 → 24.06
https://sourceforge.net/p/sevenzip/discussion/45797/thread/bbe6861abe/
2024-06-13 00:41:58 +02:00
Jan Tojnar
874242dca3 _7zz: Simplify update script 2024-06-13 00:41:58 +02:00
Jan Tojnar
ee4d5eec35 _7zz: Fix updateScript without NIX_PATH
updateScripts will run from Nixpkgs root.
2024-06-13 00:41:58 +02:00
github-actions[bot]
477d2d32ff
Merge master into staging-next 2024-06-12 00:02:10 +00:00
leo60228
e111ee8f46
ctrtool: 0.7 -> 1.2.0 2024-06-11 18:13:13 -04:00
Alyssa Ross
3df6bb2c85
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/applications/blockchains/polkadot/default.nix
2024-06-09 22:47:12 +01:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Audrey Dutcher
846de80d1c various: Enable updateAutotoolsGnuConfigScriptsHook
Prior to August 2023, any config.guess generated by autoconf will
include a hardcoded /usr/bin/uname invocation for FreeBSD on any
architecture other than arm. This clearly doesn't work under nix.
We must then update or otherwise patch each old config.guess.
2024-05-27 11:09:28 -04:00
Tristan Ross
94bdc4bbbb
zip: fix forward declaration errors with clang (#313305)
Ref: https://github.com/NixOS/nixpkgs/issues/313300
2024-05-22 16:21:16 +00:00
alina sireneva
1e3397fd4b
innoextract: fixed darwin build 2024-05-20 23:42:14 +03:00
Aleksana
9c58fc7fb6
Merge pull request #312441 from eclairevoyant/7zz-update
_7zz: fix update script; 23.01 -> 24.05
2024-05-20 11:18:19 +08:00
Pol Dellaiera
5a479d58b1
Merge pull request #312593 from ExpidusOS/treewide/maintainer
treewide: Add RossComputerGuy as maintainer for various packages
2024-05-19 10:55:56 +02:00
R. Ryantm
8abfe4639a rar: 7.00 -> 7.01 2024-05-18 06:29:45 +00:00
Tristan Ross
58b7046611
gnutar: add RossComputerGuy as maintainer 2024-05-17 22:02:22 -07:00
Tristan Ross
3cdcbfdbad
zip: add RossComputerGuy as maintainer 2024-05-17 21:56:21 -07:00
éclairevoyant
169a7d53e4
_7zz: fix passing package to tests 2024-05-17 09:59:24 -04:00
éclairevoyant
176c7baa9f
_7zz: remove meta = with lib; 2024-05-17 09:59:24 -04:00
éclairevoyant
2a8bd9ba3e
_7zz: 23.01 -> 24.05 2024-05-17 09:59:24 -04:00
éclairevoyant
cd985d1292
_7zz: fix update script 2024-05-17 09:59:24 -04:00
github-actions[bot]
ae736c738d
Merge master into staging-next 2024-05-03 12:01:32 +00:00
Jussi Kuokkanen
ce3f586775 pkgs/tools: remove licenses.gpl2 2024-05-02 21:06:26 +02:00
Weijia Wang
7f45fee52a Merge branch 'master' into staging-next 2024-04-28 04:02:14 +02:00
Alain Emilia Anna Zscheile
783a35ca3d maintainers: remove fogti
Feel free to remove the following packages, which were essentially personal tools:
- apc-temp-fetch:
    this is outdated anyways, it needs flit to build now,
    see also: 53bcaab3e9/net-analyzer/APC-Temp-fetch/APC-Temp-fetch-0.0.9.ebuild
- libowlevelzs
- zs-apc-spdu-ctl
- zs-wait4host
- zstxtns-utils
2024-04-27 14:44:36 +02:00
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
This was achieved using the following command:

    sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')

And then manually reverted the following changes:

- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
Anna Aurora
e7a78e95d4
peazip: 9.6.0 -> 9.7.1
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
2024-04-21 22:22:45 +02:00
Austin Horstman
0aeb5d0cc2
unar: add meta.mainProgram 2024-04-13 21:59:20 -05:00
Stanisław Pitucha
a0c9e3aee1
Merge pull request #303498 from viraptor/afio-darwin
afio: darwin build
2024-04-12 11:05:08 +10:00