libglycin{,-gtk4}: enable strictDeps

This commit is contained in:
Colin
2026-05-23 23:39:19 +00:00
parent c52e0a1110
commit b0eee67a21
2 changed files with 4 additions and 0 deletions
@@ -91,6 +91,8 @@ stdenv.mkDerivation (finalAttrs: {
env.CARGO_BUILD_TARGET = stdenv.hostPlatform.rust.rustcTargetSpec;
strictDeps = true;
meta = {
description = "C-Bindings to convert glycin frames to GDK Textures";
homepage = "https://gitlab.gnome.org/GNOME/glycin";
+2
View File
@@ -106,6 +106,8 @@ stdenv.mkDerivation (finalAttrs: {
env.CARGO_BUILD_TARGET = stdenv.hostPlatform.rust.rustcTargetSpec;
strictDeps = true;
passthru = {
updateScript =
let