fix: icon missing from source
cranelib minimizes the dependancy-only build itself anyway
This commit is contained in:
parent
ab8dc257e9
commit
c8810f3e86
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue