pocket-id: 1.6.4 -> 1.7.0

This commit is contained in:
Marcus Ramberg 2025-08-11 22:59:54 +02:00
parent d021490b77
commit da3f8098ee
No known key found for this signature in database

View File

@ -2,7 +2,7 @@
lib,
fetchFromGitHub,
buildGoModule,
stdenv,
stdenvNoCC,
nodejs,
pnpm_10,
nixosTests,
@ -38,7 +38,7 @@ buildGoModule (finalAttrs: {
mv $out/bin/cmd $out/bin/pocket-id
'';
frontend = stdenv.mkDerivation {
frontend = stdenvNoCC.mkDerivation {
pname = "pocket-id-frontend";
inherit (finalAttrs) version src;