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
R. Ryantm
7bc70fd744
bruno: 1.28.0 -> 1.29.1
2024-09-20 07:46:58 +00:00
h7x4
9a6c76c4af
treewide: remove unused inputs ( #342672 )
2024-09-19 20:36:18 +02:00
Peder Bergebakken Sundt
8c8c27bb19
treewide: remove unused inputs
2024-09-18 01:00:07 +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
Gavin John
dbd0ce7a17
brainflow: 5.13.2 -> 5.13.3
2024-09-11 16:52:38 +00:00
Peder Bergebakken Sundt
73b9ffd7a9
brainflow: 5.12.1 -> 5.13.2 ( #338265 )
2024-09-08 00:20:15 +02:00
Mathew Polzin
033d2de8ca
bruno: 1.25.0 -> 1.28.0 ( #339769 )
2024-09-06 21:38:08 -05:00
kirillrdy
a46eb796d5
browsers: init at 0.5.8 ( #338358 )
2024-09-07 06:24:49 +10:00
Gutyina Gergő
72ac9a149a
bruno: 1.25.0 -> 1.28.0
2024-09-06 16:49:02 +02:00
RAVENz46
de1ce93942
browsers: init at 0.5.8
...
Fix homepage
Some fix
Fix error
Fix rev
replace -> replace-fail
Remove darwin support
Run formatter
2024-09-03 19:32:08 +09:00
Philip Taron
1b9af797ec
breakpointHook: move to by-name, mark broken instead of asserting
2024-08-30 15:03:42 -07:00
Gavin John
6b6892dbed
brainflow: 5.12.1 -> 5.13.2
2024-08-29 13:55:54 -07:00
TomaSajt
cade99381b
bruno: use electron.dist
2024-08-27 21:37:14 +02: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
2999500015
bruno: 1.24.0 -> 1.25.0
2024-08-20 07:15:50 +00:00
R. Ryantm
72df0bb844
bruno: 1.23.1 -> 1.24.0
2024-08-12 17:14:03 +00:00
Peder Bergebakken Sundt
44b9b39b0c
Merge pull request #319759 from gepbird/bruno-darwin
...
bruno: patch out giflib dependency, format
2024-08-11 22:59:47 +02:00
R. Ryantm
3d6b7c23c3
bruno: 1.23.0 -> 1.23.1
2024-08-05 02:26:00 +00:00
redyf
69cbd04283
bruno: 1.22.0 -> 1.23.0
...
https://github.com/usebruno/bruno/releases/tag/v1.23.0
2024-07-31 11:29:56 -03:00
Gutyina Gergő
15f77eef99
bruno: patch out giflib depdendency
2024-07-24 23:54:16 +02:00
Gutyina Gergő
b7defa338d
bruno: format with nixfmt-rfc-style
2024-07-24 23:54:16 +02:00
Mathew Polzin
57ed10cfde
bruno: 1.21.0 -> 1.22.0
2024-07-23 07:57:17 -05:00
Thiago Kenji Okada
5173b5f551
Merge pull request #326554 from mattpolzin/bruno-darwin-explicit
...
bruno: be explicit about darwin support
2024-07-23 10:35:35 +01:00
Gavin John
878d821e46
brainflow: Remove with lib
2024-07-18 05:37:22 -04:00
Masum Reza
3dfa73eabd
Merge pull request #324462 from Pandapip1/init-brainflow
...
brainflow: init at 5.12.1
2024-07-18 00:48:33 +05:30
Redyf
822566ff40
bruno: 1.20.4 -> 1.21.0
2024-07-16 11:31:47 -03:00
Sandro
1934eaa9f3
Merge pull request #326040 from alienman5k/fix-bruno-css-tabs
2024-07-15 14:16:21 +02:00
Gavin John
98978743f3
brainflow: init at 5.12.1
2024-07-13 10:23:28 -04:00
Mathew Polzin
4591e2868c
bruno: be explicit about darwin support
2024-07-12 08:38:02 -05:00
Ignacio Marmolejo
dd42ff820e
bruno: fix css issue with patch file
2024-07-12 06:15:10 -07:00
Redyf
03b352d8b1
bruno: 1.20.1 -> 1.20.4
2024-07-10 22:14:42 -03:00
Redyf
9d516f3f5f
bruno: 1.20.0 -> 1.20.1
2024-07-04 11:36:45 -03:00
Redyf
25c3f16c37
bruno: 1.19.0 -> 1.20.0
2024-07-01 14:37:24 -03:00
lucasew
76bd1d62f2
bruno: fix build failure on darwin
...
Signed-off-by: lucasew <lucas59356@gmail.com>
2024-06-14 21:15:26 -03:00
Fabian Affolter
592c66227b
Merge pull request #319505 from fabaff/breads
...
breads-ad: init at 1.2.4-unstable-2024-05-27
2024-06-14 09:32:49 +02:00
Fabian Affolter
804209832f
breads-ad: init at 1.2.4-unstable-2024-05-27
...
Tool to evaluate Active Directory Security
https://github.com/oppsec/breads
2024-06-13 09:49:01 +02:00
R. Ryantm
663197f912
bruno: 1.18.1 -> 1.19.0
2024-06-12 06:08:40 +00:00
Alexis Hildebrandt
f8c4a98e8e
treewide: Remove the definite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02: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
Alexis Hildebrandt
bf995e3641
treewide: Remove ending period from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
Peder Bergebakken Sundt
a7449ea318
brickstore: 0-unstable-2024-05-02 -> 2024.5.2
...
They do have proper releases, no reason to tag the unstable.
2024-06-08 16:33:26 +02:00
Pol Dellaiera
de986200b9
Merge pull request #309937 from jrobinson-uk/add-bricktore-package
...
brickstore: init at 0-unstable-2024-05-02
2024-06-07 15:27:06 +02:00
James Robinson
73616685c5
brickstore: init at 0-unstable-2024-05-02
...
Removing redundant comments
2024-06-07 12:37:36 +01:00
R. Ryantm
997fb6d351
bruno: 1.18.0 -> 1.18.1
2024-06-05 21:24:08 +00:00
Aleksana
5bf18baa21
Merge pull request #313904 from gepbird/bruno-1.18.0
...
bruno: 1.17.0 -> 1.18.0
2024-05-24 13:07:12 +08:00
Gutyina Gergő
307db81bb7
bruno: 1.17.0 -> 1.18.0
2024-05-23 10:37:32 +02:00
Florian Klink
7484c85f92
brainstem: remove package
...
The SDK tarballs are not guaranteed to stay around:
> We keep all release artifacts, but we do not keep them publicly
> available; nor do we guarantee their availability. The links I have
> provided are also not guaranteed. As I mentioned we can generally
> provide these upon request.
This means, this expression is likely to fail in the near future, so
it's unsuitable to be packaged in nixpkgs.
It's better to keep it wherever it's used (and vendor the tarballs
there).
2024-05-22 12:44:20 +02:00
Gutyina Gergő
28292d60e2
bruno: 1.16.1 -> 1.17.0
2024-05-10 12:59:10 +02:00
R. Ryantm
8f15105227
bruno: 1.16.0 -> 1.16.1
2024-05-05 07:17:58 +00:00