h7x4
8648e025b3
bazecor: 1.5.0 -> 1.5.1 ( #346238 )
2024-10-04 22:04:16 +02:00
Sandro
2a80ade2ee
backrest: fix darwin build ( #345546 )
2024-10-04 15:03:32 +02:00
Ryan Horiguchi
bfd5b241ee
bazecor: 1.5.0 -> 1.5.1
2024-10-03 22:27:13 +02:00
R. Ryantm
f8e9302d3a
basedpyright: 1.18.0 -> 1.18.2
2024-10-01 03:24:28 +00:00
Olivér Falvai
14048df284
backrest: fix darwin build
2024-09-30 18:58:16 +02:00
Robert Schütz
f557b32a54
basedpyright: unvendor docify
2024-09-27 07:39:47 +02:00
Enric Morales
41bbffd4f3
basedpyright: 1.17.5 -> 1.18.0
...
- add a simple test that should output 3 errors
2024-09-26 13:16:47 +02:00
K900
b964291466
{buildFHSEnvBubblewrap,buildFHSEnvChroot}: add nativeBuildInputs
( #344516 )
2024-09-26 08:38:07 +03:00
Artturin
4cb379f4d7
treewide: use nativeBuildInputs
in appimage builder derivations
2024-09-25 23:01:28 +03:00
Fabián Heredia Montiel
ef9d03e34d
bazecor: 1.4.5 -> 1.5.0 ( #343070 )
2024-09-25 09:11:08 -06: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
67d9b47a75
backrest: init at 1.5.0 ( #342141 )
2024-09-20 22:06:40 +08:00
William Vandervalk
76fbeedfa5
backrest: init at 1.5.0
2024-09-19 13:43:47 -04:00
Guillaume Cléroux
4b10cd5baa
bazecor: 1.4.5 -> 1.5.0
2024-09-19 11:59:12 -04:00
Enric Morales
d174806d6a
basedpyright: 1.17.4 -> 1.17.5
2024-09-18 13:31:38 +00:00
Fabián Heredia Montiel
5a6178505f
bant: 0.1.6 -> 0.1.7 ( #342177 )
2024-09-17 00:21:27 -06:00
Fabián Heredia Montiel
76536c1278
bazecor: 1.4.4 -> 1.4.5 ( #342329 )
2024-09-17 00:16:21 -06:00
Fabián Heredia Montiel
b58784cb34
badkeys: 0.0.11 -> 0.0.12 ( #342393 )
2024-09-17 00:14:58 -06:00
Fabian Affolter
5a6b0f8ed7
badkeys: 0.0.11 -> 0.0.12
...
Diff: https://github.com/badkeys/badkeys/compare/refs/tags/v0.0.11...v0.0.12
Changelog: https://github.com/badkeys/badkeys/releases/tag/v0.0.12
2024-09-16 22:38:46 +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
Guillaume Cléroux
01a41e0146
bazecor: 1.4.4 -> 1.4.5
2024-09-16 11:19:06 -04:00
Henner Zeller
8edd2ff640
bant: 0.1.6 -> 0.1.7
2024-09-15 22:06:15 -07:00
nicoo
2641d97cbf
pkgs/by-name: Convert hashes to SRI format
...
Reproduction script:
# Bulk rewrite
./maintainers/scripts/sha-to-sri.py pkgs/by-name
# Revert some packages which will need manual intervention
for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do
git checkout -- "pkgs/by-name/${n:0:2}/${n}"
done
2024-09-15 11:24:31 +02:00
Henner Zeller
92ffa4f88a
bant: make compile again with latest bazel
...
It appears that the fixed derivation generated by bazel implicitly
contains other information, such as the path to the java runtime,
making this break.
2024-09-13 11:08:44 -07:00
Emily
2181ab3e22
treewide: unpin SWIG 4
2024-09-12 18:39:57 +01:00
Enric Morales
577b24ef4e
basedpyright: 1.17.3 -> 1.17.4
2024-09-11 08:03:57 +00:00
R. Ryantm
a4d7747b3b
basedpyright: 1.17.2 -> 1.17.3
2024-09-10 03:36:32 +00:00
Peder Bergebakken Sundt
0e0fb1aa95
backgroundremover: substitute --replace with --replace-fail ( #337276 )
2024-09-05 10:59:55 -04:00
Enric Morales
81accfc667
basedpyright: 1.17.1 -> 1.17.2
2024-09-04 15:26:02 +02:00
OTABI Tomoya
c90f794756
treewide: remove refs/tags/
from github release meta.changelog
urls ( #338301 )
2024-09-01 10:53:48 +09:00
Peder Bergebakken Sundt
ebc2389134
treewide: remove refs/tags/
from github release meta.changelog
urls
...
diff of `jq <packages.json 'to_entries[]|"\(.key) \(.value.meta.changelog)"' -r`:
https://gist.github.com/pbsds/49b2e2ae5c9b967a0972bbc3c2597c12
2024-08-29 22:45:00 -04:00
R. Ryantm
21ddda472e
badger: 4.2.0 -> 4.3.0
2024-08-29 12:22:45 +00:00
Enric Morales
42e9bdff8b
basedpyright: 1.17.0 -> 1.17.1
2024-08-28 15:53:21 +00:00
Emily
e02a25ddb7
swig1, swig2: remove ( #336845 )
2024-08-26 15:16:02 +01:00
Roland Coeurjoly
7ffd6194a8
baresip: substitute --replace with --replace-fail
2024-08-25 17:56:03 +02:00
Roland Coeurjoly
f4c63df33c
backgroundremover: substitute --replace with --replace-fail
2024-08-25 17:55:08 +02:00
Ben Darwin
9811da4c78
babeltrace: swig2 -> swig4
2024-08-23 15:33:40 -04:00
Gaetan Lepage
fe63e80c7d
basedpyright: 1.16.0 -> 1.17.0
...
Diff:
https://github.com/DetachHead/basedpyright/compare/v1.16.0...v1.17.0
Changelog:
https://github.com/DetachHead/basedpyright/releases/tag/v1.17.0
2024-08-21 13:30:49 +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
Robert Schütz
9b503a951d
Merge pull request #335246 from HaskellHegemonie/init-bato
...
bato: init at 0.1.7
2024-08-17 04:25:54 -07:00
HaskellHegemonie
c39e28cef8
bato: init at 0.1.7
...
Signed-off-by: HaskellHegemonie <znerol@mail.de>
2024-08-17 11:47:18 +02:00
Colin
b297828f75
baresip: enable the pipewire module
2024-08-17 08:17:51 +00:00
Colin
cfa34ac9d2
baresip: enable the gst (gstreamer) module
2024-08-17 08:17:51 +00:00
Colin
6d30a57f86
baresip: enable the gtk feature
...
upstream's CMake feature detection expects the gtk3 package to supply
not only `cflags` but also `cflags_other`. i think the latter was
intended to be optional, so patch it out since our gtk doesn't supply it.
<1501ad367d/cmake/FindGTK3.cmake (L14-L15)
>
2024-08-17 08:17:51 +00:00
Colin
0db1163a48
baresip: packaging cleanups
...
the `LIBRE*` and `USE_*` make flags were removed during the cmake
transition in v2.11.0: <https://github.com/baresip/baresip/pull/2354/files >
upstream now detects features on a best-effort basis, with pkg-config.
2024-08-17 08:17:51 +00:00
Colin
7245ee8389
baresip: assert that all expected modules were compiled
2024-08-17 08:17:51 +00:00
Fabián Heredia Montiel
7ca5b5b68c
Merge pull request #333966 from rhoriguchi/bazecor
...
bazecor: 1.4.2 -> 1.4.4
2024-08-15 15:14:38 -06:00
Enric Morales
85bf56f9d9
basedpyright: 1.15.2 -> 1.16.0
2024-08-14 15:26:00 +02:00
Ryan Horiguchi
f190f6e488
bazecor: 1.4.2 -> 1.4.4
2024-08-11 20:24:05 +02:00
Christian Kögler
f327119de8
bash-language-server: allow user to override shellcheck
2024-08-10 23:04:56 +02:00