fix: icon missing from source

cranelib minimizes the dependancy-only build itself anyway
This commit is contained in:
electria 2026-07-01 09:15:32 -07:00
commit c8810f3e86
Signed by: electria
SSH key fingerprint: SHA256:8LlB3ucPbBHqozqkhsNbaV5oG3SlzzqUj8FZDL6IPQs

View file

@ -40,7 +40,7 @@
buildInputs = with pkgs; [ buildInputs = with pkgs; [
]; ];
src = craneLib.cleanCargoSource ./.; src = ./.;
}; };
LD_LIBRARY_PATH = lib.makeLibraryPath dlDeps; LD_LIBRARY_PATH = lib.makeLibraryPath dlDeps;