Skip to content

Commit

Permalink
Merge pull request fedimint#6407 from dpc/24-11-19-fix-bundlers
Browse files Browse the repository at this point in the history
fix(ci): some bundlers we use expect a missing `pname`
  • Loading branch information
m1sterc001guy authored Nov 19, 2024
2 parents 06b8998 + f4383a7 commit 09e7451
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,9 @@
inherit system;
inherit name;

# some bundlers want `pname` here, instead of `name`
pname = name;

dontUnpack = true;
dontStrip = !pkgs.stdenv.isDarwin;

Expand Down

0 comments on commit 09e7451

Please sign in to comment.