Fabián Heredia Montiel
096186d874
glycin-loaders: 1.0.1 -> 1.1.1
...
https://gitlab.gnome.org/sophie-h/glycin/-/compare/1.0.1...1.1.1
https://gitlab.gnome.org/sophie-h/glycin/-/blob/main/NEWS
2024-10-18 09:04:46 -06:00
Daniel Nagy
8b43f91fb4
glab: 1.45.0 -> 1.47.0
2024-10-09 19:45:00 +02:00
Daniel Nagy
8aa196d3a3
glab: move to by-name
2024-10-09 19:45:00 +02:00
K900
6a1661bd04
glfw3: don't depend on extra-cmake-modules
...
Not required since years ago: 2747e47393
2024-10-02 01:29:30 +03:00
Bruno Bigras
0bb5b3ea9a
glasskube: 0.21.0 -> 0.23.0
2024-10-01 13:31:16 -04:00
R. Ryantm
c04f7ccc59
glance: 0.6.1 -> 0.6.2
2024-09-30 00:35:33 +00: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
R. Ryantm
281e574740
glance: 0.6.0 -> 0.6.1
2024-09-20 08:50:58 +00:00
Someone
09f5b769ab
imgui: add pkgsCross.mingwW64 support ( #342271 )
2024-09-17 08:22:53 +00: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
Weijia Wang
3314a70a94
glibtool: init ( #279450 )
2024-09-16 14:34:16 +02:00
Someone Serge
6078e0e1cb
imgui: add pkgsCross.mingwW64 support
2024-09-16 10:55:03 +00: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
Jesse Y Lin
c7b2d3b1a7
glibtool: init
...
glibtool is simply libtool with "g" prefixed, because this is the
convention adopted in MacOS for distinguishing between GNU versions of
binaries/libraries and their equivalents shipped by Apple. Much software
for MacOS assumes that libtool can be found at `glibtool` so this is a
convenience wrapper for this case.
2024-09-13 18:28:49 +02:00
nixpkgs-merge-bot[bot]
2f3eb1b694
glance: 0.5.1 -> 0.6.0 ( #340545 )
2024-09-13 15:17:38 +00:00
Bruno Bigras
bfffffac89
glasskube: add versionCheckHook
2024-09-11 23:09:11 -04:00
Bruno Bigras
79638e449a
glasskube: 0.20.1 -> 0.21.0
2024-09-11 23:07:29 -04:00
Bruno Bigras
25ffd03ab1
glasskube: 0.17.0 -> 0.20.1
2024-09-10 23:57:56 -04:00
R. Ryantm
68263b9ab8
glance: 0.5.1 -> 0.6.0
2024-09-08 16:17:01 +00:00
Sefa Eyeoglu
8dce7dafcf
glfw-minecraft: merge glfw-wayland-minecraft into glfw
...
The set-cursor patch is taken from:
<https://github.com/Admicos/minecraft-wayland/pull/56 >
And other changes including fractional scaling is already upstreamed in
3.4 thus not needed anymore.
Co-authored-by: oxalica <oxalicc@pm.me>
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-09-01 15:12:21 +02:00
John Lago
6335206bea
glasskube: 0.16.0 -> 0.17.0
2024-08-26 16:45:46 -07:00
Cole Mickens
15966c2467
glide-media-player: 0.6.3 -> 0.6.5
2024-08-23 09:29:57 -07: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
5d09f6ef7f
glider: 0.16.3 -> 0.16.4
2024-08-15 01:03:42 +00:00
R. Ryantm
30a30b2914
glance: 0.5.0 -> 0.5.1
2024-08-12 18:01:21 +00:00
R. Ryantm
964faac3ad
glasskube: 0.14.0 -> 0.16.0
2024-08-11 04:55:41 +00:00
Peder Bergebakken Sundt
2d957b4c23
Merge pull request #330691 from devusb/glasskube
...
glasskube: 0.13.0 -> 0.14.0
2024-08-03 18:08:20 +02:00
wr7
8fb6d3d92d
glsl_analyzer: 1.4.5 -> 1.5.1
2024-07-31 15:10:24 -05:00
Morgan Helton
ca86dd2db2
glasskube: 0.13.0 -> 0.14.0
2024-07-28 12:23:29 -05:00
Jakuzure Nonon
736c1c7f89
glasskube: 0.11.0 -> 0.13.0
2024-07-10 12:45:24 +02:00
Pol Dellaiera
db41081a91
Merge pull request #323743 from NixOS/nixos/module/glance-init
...
nixos/glance: init module
2024-07-09 06:42:22 +02:00
Pol Dellaiera
4e15a4c5a0
glance: add nixosTests
2024-07-08 13:14:09 +02:00
aleksana
00095ffa60
glrnvim: fix build on darwin
2024-07-02 19:20:46 +08:00
Pol Dellaiera
b849bf052a
glance: reformat with nixfmt-rfc-style
2024-07-01 09:16:36 +02:00
Aleksana
dd3a525eef
Merge pull request #317006 from aacebedo/aacebedo/add_glrnvim
...
glrnvim: init at 1.4.0
2024-07-01 13:19:36 +08:00
Alexandre Acebedo
32ad702bf4
glrnvim: init at 1.4.0
2024-06-30 08:56:30 +02:00
Jakuzure Nonon
49a45f73f7
glasskube: 0.2.1 -> 0.11.0
2024-06-28 10:58:56 +02:00
luftmensch-luftmensch
5b76bf87f0
glock: migrate to buildGoModule
2024-06-18 08:19:29 +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
R. Ryantm
a856823804
glance: 0.4.0 -> 0.5.0
2024-06-05 22:43:35 +00:00
Peder Bergebakken Sundt
1158248b64
Merge pull request #306231 from jakuzure/glasskube-0-2-1
...
glasskube: 0.2.0 -> 0.2.1
2024-05-14 01:17:40 +02:00
R. Ryantm
99ecfc12a0
glance: 0.3.0 -> 0.4.0
2024-05-13 00:23:34 +00:00
Devan Carpenter
feac6072dc
glance: init at 0.3.0
2024-05-12 11:48:52 -04:00
Aleksana
9f7053ffc1
Merge pull request #295076 from wr7/glsl_analyzer
...
glsl_analyzer: init at 1.4.5
2024-05-12 01:33:43 +08:00
wr7
54de37bbe6
glsl_analyzer: init at 1.4.5
2024-04-29 17:55:55 -05:00
github-actions[bot]
0c36ffa13e
Merge master into staging-next
2024-04-23 12:01:30 +00:00
Jakuzure Nonon
e8400e1f44
glasskube: 0.2.0 -> 0.2.1
2024-04-23 11:16:16 +02:00
Maxine Aubrey
8d57ba244c
glycin-loaders: 0.1.2 → 1.0.1
...
https://gitlab.gnome.org/sophie-h/glycin/-/compare/0.1.2...1.0.1
Co-Authored-By: Bobby Rong <rjl931189261@126.com>
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:11:10 +02:00
Jakuzure Nonon
9bf5100f71
glasskube: 0.1.0 -> 0.2.0
2024-04-22 10:14:53 +02:00