Commit Graph

232 Commits

Author SHA1 Message Date
Robert Helgesson
c858402c2a libcpr: 1.10.5 -> 1.11.0
Also introduce `libcpr_1_10_5` for use by influxdb-cxx, which is
incompatible with the new version. The 1.10.5 is to be removed when
influxdb-cxx is updated.

Finally migrate package to `by-name`.
2024-10-18 08:41:56 +02:00
Fabián Heredia Montiel
ccec93c1c7 treewide: replace webkitgtk to webkitgtk_4_0
sed -i 's/ webkitgtk\b/ webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/(webkitgtk\b/(webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/\.webkitgtk\b/.webkitgtk_4_0/g' pkgs/**.nix

webkitgtk is currently pointing to that specific ABI version but the
alias is going to start warning
2024-10-11 17:23:43 -06:00
h7x4
39b71cdb68
intelli-shell: init at 0.2.7 (#289430) 2024-10-06 03:38:12 +02:00
Peder Bergebakken Sundt
ed3a6c9bec
intel-undervolt: init at 1.7 (#343348) 2024-10-05 23:17:58 +02:00
h7x4
1008d5b885
{staruml, figma-linux, infracost, obsidian, scaleway-cli, netbeans}: migrate to by-name (#332171) 2024-10-05 21:36:16 +02:00
Adam C. Stephens
059b6fb1ca
incus: 6.5.0 -> 6.6.0 (#346210) 2024-10-04 10:48:50 -04:00
Bruno Bigras
6279ff95ed incus: 6.5.0 -> 6.6.0 2024-10-03 12:50:14 -04:00
Benedikt Peetz
94c6a192b6
invidious-router: add updateScript 2024-10-02 07:34:02 +02:00
Benedikt Peetz
5cafb0d3d9
invidious-router: 1.1 -> 1.2 2024-10-02 07:33:16 +02:00
Benedikt Peetz
9e050daa93
invidious-router: format with nixfmt-rfc-style 2024-10-02 07:32:49 +02:00
kashw2
66ae511fb5 infracost: moved to by-name 2024-09-27 12:51:21 +10: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
Gavin John
0e8c4663aa
intel-undervolt: init at 1.7 2024-09-20 13:42:35 -07:00
Adam C. Stephens
d6ef7833cc
lxc/incus LTS upgrades: 6.0.1 -> 6.0.2 (#343058) 2024-09-20 12:42:44 -04:00
Peder Bergebakken Sundt
d211b80768
inhibridge: init at 0.3.0 (#268276) 2024-09-19 23:09:41 +02:00
Adam Stephens
ee30c817cb
incus-lts: 6.0.1 -> 6.0.2
https://discuss.linuxcontainers.org/t/incus-6-0-2-lts-has-been-released/21633
2024-09-19 12:17:17 -04:00
Adam Stephens
06c8f2833b
incus: port updateScript from nushell to python 2024-09-19 12:17:13 -04:00
Pol Dellaiera
fdc8a54682
intelephense: 1.12.5 -> 1.12.6 (#342215) 2024-09-17 13:18:39 +02:00
Patka
4acc2170c6
intelephense: 1.12.5 -> 1.12.6 2024-09-17 12:04:42 +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
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
github-actions[bot]
90a93f92bb
Merge master into staging-next 2024-09-09 12:05:58 +00:00
Gaétan Lepage
6b03173a3b
inv-sig-helper: init at 0-unstable-2024-08-17 (#340384) 2024-09-09 08:58:27 +02:00
github-actions[bot]
f2b767ea43
Merge master into staging-next 2024-09-09 00:14:38 +00:00
Adam Stephens
5f774de529
incus-lts: apply qemu 9.1 patches 2024-09-08 09:52:07 -04:00
Gaetan Lepage
174a21e26a inv-sig-helper: init at 0-unstable-2024-08-17 2024-09-08 12:14:25 +02:00
github-actions[bot]
5a5ebe5a1c
Merge master into staging-next 2024-09-07 18:04:01 +00:00
Adam Stephens
17ed2a5b50
incus: apply qemu 9.1 patches 2024-09-07 10:45:21 -04:00
Bruno Bigras
77e1f40eed incus: 6.4.0 -> 6.5.0 2024-09-06 13:43:33 -04:00
github-actions[bot]
9b619f2f77
Merge master into staging-next 2024-09-03 12:05:18 +00:00
lassulus
1f20f29afc
inshellisense: 0.0.1-rc.15 -> 0.0.1-rc.16 (#338240) 2024-09-03 10:18:41 +02:00
github-actions[bot]
adf89e90c6
Merge staging-next into staging 2024-09-01 12:05:29 +00:00
Patka
6776764639
intelephense: remove from nodePackages 2024-09-01 11:12:00 +02:00
Malo Bourgon
8feccc5533 inshellisense: 0.0.1-rc.15 -> 0.0.1-rc.16
Diff: https://github.com/microsoft/inshellisense/compare/refs/tags/0.0.1-rc.15...0.0.1-rc.16
2024-08-29 11:03:40 -07:00
Anderson Torres
56ff39832d installShellFiles: set passthru directly instead of overriding it 2024-08-28 18:52:12 -03:00
Anderson Torres
bb5aa086d6 installShellFiles: rewrite functions
- Use FUNCNAME to track the name of function being called
- use long options for install commands
- use nix*Log functions for logging, instead of custom echoes
- remove silent error construction `|| return`
2024-08-28 18:51:07 -03:00
Anderson Torres
507416c311 installShellFiles: add new tests install-bin and install-bin-output 2024-08-28 18:51:07 -03:00
Anderson Torres
1c9d4799c2 installShellFiles: add new function installBin 2024-08-28 18:51:06 -03:00
Anderson Torres
98e9fbb530 installShellFiles: dismember tests into their own files
It makes the maintenance and creation of tests more intuitive: just throw a Nix
package under tests!
2024-08-28 18:51:06 -03:00
Anderson Torres
e548b31708 installShellFiles: migrate to by-name 2024-08-28 18:51:06 -03:00
Masum Reza
8da188f8e7
Merge pull request #306650 from returntoreality/indi-3rdparty-refactor
indi-full: Indi 3rdparty refactor
2024-08-25 23:09:21 +05:30
nixpkgs-merge-bot[bot]
89f8fd07fb
Merge pull request #336450 from r-ryantm/auto-update/ingress2gateway
ingress2gateway: 0.2.0 -> 0.3.0
2024-08-22 19:35:52 +00:00
R. Ryantm
0c70f99c63 ingress2gateway: 0.2.0 -> 0.3.0 2024-08-22 02:25:27 +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
Linus Karl
d2367c3f7e indi-full: refactor 3rdparty drivers
This splits the 3rdparty drivers into seperate
packages as recommended by upstream. This also
allows to build a indi-full equivalent with only
the needed drivers. Also add indi-full-nonfree
with all the nonfree drivers. And remove them
from indi-full.
2024-08-18 01:05:52 +02:00
Adam Stephens
293c17926d
nixos/incus-agent: init 2024-08-10 12:08:33 -04:00
Bruno Bigras
14416794fe incus: 6.3.0 -> 6.4.0 2024-08-09 12:24:25 -04:00
Julien Malka
fa4b81d8e9
Merge pull request #325089 from feathecutie/inko
inko: init at 0.15.0 & ivm: init at 0.5.0
2024-08-08 19:40:48 +02:00
Nikodem Rabuliński
fcf6091be6
incus.client: fix macOS builds 2024-08-07 22:33:16 +02:00
éclairevoyant
d6af28fa05
Merge pull request #330752 from midirhee12/inter-nerdfont
inter-nerdfont: init at 4.0
2024-08-05 16:41:44 +00:00
Peder Bergebakken Sundt
b926e6ece9
Merge pull request #331116 from pbsds/fix-finalattrs-docheck-1722356587
treewide: finalAttrs.doCheck -> finalAttrs.finalPackage.doCheck
2024-08-01 14:58:44 +02:00
hellwolf
f17c594700
insync: 3.9.1.60010 -> 3.9.3.60019
- fix build for nixpkgs-unstable
2024-07-31 20:15:24 +03:00
Peder Bergebakken Sundt
29ab705c17 treewide: finalAttrs.doCheck -> finalAttrs.finalPackage.doCheck
repeat of #271241
discussion: #272978

I did not replace the instance in eiwd, since it causes an infinite recursion.
2024-07-30 18:32:01 +02:00
midirhee12
839887d881
inter-nerdfont: init at 4.0 2024-07-28 21:07:38 -04:00
Sigmanificient
543cd40ecc treewide: remove trailing space in description
Done using `grep -rP 'description\s+=\s+"[^"]+[ ]";' | cut -d ':' -f 1 |
xargs -i nvim {}` and sorting the opened files by hand, avoiding
generated packages list
2024-07-26 03:38:50 +02:00
Adam C. Stephens
a167a16697
Merge pull request #326620 from bbigras/incus
incus: 6.2.0 -> 6.3.0
2024-07-15 14:47:18 -04:00
R. Ryantm
d023d9b957 invidtui: 0.4.5 -> 0.4.6 2024-07-14 12:24:28 +00:00
Bruno Bigras
d42ba49cbf incus: 6.2.0 -> 6.3.0 2024-07-12 14:25:56 -04:00
Kirill Radzikhovskyy
d13402a1bd invidious-router: unpin buildGoModule 2024-07-10 10:54:40 +10:00
Fea
a38953fa13 inko: init at 0.15.0 2024-07-09 23:55:59 +02:00
Adam C. Stephens
08a134ab7f
Merge pull request #323536 from r-ryantm/auto-update/incus-lts
incus-lts: 6.0.0 -> 6.0.1
2024-07-02 09:24:37 -04:00
Jan Tojnar
0f56e32213
Merge pull request #319659 from jtojnar/gnome-extract
Move various packages out of gnome scope
2024-07-02 08:03:53 +02:00
Adam Stephens
54d110f18e
incus-lts: 6.0.0 -> 6.0.1 2024-07-01 23:49:59 -04:00
Weijia Wang
6a8b974240
Merge pull request #322393 from r-ryantm/auto-update/intune-portal
intune-portal: 1.2404.25-jammy -> 1.2405.17-jammy
2024-07-02 00:54:14 +02:00
Motiejus Jakštys
529919e9d5 inotify-info: v0.0.2 -> v0.0.3 2024-07-01 12:54:43 +02:00
Jan Tojnar
04393cdded nautilus-python: Move from gnome scope to top-level 2024-07-01 08:26:44 +02:00
lassulus
a684053194
Merge pull request #297056 from arikgrahl/ingress2gateway
ingress2gateway: init at 0.2.0
2024-06-25 20:40:10 +02:00
R. Ryantm
2533a4b0c6 intune-portal: 1.2404.25-jammy -> 1.2405.17-jammy 2024-06-25 11:56:05 +00:00
hellwolf
dccb24697c
insync-nautilus: use insync-emblem-icons
- applied nixfmt
2024-06-22 14:49:29 +03:00
hellwolf
f840a51a49
insync-emblem-icons: init at 3.8.7.50516 2024-06-22 14:49:19 +03:00
hellwolf
761e5a30e7
insync: 3.8.7.50516 -> 3.9.1.60010
- fix tray icon problem
- applied nixfmt
2024-06-22 14:48:53 +03: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
Adam C. Stephens
6634a0509e
Merge pull request #316514 from r-ryantm/auto-update/incus
incus: 6.1.0 -> 6.2.0
2024-06-01 23:21:51 -04:00
R. Ryantm
5cc7e0eb9a incus: 6.1.0 -> 6.2.0 2024-06-01 20:50:22 +00:00
Sophie Tauchert
a0b8c59093
intiface-central: 2.5.6 -> 2.6.0 2024-06-01 14:17:18 +02:00
Sefa Eyeoglu
0407dd70a5
inhibridge: init at 0.3.0
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-05-26 16:14:36 +02:00
nixpkgs-merge-bot[bot]
dfa36c1d67
Merge pull request #312557 from r-ryantm/auto-update/intune-portal
intune-portal: 1.2404.23-jammy -> 1.2404.25-jammy
2024-05-23 23:28:19 +00:00
Nick Cao
09ad38ad0f
Merge pull request #313572 from motiejus/inotify-info-v0.0.2
inotify-info: v0.0.1 -> v0.0.2
2024-05-23 14:11:56 -04:00
Sergei Zimmerman
14800786a9
inja: init at 3.4.0 (#312868)
Includes a packaging test with a simple cmake project.
2024-05-22 22:28:43 +00:00
Motiejus Jakštys
7d5d4ed7f0 inotify-info: v0.0.1 -> v0.0.2 2024-05-22 08:09:56 +03:00
Raghav Sood
6c0b7a92c3
Merge pull request #311815 from ExpidusOS/feat/flutter-3.22.0
flutter: 3.19.4 -> 3.22.0
2024-05-20 00:58:20 +08:00
R. Ryantm
194acf32d5 invidtui: 0.4.4 -> 0.4.5 2024-05-18 13:56:52 +00:00
R. Ryantm
010c4a334e intune-portal: 1.2404.23-jammy -> 1.2404.25-jammy 2024-05-18 00:27:17 +00:00
Tristan Ross
1e29d92b1e
intiface-central: pin to flutter v3.19 2024-05-15 18:32:02 -07:00
Weijia Wang
142ec8557c
Merge pull request #308924 from r-ryantm/auto-update/intune-portal
intune-portal: 1.2402.12-jammy -> 1.2404.23-jammy
2024-05-12 20:24:25 +02:00
Jan Tojnar
4be4408157 Merge branch 'master' into staging-next
; Conflicts:
;	maintainers/scripts/luarocks-packages.csv
;	pkgs/development/lua-modules/generated-packages.nix
2024-05-11 12:47:40 +02:00
Adam Stephens
143b06389e
incus: 6.0.0 -> 6.1.0
https://github.com/lxc/incus/releases/tag/v6.1.0
https://discuss.linuxcontainers.org/t/incus-6-1-has-been-released/19894
2024-05-09 10:05:00 -04:00
Adam Stephens
e58c57a868
nixos/tests/incus: enable testing both LTS and non-LTS 2024-05-09 10:03:07 -04:00
R. Ryantm
13702a1899 intune-portal: 1.2402.12-jammy -> 1.2404.23-jammy 2024-05-04 00:04:35 +00:00
github-actions[bot]
63659f437f
Merge staging-next into staging 2024-05-04 00:02:40 +00:00
Motiejus Jakštys
67a4ef9d1e
inotify-info: unstable-2024-01-05 -> 0.0.1 (#308759) 2024-05-03 19:01:53 +00:00
Weijia Wang
b4617eb071 Merge branch 'staging-next' into staging 2024-05-03 19:03:51 +02:00
Malo Bourgon
e52b3b8bf4 inshellisense: 0.0.1-rc.14 -> 0.0.1-rc.15
Diff: https://github.com/microsoft/inshellisense/compare/refs/tags/0.0.1-rc.14...0.0.1-rc.15
2024-05-02 15:53:19 -07:00
Weijia Wang
a6742256e2
Merge pull request #279391 from katexochen/buildGoModule/deprecate-buildflags
buildGoModule: announce removal of `buildFlags` and `buildFlagsArray`
2024-05-02 12:58:35 +02:00
Mario Rodas
2becf6e837 maintainers: drop marsam 2024-04-24 04:20:00 +00:00
Nick Cao
bd7bcaddfb
Merge pull request #304336 from malob/update-inshellisense
inshellisense: 0.0.1-rc.12 -> 0.0.1-rc.14
2024-04-22 18:32:46 -04:00
Malo Bourgon
d90d1b703c inshellisense: 0.0.1-rc.12 -> 0.0.1-rc.14
Diff: https://github.com/microsoft/inshellisense/compare/refs/tags/0.0.1-rc.12...0.0.1-rc.14
2024-04-22 12:24:46 -07:00
Nikodem Rabuliński
259a8a6546
incus/client: make platform list more permissive 2024-04-21 18:37:13 +02:00
Sandro Jäckel
fb0d661081
treewide: replace prefetch-yarn-deps with fixup-yarn-lock where necessary 2024-04-17 13:34:05 -04:00