Commit Graph

98 Commits

Author SHA1 Message Date
Reno Dakota
52bf1163fa
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc
In preparation to eliminate the lib output for the unwrapped clang, use
`lib.getLib` to access the `lib` output.
2024-11-07 10:27:41 +00:00
Basti
a8a41134c8
1password-gui: 8.10.46 -> 8.10.48 (beta 8.10.48-17 -> 8.10.50-8) (#350364) 2024-10-26 07:47:23 +00:00
Austin Horstman
ddfb4dd579
_1password-gui: add khaneliman maintainer 2024-10-23 23:57:36 -05:00
Sebastian Sellmeier
11506900cf
1password-gui: 8.10.46 -> 8.10.48 (beta 8.10.48-17 -> 8.10.50-8) 2024-10-22 00:40:39 +02:00
kittydoor
1c88e6d36d 1password-gui: 8.10.40 -> 8.10.46 (beta 8.10.44-21 -> 8.10.48-17) 2024-10-04 19:52:40 +02: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
Patka
e236658b95
_1password-gui: 8.10.36 -> 8.10.40, _1password-gui-beta: 8.10.38-13.BETA -> 8.10.44-21.BETA 2024-09-01 13:44:35 +02:00
Sebastian Sellmeier
b0c8e710c9
_1password-gui: nixfmt 2024-07-24 17:21:56 +02:00
Sebastian Sellmeier
bfde109276
_1password-gui: remove lib-binding for meta, mark as broken for darwin 2024-07-24 17:21:56 +02:00
Robert Schütz
bc7d89f9f6 _1password-gui-beta: 8.10.34-10.BETA -> 8.10.38-13.BETA 2024-07-23 06:09:56 -07:00
Robert Schütz
9a0fbddf19 _1password-gui: 8.10.33 -> 8.10.36 2024-07-23 05:54:15 -07:00
Sebastian Sellmeier
4fba1588a6
_1password-gui: 8.10.30 -> 8.10.33
_1password-gui-beta: 8.10.30-20.BETA -> 8.10.34-10.BETA
2024-05-21 23:29:27 +02:00
Weijia Wang
7f45fee52a Merge branch 'master' into staging-next 2024-04-28 04:02:14 +02:00
Maxine Aubrey
40a7011c39
maintainers: remove amaxine
Every time I decide to commit additional time to contributing to nix,
quite a few "concerned" members come out, either to decry a ban on
bigotry and fascism in 2021, or to declare support for minority groups
in Nix discriminatory, or a number of other incidents that are not worth
recounting in this leaving message.

To avoid any ambiguity, my reasoning is similar to pr306702, pr307033, and
several others who felt actively made unwelcome or outright harassed out
of the Nix project.
2024-04-27 11:38:48 +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
Maxine Aubrey
ae4e2c93b7 _1password-gui: 8.10.28 → 8.10.30 2024-04-19 13:19:27 +02:00
annalee
0d7dc0efc5
treewide: throw on unsupported system src access 2024-04-05 02:30:42 +00:00
Maxine Aubrey
510d5efbbc
_1password-gui-beta: 8.10.28-21 → 8.10.30-11 2024-04-02 01:47:12 +02:00
Maxine Aubrey
4f416dfee3
_1password-gui: 8.10.27 → 8.10.28 2024-04-02 01:46:10 +02:00
Savanni D'Gerinel
61b6a6ae6f
_1password-gui-beta: 8.10.28-11 -> 8.10.28-21
- Updating the 1Password beta release to 8.10.28
- Removing the KeyringHelper application.
2024-03-19 23:09:37 +01:00
Savanni D'Gerinel
dc67db0f3b _1password-gui: 8.10.26 - 8.10.27 + Refactor
In addition to a version update, I've removed patchelf instructions for
1Password-HIDHelper. This tool has been deprecated for some time and we
have removed it from the latest releases.
2024-03-06 12:51:55 -05:00
Maxine Aubrey
7e9244d0b0
_1password-gui-beta: 8.10.28-1 → 8.10.28-11
https://releases.1password.com/linux/beta/#1password-for-linux-8.10.28-11
2024-03-02 01:13:11 +01:00
Maxine Aubrey
f0f79dc055
_1password-gui-beta: 8.10.26-38 → 8.10.28-1
https://releases.1password.com/linux/beta/#1password-for-linux-8.10.28-3
2024-02-23 02:07:42 +01:00
Maxine Aubrey
66521dbc79
_1password-gui: 8.10.24 → 8.10.26
https://releases.1password.com/linux/8.10/#1password-for-linux-8.10.26
2024-02-23 02:06:29 +01:00
Maxine Aubrey
9911cf2128
_1password-gui-beta: 8.10.26-1 → 8.10.26-38
https://releases.1password.com/linux/beta/#1password-for-linux-8.10.26-38
2024-02-20 18:09:44 +01:00
Maxine Aubrey
76ad039bc3
_1password-gui: 8.10.23 → 8.10.24, 8.10.24-35 → 8.10.26-1 2024-01-26 22:23:04 +01:00
Maxine Aubrey
ea16e9a78e
_1password-gui-beta: 8.10.24-6 → 8.10.24-35 2024-01-17 23:50:28 +01:00
Maxine Aubrey
edb6fad22c
_1password-gui: 8.10.20 → 8.10.23, 8.10.22-21 → 8.10.24-6 2024-01-05 23:33:19 +01:00
Maxine Aubrey
cef7f4505f
_1password-gui-beta: 8.10.20-1 -> 8.10.22-21 2023-12-05 23:01:25 +01:00
Austin Horstman
70f4ec23df
_1password-gui: 8.10.18 -> 8.10.20 2023-11-17 21:20:10 -06:00
Austin Horstman
3327794230
_1password-gui: 8.10.18-19.BETA -> 8.10.20-1.BETA 2023-10-20 21:47:22 -05:00
Maxine Aubrey
13cd76401b
_1password-gui: 8.10.16 -> 8.10.18 2023-10-17 21:00:10 +02:00
Austin Horstman
3b1224e94a
_1password-gui-beta: 8.10.16-45.BETA -> 8.10.18-19.BETA 2023-10-05 15:37:22 -05:00
Savanni D'Gerinel
365194f8ec
_1password-gui: 8.10.9 -> 8.10.16 (#256365)
1Password has undergone many releases since the last NixOS update.
2023-09-22 19:03:07 +02:00
Maxine Aubrey
9204ded9bd
maintainers: maxeaubrey → amaxine 2023-09-12 17:21:05 +02:00
Sebastian Sellmeier
c4c244c829
_1password-gui: 8.10.8 -> 8.10.9
_1password-gui-beta: 8.10.9-29 -> 8.10.12-10
2023-08-11 17:58:01 +02:00
Austin Horstman
f61284a19f
treewide: add meta.mainProgram to misc 2023-08-04 14:10:05 -05:00
Theodore Ni
563d1524a0
_1password-gui: 8.10.7 -> 8.10.8 2023-07-12 11:38:15 -07:00
Sebastian Sellmeier
75a1eb09fe
_1password-gui-beta: 8.10.8-13 -> 8.10.8-42 2023-06-27 16:44:00 +02:00
Nick Cao
f3e7dbdc66
Merge pull request #237982 from SebTM/update/1password_beta_810813
_1password-gui-beta: 8.10.8-10 -> 8.10.8-13
2023-06-15 19:34:17 -06:00
Sebastian Sellmeier
ad98e727f0
_1password-gui-beta: 8.10.8-10 -> 8.10.8-13 2023-06-15 22:53:47 +02:00
Maxine Aubrey
a76847f3aa
_1password-gui: fix newline escape after #237925 2023-06-15 17:01:54 +02:00
teutat3s
a5a73963dd
_1password-gui: disable wayland for now 2023-06-15 14:45:54 +02:00
Berk D. Demir
808342dc01 1password-gui-beta: 8.10.7-11 -> 8.10.8-10 2023-06-06 12:24:18 -07:00
Maxine Aubrey
03951cc24a
_1password-gui: 8.10.6 -> 8.10.7 2023-06-06 00:49:03 +02:00
Maxine Aubrey
809eaafd8b
_1password-gui-beta: 8.10.6-20.BETA -> 8.10.7-11.BETA 2023-05-19 01:45:00 +02:00
Maxine Aubrey
8d7bc3658f
_1password-gui: 8.10.4 -> 8.10.6 2023-05-19 01:44:20 +02:00
Maxine Aubrey
4302b7d199
_1password-gui: package fixups
patch all included helpers and add op-ssh-sign to path
2023-05-08 22:34:31 +02:00
Sebastian Sellmeier
ca169a299d
_1password-gui: 8.10.5-10.BETA -> 8.10.6-20.BETA 2023-05-06 16:38:27 +02:00
Sebastian Sellmeier
ce6971f2dd
_1password-gui: improve update-script to be more flexible 2023-04-15 00:36:27 +02:00