Commit Graph

111 Commits

Author SHA1 Message Date
Nick Cao
636a7d3df4
glaze: 4.0.0 -> 4.0.1 (#358464) 2024-11-25 09:14:17 -05:00
Nick Cao
18ad21dd8d
globalping-cli: 1.4.0 -> 1.4.3 (#358891) 2024-11-25 08:21:40 -05:00
R. Ryantm
58e31a2445 globalping-cli: 1.4.0 -> 1.4.3 2024-11-25 05:43:06 +00:00
Emily
8cc8dbc1af
glsl_analyzer: fix on x86_64-darwin (#356886) 2024-11-25 04:30:39 +00:00
Sam
6d404af7be
glsl_analyzer: fix on x86_64-darwin
Because apple-sdk defaults to 11 on aarch64-darwin, glsl_analyzer builds
fine, but on x86_64-darwin (where apple-sdk defaults to 10.12) it fails
to build. I've bumped the SDK version to be 11 on both platforms, which
fixes the build.
2024-11-24 20:09:20 -08:00
Peder Bergebakken Sundt
8e57e3e1b3
glamoroustoolkit: 1.1.4 -> 1.1.7 (#356201) 2024-11-24 05:05:41 +01:00
Sefa Eyeoglu
9ef8694ce2
glfw3: general improvements (#358007) 2024-11-23 18:58:15 +01:00
R. Ryantm
6e39194096 glaze: 4.0.0 -> 4.0.1 2024-11-23 14:56:20 +00:00
Weijia Wang
0d992c680b
contour: 0.4.3.6442 -> 0.5.1.7247 (#353255) 2024-11-23 11:41:46 +01:00
Sefa Eyeoglu
00b5f4e199
glfw3: nixfmt
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-11-21 23:43:17 +01:00
Sefa Eyeoglu
e584de5816
glfw3: remove with lib
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-11-21 23:42:55 +01:00
Sefa Eyeoglu
1c6ac26465
glfw3: enable strictDeps and __structuredAttrs
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-11-21 23:42:55 +01:00
Sefa Eyeoglu
bc33d600bd
glfw3: remove darwin build inputs
The new apple-sdk pattern doesn't require this anymore.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-11-21 23:42:54 +01:00
Sefa Eyeoglu
4347d8dee5
glfw3: add missing X11 substitutions
libX11-xcb.so.1 and libXxf86vm.so.1 are dlopen-ed at runtime, but are
not linked by the linker. Let's hardcode their library paths into the
code.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-11-21 23:42:54 +01:00
Sefa Eyeoglu
fbf94f5a7d
glfw3: harden wayland substitutions
Including quotes around the library names should make these
substitutions stricter.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-11-21 23:42:54 +01:00
Sefa Eyeoglu
a913a8d655
glfw3: fix library name overrides
CMAKE_C_FLAGS did not work previously, as it was defined multiple times.
Instead of fixing it, it is much more readable to use NIX_CFLAGS_COMPILE
instead of having to escape special characters across Nix, Bash and
CMake

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-11-21 23:42:53 +01:00
Alistair Grant
a06903acce glamoroustoolkit: 1.1.4 -> 1.1.7 2024-11-15 16:36:17 +01:00
Alexis Hildebrandt
47adec44dc glab: 1.48.0 -> 1.49.0 2024-11-15 08:28:43 +01:00
moni
b1fa370d51 contour: 0.4.3.6442 -> 0.5.1.7247 2024-11-14 00:49:41 +08:00
moni
37279cb3d6 glaze: init at 4.0.0 2024-11-11 17:35:22 +08:00
Sefa Eyeoglu
2b05865a6f
glfw3: added vulkan support (#354761) 2024-11-10 14:25:33 +01:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
Ben-Miller0
bfd5f3d9ff glfw3: added vulkan support 2024-11-09 11:37:17 +00:00
Austin Horstman
cd05d0f987
glab: 1.47.0 -> 1.48.0 (#349813) 2024-11-08 22:16:39 -06:00
Aleksana
90bf9335af
glom: fix build (#346684) 2024-11-02 00:38:52 +08:00
Philip Taron
4dbb808a7d
treewide: use stdenv.buildPlatform.canExecute (#350195) 2024-10-23 13:05:50 -07:00
Jakuzure Nonon
a17b815fc9
glasskube: 0.23.0 -> 0.25.0 2024-10-22 11:44:04 +02:00
Peder Bergebakken Sundt
2e685bbac1 glab: use stdenv.buildPlatform.canExecute 2024-10-21 11:34:19 +02:00
wxt
fb375fdea6
glom: add bot-wxt1221 as maintainers 2024-10-20 22:10:35 +08:00
wxt
0aa7e8c95b
glom: fix build 2024-10-20 22:10:35 +08:00
wxt
5de6050574
glom: move to by-name; nixfmt 2024-10-20 22:10:35 +08:00
luftmensch-luftmensch
6fb2d94d98
glab: 1.47.0 -> 1.48.0 2024-10-19 18:06:23 +02:00
luftmensch-luftmensch
516682d47f
glab: fix formatting 2024-10-19 18:01:04 +02:00
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