treewide: drop static linking requirement

This will likely not be merged, but is required for linking libpipewire-0.3.

This breaks the dist tarball.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-11-18 22:33:36 +09:00
parent b651d95e77
commit a1e78d1584
2 changed files with 2 additions and 2 deletions

View File

@@ -110,7 +110,7 @@
in
{
default = hakurei;
hakurei = pkgs.pkgsStatic.callPackage ./package.nix {
hakurei = pkgs.callPackage ./package.nix {
inherit (pkgs)
# passthru.buildInputs
go