shticker-book-unwritten: fix broken cargoSha256; add libXcursor (#120968)
This commit is contained in:
parent
b40401ab89
commit
4b409860c2
2 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@ in buildFHSUserEnv {
|
|||
targetPkgs = pkgs: with pkgs; [
|
||||
alsaLib
|
||||
xorg.libX11
|
||||
xorg.libXcursor
|
||||
xorg.libXext
|
||||
libglvnd
|
||||
shticker-book-unwritten-unwrapped
|
||||
|
|
|
@ -12,7 +12,7 @@ rustPlatform.buildRustPackage rec {
|
|||
};
|
||||
|
||||
cargoPatches = [ ./cargo-lock.patch ];
|
||||
cargoSha256 = "1lnhdr8mri1ns9lxj6aks4vs2v4fvg7mcriwzwj78inpi1l0xqk5";
|
||||
cargoSha256 = "1d4mnfzkdbqnjmqk7fl4bsy27lr7wnq997nz0hflaybnx2d3nisn";
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue