Commit Graph

363 Commits

Author SHA1 Message Date
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
Reno Dakota
b83302b045
rsstail: adjust license to gpl2Only 2024-10-26 19:09:46 +00:00
Reno Dakota
3cf1460642
rsstail: 2.1 -> 2.2
fix linking to libiconv on darwin

6f24361853...v2.2
2024-10-26 18:02:48 +00:00
phanirithvij
3581a1650f russ: 0.4.0 -> 0.5.0, move to by-name
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
2024-10-18 17:02:06 +05:30
Fabián Heredia Montiel
ccec93c1c7 treewide: replace webkitgtk to webkitgtk_4_0
sed -i 's/ webkitgtk\b/ webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/(webkitgtk\b/(webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/\.webkitgtk\b/.webkitgtk_4_0/g' pkgs/**.nix

webkitgtk is currently pointing to that specific ABI version but the
alias is going to start warning
2024-10-11 17:23:43 -06:00
Alexis Hildebrandt
0d65cdb64b newsboat: migrate to pkgs/by-name 2024-09-30 04:27:13 +02:00
Felix Bühler
6fcc384e6f
newsflash: 3.3.2 -> 3.3.5 (#344469) 2024-09-29 18:48:09 +02:00
Kira Bruneau
69f36ad3e0 newsflash: 3.3.2 -> 3.3.5 2024-09-25 12:21:15 -04:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
h7x4
30fe276d69
newsboat: add mainProgram 2024-08-23 16:11:27 +02:00
aleksana
4ec6a07ad3 newsflash: 3.3.0 -> 3.3.2 2024-08-01 19:46:24 -04:00
Sigmanificient
2ee703dccb pkgs/applications: remove unused arguments 2024-07-26 11:36:49 +02:00
Aleksana
8890a0c357
Merge pull request #326412 from r-ryantm/auto-update/feed2imap-go
feed2imap-go: 1.7.0 -> 1.7.2
2024-07-15 20:17:47 +08:00
Pyrox
0b8eaf081f
fetchCrate: sha256 -> hash
Should cause no rebuilds, as this is just updating attributes.
2024-07-14 13:48:13 -04:00
R. Ryantm
644ffe6218 feed2imap-go: 1.7.0 -> 1.7.2 2024-07-12 00:48:39 +00:00
Alexis Hildebrandt
7bd2434f1c newsboat: 2.35 -> 2.36 2024-06-23 02:15:25 +02:00
aleksana
619db5d8f4 gnome-feeds: move to pkgs/by-name 2024-06-18 21:46:55 +08: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
Kira Bruneau
57d66ec0c8 newsflash: format with nixfmt-rfc-style 2024-06-01 12:39:41 -04:00
Kira Bruneau
a92a38b08e newsflash: use strictDeps 2024-06-01 12:38:15 -04:00
Kira Bruneau
52267e965d newsflash: 3.2.0 -> 3.3.0 2024-06-01 12:38:09 -04:00
Patrick Ferris
b39f594157 russ: fix darwin 2024-05-16 11:40:29 +01:00
Kira Bruneau
c65decab3b newsflash: hardcode version 2024-05-03 13:39:07 -04:00
Felix Buehler
3a0197832c newsflash: 3.1.6 -> 3.2.0 2024-05-03 13:11:14 -04: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
Peder Bergebakken Sundt
985aa8174d treewide: unbreak appimageTools.wrapType2 builds
`appimageTools.wrapType2` no longer creates a binary `$out/bin/${name}` if `pname` and `version` is provided.
Derivations that have worked around this behavior with a `mv $out/bin/{${name},${pname}}` broke as a result.
This should fix most instances.

contex: #271071
2024-04-24 15:26:52 +02:00
Alexis Hildebrandt
30d1d1cf28 newsboat: 2.34 -> 2.35
Changelog: https://github.com/newsboat/newsboat/blob/master/CHANGELOG.md#235---2024-03-24

Diff: https://github.com/newsboat/newsboat/compare/r2.34...r2.35
2024-03-25 19:52:30 +01:00
Robert Schütz
58ea73f6a4 rss2email: fix tests with html2text 2024.2.25 2024-03-21 13:35:11 +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
Kira Bruneau
7e5bd39445 newsflash: 3.1.5 -> 3.1.6 2024-03-09 21:34:16 +01:00
Kira Bruneau
532463c7ba newsflash: 3.1.3 -> 3.1.5
https://gitlab.com/news-flash/news_flash_gtk/-/releases/v.3.1.5
2024-03-03 21:09:08 -05:00
Kira Bruneau
5d88c92a40 newsflash: 3.1.1 -> 3.1.3 2024-02-17 11:46:44 -05:00
Kira Bruneau
cc492c796f newsflash: 3.0.2 -> 3.1.1 2024-02-14 22:40:20 -05:00
R. Ryantm
6a51dd59a8 goeland: 0.18.2 -> 0.18.3 2024-01-18 23:32:01 +00:00
R. Ryantm
01789a8df3 goeland: 0.18.1 -> 0.18.2 2024-01-06 08:21:15 +00:00
Nick Cao
b862892ee7
Merge pull request #277113 from r-ryantm/auto-update/goeland
goeland: 0.17.0 -> 0.18.1
2023-12-27 11:04:10 -05:00
R. Ryantm
3c6bc5be06 goeland: 0.17.0 -> 0.18.1 2023-12-27 13:35:27 +00:00
Alexis Hildebrandt
98564e5494 newsboat: 2.33 -> 2.34 2023-12-27 08:02:38 +01:00
R. Ryantm
63f6c1d3f9 goeland: 0.16.0 -> 0.17.0 2023-12-18 05:15:20 +00:00
pacien
4727ba55bf rss2email: add mainProgram 2023-12-11 20:35:40 +01:00
P.
0eb84808b9
indiepass-desktop: init at unstable-2023-05-19
indigenous-desktop is now indiepass-desktop
2023-12-07 06:49:42 -06:00
Pol Dellaiera
674f5f015f
Merge pull request #267204 from r-ryantm/auto-update/rssguard
rssguard: 4.5.1 -> 4.5.3
2023-11-27 21:23:17 +01:00
Felix Buehler
c4f2f4530c newsflash: 2.3.1 -> 3.0.2 2023-11-25 23:11:52 +01:00
R. Ryantm
5890c34866 rssguard: 4.5.1 -> 4.5.3 2023-11-13 12:25:25 +00:00
R. Ryantm
ec800e6a05 goeland: 0.15.0 -> 0.16.0 2023-10-28 14:51:11 +00:00
R. Ryantm
3a76647590 rssguard: 4.5.0 -> 4.5.1 2023-10-19 02:39:45 +00:00
R. Ryantm
dc87377e95 fluent-reader: 1.1.3 -> 1.1.4 2023-10-17 09:45:32 +00:00
Alexis Hildebrandt
df70b260ce newsboat: 2.32 -> 2.33
remove with lib
2023-09-25 14:22:12 +02:00
Doron Behar
8ace65ff3d
treewide: use finalAttrs in all packages I maintain (#255902)
* mpd-touch-screen-gui: use finalAttrs in mkDerivation; reformat

* musescore: use finalAttrs in mkDerivation

* syncthingtray: use stdenv.mkDerivation with a function; reformat

* ocrfeeder: use finalAttrs in mkDerivation; reformat

* castget: use finalAttrs in mkDerivation

* gnome-network-displays: use finalAttrs in mkDerivation

* mailreaders: use finalAttrs in mkDerivation

* mswatch: use finalAttrs in mkDerivation

* uhd: use finalAttrs in mkDerivation

* maxima: use finalAttrs in mkDerivation

* qalculate-gtk: use finalAttrs in mkDerivation

* qalculate-qt: use finalAttrs in mkDerivation

* wxmaxima: use finalAttrs in mkDerivation

* lammps: use finalAttrs in mkDerivation

* mlterm: use finalAttrs in mkDerivation

* video-trimmer: use finalAttrs in mkDerivation

* nerdfonts: use finalAttrs in mkDerivation

* gnomeExtensions.easyScreenCast: use finalAttrs in mkDerivation

* octave: use finalAttrs in mkDerivation; reformat

* comedilib: use finalAttrs in mkDerivation

* cpp-utilities: use finalAttrs in mkDerivation

* libsForQt5.kpeoplevcard: use finalAttrs in mkDerivation; reformat

* liberio: use finalAttrs in mkDerivation

* libqalculate: use finalAttrs in mkDerivation; reformat

* libwtk-sdl2: use finalAttrs in mkDerivation

* libsForQt5.pulseaudio-qt: use finalAttrs in mkDerivation; reformat

* qrupdate: use finalAttrs in mkDerivation; reformat

* libsForQt5.qtforkawesome: use finalAttrs in mkDerivation; reformat

* libsForQt5.qtutilities: use finalAttrs in mkDerivation; reformat

* sqlitecpp: use finalAttrs in mkDerivation; reformat

* tweeny: use finalAttrs in mkDerivation

* volk: use finalAttrs in mkDerivation

* wiringpi: use finalAttrs in mkDerivation

* snzip: use finalAttrs in mkDerivation; reformat

* bpm-tools: use finalAttrs in mkDerivation; reformat

* sacd: use finalAttrs in mkDerivation

* gtk-gnutella: use finalAttrs in mkDerivation; reformat

* sile: use finalAttrs in mkDerivation

* pplatex: use finalAttrs in mkDerivation; reformat
2023-09-21 11:31:17 +03:00
Fabián Heredia Montiel
ff323ed355 treewide: vendorSha256 → vendorHash
via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
2023-09-13 01:03:44 -06:00