Commit Graph

152 Commits

Author SHA1 Message Date
nartsisss
e4ee01c0ee
silicon: 0.5.2 -> 0.5.3 2024-09-26 15:26:16 +03:00
TomaSajt
5fcd8ed7e6
siyuan: use buildGo123Module 2024-09-25 21:19:05 +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
Aleksana
6cb2cd1a99
siyuan: 3.1.0 -> 3.1.6 (#343124) 2024-09-22 19:01:45 +08:00
Aleksana
871d4cd463
sieve-editor-gui: init at 0.6.1 (#337931) 2024-09-21 21:43:42 +08:00
Brendan Golden
110d71aa98
sieve-editor-gui: init at 0.6.1
A GUI sieve script editor that integrates with Thunderbird.
Previously it used to be a plugin for Thunderbird but got split off into its own thing, partly because plugin support waned in thunderbird as well as to make it better cross platform compatible.
2024-09-21 13:20:07 +01:00
R. Ryantm
04289fc499 signaturepdf: 1.7.0 -> 1.7.1 2024-09-20 04:13:59 +00:00
TomaSajt
b4ea557ecc
siyuan: 3.1.0 -> 3.1.6 2024-09-19 23:09:32 +02:00
Markus Kowalewski
e0474b3194
Sirius python module (#338395) 2024-09-17 21:08:53 +02:00
Anderson Torres
f0e64ce16f treewide: migrate packages maintained by AndersonTorres to by-name
Manual migration for the sake of by-name migration is no longer discouraged
since #340235.
2024-09-16 14:26:47 -03:00
nixpkgs-merge-bot[bot]
6a3fae4bea
silverbullet: 0.9.2 -> 0.9.4 (#342120) 2024-09-16 09:39:01 +00:00
R. Ryantm
00c62e5b25 simdutf: 5.4.15 -> 5.5.0 2024-09-15 18:31:26 +00:00
R. Ryantm
986eb22a8a silverbullet: 0.9.2 -> 0.9.4 2024-09-15 18:19:50 +00:00
Weijia Wang
4cc7f0132b
sink-rotate: 1.0.4 -> 2.2.0 (#326469) 2024-09-13 11:47:46 +02:00
Nick Cao
ca5835d71c
single-file-cli: remove chromedriver from nativeCheckInputs (#339062) 2024-09-12 19:50:23 -04:00
R. Ryantm
0aeed624b0 sink-rotate: 1.0.4 -> 2.2.0 2024-09-12 22:24:07 +02:00
R. Ryantm
059be4391a sirius: 7.6.0 -> 7.6.1 2024-09-10 02:45:25 +00:00
lassulus
671844dcef
simplex-chat-desktop: 6.0.3 -> 6.0.4 (#340069) 2024-09-06 14:07:58 +01:00
R. Ryantm
d3609033f3 simplex-chat-desktop: 6.0.3 -> 6.0.4 2024-09-06 12:10:39 +00:00
Aleksana
2c0f74c529
sig: init at 0.1.3 (#336927) 2024-09-06 16:14:08 +08:00
Stefan Frijters
f6081f46db
sink-rotate: fix cross 2024-09-05 10:09:56 +02:00
Rabindra Dhakal
46e1ee990c
sig: init at 0.1.3 2024-09-03 22:02:37 +05:45
Robin Appelman
0a5e4d1666 single-file-cli: remove chromedriver from nativeCheckInputs
chromedriver is the only thing stopping this from building on aarch64 linux and isn't required to run the test
2024-09-02 19:20:53 +02:00
Johannes Jöns
6c0fdcf8c4
siyuan: add desktop entry & icon, enable wayland ime (#337021) 2024-09-01 13:37:10 +00:00
Jonas
5cdc4888b4 sirius: Add option to build python bindings 2024-08-30 14:11:29 +02:00
TomaSajt
ad6a87de8c
siyuan: use electron.dist 2024-08-27 21:37:17 +02:00
Goldstein
d6667b575f
silicon: patch Cargo.lock for Rust 1.80
See: https://github.com/NixOS/nixpkgs/issues/332957
2024-08-26 18:54:22 +03:00
nixpkgs-merge-bot[bot]
b37f94b062
simplex-chat-desktop: 5.8.1 -> 6.0.3 (#325443) 2024-08-26 13:37:53 +00:00
nixpkgs-merge-bot[bot]
b595866371
Merge pull request #336352 from r-ryantm/auto-update/sirius
sirius: 7.5.2 -> 7.6.0
2024-08-26 09:08:02 +00:00
Terry Garcia
abd241be52
simplex-chat-desktop: add maintainer terryg 2024-08-25 23:49:07 -05:00
j4ger
7941f311e0
siyuan: add desktop entry & icon, enable wayland ime 2024-08-25 21:51:25 +08:00
R. Ryantm
a852d3de67 simplex-chat-desktop: 5.8.1 -> 6.0.3 2024-08-25 06:45:52 +00:00
R. Ryantm
0f4c4c8bae simdutf: 5.3.7 -> 5.4.15 2024-08-24 19:36:18 +00:00
R. Ryantm
5c23bebf2a sirius: 7.5.2 -> 7.6.0 2024-08-21 16:06:36 +00:00
Peder Bergebakken Sundt
fcdecc256a
treewide: change ${pname} to string literal (#336172)
* adwaita-icon-theme: change `${pname}` to string literal

* alp: change `${pname}` to string literal

* alsa-oss: change `${pname}` to string literal

* alsa-plugins: change `${pname}` to string literal

* alsa-ucm-conf: change `${pname}` to string literal

* alsa-utils: change `${pname}` to string literal

* anyrun: change `${pname}` to string literal

* assemblyscript: change `${pname}` to string literal

* audiobookshelf: change `${pname}` to string literal

* baobab: change `${pname}` to string literal

* braa: change `${pname}` to string literal

* brill: change `${pname}` to string literal

* centrifugo: change `${pname}` to string literal

* cheese: change `${pname}` to string literal

* cljfmt: change `${pname}` to string literal

* coppwr: change `${pname}` to string literal

* cosmic-edit: change `${pname}` to string literal

* cosmic-files: change `${pname}` to string literal

* cosmic-store: change `${pname}` to string literal

* cosmic-term: change `${pname}` to string literal

* crate2nix: change `${pname}` to string literal

* cups-kyocera-3500-4500: change `${pname}` to string literal

* dbqn: change `${pname}` to string literal

* dconf-editor: change `${pname}` to string literal

* devhelp: change `${pname}` to string literal

* dmarc-report-converter: change `${pname}` to string literal

* engage: change `${pname}` to string literal

* eog: change `${pname}` to string literal

* evolution-data-server-gtk4: change `${pname}` to string literal

* find-billy: change `${pname}` to string literal

* firefly-iii: change `${pname}` to string literal

* fuchsia-cursor: change `${pname}` to string literal

* geary: change `${pname}` to string literal

* ghex: change `${pname}` to string literal

* gitg: change `${pname}` to string literal

* glasskube: change `${pname}` to string literal

* gnome.gnome-autoar: change `${pname}` to string literal

* gnome.gnome-calculator: change `${pname}` to string literal

* gnome.gnome-calendar: change `${pname}` to string literal

* gnome.gnome-common: change `${pname}` to string literal

* gnome.gnome-dictionary: change `${pname}` to string literal

* gnome.gnome-disk-utility: change `${pname}` to string literal

* gnome.gnome-font-viewer: change `${pname}` to string literal

* gnome.gnome-keyring: change `${pname}` to string literal

* gnome.gnome-screenshot: change `${pname}` to string literal

* gnome.gnome-system-monitor: change `${pname}` to string literal

* gnome.seahorse: change `${pname}` to string literal

* gnome.simple-scan: change `${pname}` to string literal

* gnome.sushi: change `${pname}` to string literal

* gnome.totem: change `${pname}` to string literal

* gnome.yelp: change `${pname}` to string literal

* gnome.yelp-xsl: change `${pname}` to string literal

* gnucap-full: change `${pname}` to string literal

* goredo: change `${pname}` to string literal

* guile-semver: change `${pname}` to string literal

* halo: change `${pname}` to string literal

* intiface-central: change `${pname}` to string literal

* intune-portal: change `${pname}` to string literal

* iscc: change `${pname}` to string literal

* jetbrains-toolbox: change `${pname}` to string literal

* jnr-posix: change `${pname}` to string literal

* keymapp: change `${pname}` to string literal

* libation: change `${pname}` to string literal

* libeduvpn-common: change `${pname}` to string literal

* libmamba: change `${pname}` to string literal

* littlefs-fuse: change `${pname}` to string literal

* logseq: change `${pname}` to string literal

* lxgw-wenkai-tc: change `${pname}` to string literal

* microsoft-identity-broker: change `${pname}` to string literal

* minetest-mapserver: change `${pname}` to string literal

* msalsdk-dbusclient: change `${pname}` to string literal

* neverest: change `${pname}` to string literal

* nf-test: change `${pname}` to string literal

* numbat: change `${pname}` to string literal

* pdf2odt: change `${pname}` to string literal

* plemoljp: change `${pname}` to string literal

* plemoljp-hs: change `${pname}` to string literal

* plemoljp-nf: change `${pname}` to string literal

* pocket-updater-utility: change `${pname}` to string literal

* proto: change `${pname}` to string literal

* pw3270: change `${pname}` to string literal

* ratchet: change `${pname}` to string literal

* read-it-later: change `${pname}` to string literal

* redmine: change `${pname}` to string literal

* regina: change `${pname}` to string literal

* regripper: change `${pname}` to string literal

* revolt-desktop: change `${pname}` to string literal

* rs: change `${pname}` to string literal

* signaturepdf: change `${pname}` to string literal

* sonarlint-ls: change `${pname}` to string literal

* srgn: change `${pname}` to string literal

* stackit-cli: change `${pname}` to string literal

* substudy: change `${pname}` to string literal

* swayosd: change `${pname}` to string literal

* synthesia: change `${pname}` to string literal

* tarlz: change `${pname}` to string literal

* termcap: change `${pname}` to string literal

* tinycompress: change `${pname}` to string literal

* tracexec: change `${pname}` to string literal

* treefmt2: change `${pname}` to string literal

* udev-gothic: change `${pname}` to string literal

* udev-gothic-nf: change `${pname}` to string literal

* vvvvvv: change `${pname}` to string literal

* yggdrasil: change `${pname}` to string literal

* zsync: change `${pname}` to string literal
2024-08-20 15:56:55 -07:00
R. Ryantm
e0794de53a silverbullet: 0.9.0 -> 0.9.2 2024-08-19 09:41:05 +00:00
R. Ryantm
759bbdca01 simdutf: 5.3.4 -> 5.3.7 2024-08-17 20:19:23 +00:00
Sebastián Mancilla
a76fb753af
Merge pull request #332048 from r-ryantm/auto-update/silverbullet
silverbullet: 0.8.4 -> 0.9.0
2024-08-13 21:41:49 -04:00
Damien Cassou
b4074d89a6
signaturepdf: add missing lib/ directory to result 2024-08-13 20:19:06 +02:00
R. Ryantm
016bbb0bbf silverbullet: 0.8.4 -> 0.9.0 2024-08-12 02:51:54 +00:00
rewine
d5d538c92a
Merge pull request #333729 from r-ryantm/auto-update/simdutf
simdutf: 5.3.1 -> 5.3.4
2024-08-11 09:12:30 +08:00
R. Ryantm
4432c83446 simdutf: 5.3.1 -> 5.3.4 2024-08-10 16:54:33 +00:00
R. Ryantm
37d60cb550 signaturepdf: 1.6.0 -> 1.7.0 2024-08-10 14:13:12 +00:00
Pol Dellaiera
aaab5434cb
Merge pull request #332337 from pbsds/fix-silverbullet-passthru-1722801278
silverbullet: add nixos test to passthru.tests
2024-08-05 22:35:07 +02:00
Peder Bergebakken Sundt
7b26ee579c silverbullet: add nixos test to passthru.tests 2024-08-04 22:16:32 +02:00
Peder Bergebakken Sundt
16ebd74099
Merge pull request #330374 from aorith/silverbullet-084
silverbullet: 0.8.2 -> 0.8.4
2024-08-04 22:14:30 +02:00
Damien Cassou
25b59bcd38
Merge pull request #331399 from r-ryantm/auto-update/signaturepdf
signaturepdf: 1.5.1 -> 1.6.0
2024-08-01 13:36:44 +02:00
R. Ryantm
0c5afadd85 simdutf: 5.3.0 -> 5.3.1 2024-08-01 03:18:27 +00:00
R. Ryantm
0e667a0f5b signaturepdf: 1.5.1 -> 1.6.0 2024-08-01 00:25:48 +00:00
Manuel Sanchez Pinar
ac10b9b20c
silverbullet: 0.8.2 -> 0.8.4 2024-07-27 12:14:50 +02:00