Merge pull request #269323 from Stunkymonkey/muzika-migrate-prefetch-yarn-deps

muzika: migrate to prefetch-yarn-deps
This commit is contained in:
Jonas Heinrich 2023-11-23 17:16:24 +01:00 committed by GitHub
commit d4f2426c5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
, desktop-file-utils
, fetchFromGitHub
, fetchYarnDeps
, fixup_yarn_lock
, prefetch-yarn-deps
, gjs
, glib-networking
, gobject-introspection
@ -40,6 +40,7 @@ stdenv.mkDerivation rec {
pkg-config
wrapGAppsHook4
yarn
prefetch-yarn-deps
];
buildInputs = [
@ -61,7 +62,7 @@ stdenv.mkDerivation rec {
preConfigure = ''
export HOME="$PWD"
yarn config --offline set yarn-offline-mirror $yarnOfflineCache
${fixup_yarn_lock}/bin/fixup_yarn_lock yarn.lock
fixup-yarn-lock yarn.lock
'';
mesonFlags = [