From 0b07722b0aaabcf25ce6f22a39ec295f3a3661b4 Mon Sep 17 00:00:00 2001 From: dish Date: Sat, 25 Apr 2026 18:12:37 -0400 Subject: [PATCH] sticky-notes: fixup_yarn_lock -> fixup-yarn-lock --- pkgs/by-name/st/sticky-notes/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/st/sticky-notes/package.nix b/pkgs/by-name/st/sticky-notes/package.nix index e47fc67490cb..abf20614b878 100644 --- a/pkgs/by-name/st/sticky-notes/package.nix +++ b/pkgs/by-name/st/sticky-notes/package.nix @@ -3,7 +3,7 @@ desktop-file-utils, fetchFromGitHub, fetchYarnDeps, - fixup_yarn_lock, + fixup-yarn-lock, gjs, glib-networking, gobject-introspection, @@ -41,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: { pkg-config wrapGAppsHook4 yarn - fixup_yarn_lock + fixup-yarn-lock ]; buildInputs = [ @@ -63,7 +63,7 @@ stdenv.mkDerivation (finalAttrs: { preConfigure = '' export HOME="$PWD" yarn config --offline set yarn-offline-mirror $yarnOfflineCache - fixup_yarn_lock yarn.lock + fixup-yarn-lock yarn.lock ''; mesonFlags = [