Commit Graph

16 Commits

Author SHA1 Message Date
R. Ryantm
1890efc3bf gtk-pipe-viewer: 0.5.2 -> 0.5.3 2024-08-22 13:15:59 +00:00
R. Ryantm
b8b44ee053 gtk-pipe-viewer: 0.5.1 -> 0.5.2 2024-08-12 01:03:41 +00:00
toh995
8eb13e42aa pipe-viewer: remove dependency on youtube-dl
youtube-dl was marked as "vulnerable" in
https://github.com/NixOS/nixpkgs/pull/325371.
We can rely on yt-dlp instead.
2024-07-12 23:59:18 -07:00
R. Ryantm
c3efd3b823 pipe-viewer: 0.5.0 -> 0.5.1 2024-05-12 13:37:15 +00: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
R. Ryantm
726dff81a0 gtk-pipe-viewer: 0.4.9 -> 0.5.0 2024-03-04 13:12:46 +00:00
R. Ryantm
ab297f4e29 gtk-pipe-viewer: 0.4.8 -> 0.4.9 2024-01-07 04:53:28 +00:00
R. Ryantm
a2f22ececf pipe-viewer: 0.3.0 -> 0.4.8 2024-01-05 16:51:01 +01:00
Weijia Wang
68ef996007
Merge pull request #271604 from h7x4/treewide-install-missing-desktop-items
treewide: install missing desktopItems
2023-12-08 01:12:32 +01:00
h7x4
efdec26090
treewide: install missing desktopItems 2023-12-02 06:57:21 +01:00
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Markus S. Wamser
c9d167f174 pkgs.applications: remove unused args 2022-10-12 16:00:16 +02:00
R. Ryantm
8287775d1e gtk-pipe-viewer: 0.1.4 -> 0.3.0 2022-09-09 18:53:43 +00:00
Emery Hemingway
b5526585c2 treewide: inject xdg-open into wrappers as $PATH suffix
The xdg-open utility is only ever a runtime dependency and its
dependents only expect that it accept a URI as a command line
argument and do something with it that the user would expect.
For such as a trivial relationship it should be possible for
users to override xdg-open with something else in their PATH.
2022-08-19 13:11:27 -05:00
Julien Moutinho
6b960506f7 pipe-viewer: init at 0.1.4 2021-09-21 16:29:28 +02:00