Loading pkgs/servers/akkoma/admin-fe/default.nix +7 −7 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ , python3, pkg-config, libsass }: stdenv.mkDerivation rec { stdenv.mkDerivation (finalAttrs: { pname = "admin-fe"; version = "unstable-2024-04-27"; Loading @@ -19,7 +19,7 @@ stdenv.mkDerivation rec { }; offlineCache = fetchYarnDeps { yarnLock = src + "/yarn.lock"; yarnLock = finalAttrs.src + "/yarn.lock"; hash = "sha256-acF+YuWXlMZMipD5+XJS+K9vVFRz3wB2fZqc3Hd0Bjc="; }; Loading @@ -38,7 +38,7 @@ stdenv.mkDerivation rec { export HOME="$(mktemp -d)" yarn config --offline set yarn-offline-mirror ${lib.escapeShellArg offlineCache} yarn config --offline set yarn-offline-mirror ${lib.escapeShellArg finalAttrs.offlineCache} fixup-yarn-lock yarn.lock substituteInPlace yarn.lock \ --replace-fail '"git://github.com/adobe-webplatform/eve.git#eef80ed"' '"https://github.com/adobe-webplatform/eve.git#eef80ed"' Loading Loading @@ -73,10 +73,10 @@ stdenv.mkDerivation rec { runHook postInstall ''; meta = with lib; { meta = { description = "Admin interface for Akkoma"; homepage = "https://akkoma.dev/AkkomaGang/akkoma-fe/"; license = licenses.agpl3Only; maintainers = with maintainers; [ mvs ]; license = lib.licenses.agpl3Only; maintainers = with lib.maintainers; [ mvs ]; }; } }) pkgs/servers/akkoma/akkoma-fe/default.nix +9 −9 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ , jpegoptim, oxipng, nodePackages }: stdenv.mkDerivation rec { stdenv.mkDerivation (finalAttrs: { pname = "akkoma-fe"; version = "3.11.0"; Loading @@ -13,12 +13,12 @@ stdenv.mkDerivation rec { domain = "akkoma.dev"; owner = "AkkomaGang"; repo = "akkoma-fe"; rev = "v${version}"; rev = "v${finalAttrs.version}"; hash = "sha256-Z7psmIyOo8Rvwcip90JgxLhZ5SkkGB94QInEgm8UOjQ="; }; offlineCache = fetchYarnDeps { yarnLock = src + "/yarn.lock"; yarnLock = finalAttrs.src + "/yarn.lock"; hash = "sha256-Uet3zdjLdI4qpiuU4CtW2WwWGcFaOhotLLKfnsAUqho="; }; Loading @@ -33,7 +33,7 @@ stdenv.mkDerivation rec { postPatch = '' # Build scripts assume to be used within a Git repository checkout sed -E -i '/^let commitHash =/,/;$/clet commitHash = "${builtins.substring 0 7 src.rev}";' \ sed -E -i '/^let commitHash =/,/;$/clet commitHash = "${builtins.substring 0 7 finalAttrs.src.rev}";' \ build/webpack.prod.conf.js ''; Loading @@ -42,7 +42,7 @@ stdenv.mkDerivation rec { export HOME="$(mktemp -d)" yarn config --offline set yarn-offline-mirror ${lib.escapeShellArg offlineCache} yarn config --offline set yarn-offline-mirror ${lib.escapeShellArg finalAttrs.offlineCache} fixup-yarn-lock yarn.lock yarn install --offline --frozen-lockfile --ignore-platform --ignore-scripts --no-progress --non-interactive Loading Loading @@ -73,10 +73,10 @@ stdenv.mkDerivation rec { runHook postInstall ''; meta = with lib; { meta = { description = "Frontend for Akkoma"; homepage = "https://akkoma.dev/AkkomaGang/akkoma-fe/"; license = licenses.agpl3Only; maintainers = with maintainers; [ mvs ]; license = lib.licenses.agpl3Only; maintainers = with lib.maintainers; [ mvs ]; }; } }) Loading
pkgs/servers/akkoma/admin-fe/default.nix +7 −7 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ , python3, pkg-config, libsass }: stdenv.mkDerivation rec { stdenv.mkDerivation (finalAttrs: { pname = "admin-fe"; version = "unstable-2024-04-27"; Loading @@ -19,7 +19,7 @@ stdenv.mkDerivation rec { }; offlineCache = fetchYarnDeps { yarnLock = src + "/yarn.lock"; yarnLock = finalAttrs.src + "/yarn.lock"; hash = "sha256-acF+YuWXlMZMipD5+XJS+K9vVFRz3wB2fZqc3Hd0Bjc="; }; Loading @@ -38,7 +38,7 @@ stdenv.mkDerivation rec { export HOME="$(mktemp -d)" yarn config --offline set yarn-offline-mirror ${lib.escapeShellArg offlineCache} yarn config --offline set yarn-offline-mirror ${lib.escapeShellArg finalAttrs.offlineCache} fixup-yarn-lock yarn.lock substituteInPlace yarn.lock \ --replace-fail '"git://github.com/adobe-webplatform/eve.git#eef80ed"' '"https://github.com/adobe-webplatform/eve.git#eef80ed"' Loading Loading @@ -73,10 +73,10 @@ stdenv.mkDerivation rec { runHook postInstall ''; meta = with lib; { meta = { description = "Admin interface for Akkoma"; homepage = "https://akkoma.dev/AkkomaGang/akkoma-fe/"; license = licenses.agpl3Only; maintainers = with maintainers; [ mvs ]; license = lib.licenses.agpl3Only; maintainers = with lib.maintainers; [ mvs ]; }; } })
pkgs/servers/akkoma/akkoma-fe/default.nix +9 −9 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ , jpegoptim, oxipng, nodePackages }: stdenv.mkDerivation rec { stdenv.mkDerivation (finalAttrs: { pname = "akkoma-fe"; version = "3.11.0"; Loading @@ -13,12 +13,12 @@ stdenv.mkDerivation rec { domain = "akkoma.dev"; owner = "AkkomaGang"; repo = "akkoma-fe"; rev = "v${version}"; rev = "v${finalAttrs.version}"; hash = "sha256-Z7psmIyOo8Rvwcip90JgxLhZ5SkkGB94QInEgm8UOjQ="; }; offlineCache = fetchYarnDeps { yarnLock = src + "/yarn.lock"; yarnLock = finalAttrs.src + "/yarn.lock"; hash = "sha256-Uet3zdjLdI4qpiuU4CtW2WwWGcFaOhotLLKfnsAUqho="; }; Loading @@ -33,7 +33,7 @@ stdenv.mkDerivation rec { postPatch = '' # Build scripts assume to be used within a Git repository checkout sed -E -i '/^let commitHash =/,/;$/clet commitHash = "${builtins.substring 0 7 src.rev}";' \ sed -E -i '/^let commitHash =/,/;$/clet commitHash = "${builtins.substring 0 7 finalAttrs.src.rev}";' \ build/webpack.prod.conf.js ''; Loading @@ -42,7 +42,7 @@ stdenv.mkDerivation rec { export HOME="$(mktemp -d)" yarn config --offline set yarn-offline-mirror ${lib.escapeShellArg offlineCache} yarn config --offline set yarn-offline-mirror ${lib.escapeShellArg finalAttrs.offlineCache} fixup-yarn-lock yarn.lock yarn install --offline --frozen-lockfile --ignore-platform --ignore-scripts --no-progress --non-interactive Loading Loading @@ -73,10 +73,10 @@ stdenv.mkDerivation rec { runHook postInstall ''; meta = with lib; { meta = { description = "Frontend for Akkoma"; homepage = "https://akkoma.dev/AkkomaGang/akkoma-fe/"; license = licenses.agpl3Only; maintainers = with maintainers; [ mvs ]; license = lib.licenses.agpl3Only; maintainers = with lib.maintainers; [ mvs ]; }; } })