mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
sticky-notes: fixup_yarn_lock -> fixup-yarn-lock
This commit is contained in:
parent
ffcf69a37f
commit
0b07722b0a
1 changed files with 3 additions and 3 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue