pkgs/glitch-soc: fixup-yarn-lock needs to be explicitly specified now, it seems?

main
Ari Gerus 2024-05-03 16:23:32 +02:00
parent a73c8fde58
commit 001e2c3229
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{ lib, stdenv, nodejs-slim, bundlerEnv, nixosTests, yarn, callPackage, ruby
, writeShellScript, fetchYarnDeps, prefetch-yarn-deps, brotli
, writeShellScript, fetchYarnDeps, prefetch-yarn-deps, brotli, fixup-yarn-lock
# Allow building a fork or custom version of Mastodon:
, pname ? "mastodon", version ? srcOverride.version, patches ? [ ]
@ -31,6 +31,7 @@ stdenv.mkDerivation rec {
prefetch-yarn-deps
nodejs-slim
yarn
fixup-yarn-lock
mastodonGems
mastodonGems.wrappedRuby
brotli