libglycin{,-gtk4}: enable strictDeps
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -106,6 +106,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
env.CARGO_BUILD_TARGET = stdenv.hostPlatform.rust.rustcTargetSpec;
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
passthru = {
|
||||
updateScript =
|
||||
let
|
||||
|
||||
Reference in New Issue
Block a user