shticker-book-unwritten: fix broken cargoSha256; add libXcursor (#120968)

This commit is contained in:
reedrw 2021-04-29 22:32:32 -04:00 committed by GitHub
parent b40401ab89
commit 4b409860c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ in buildFHSUserEnv {
targetPkgs = pkgs: with pkgs; [
alsaLib
xorg.libX11
xorg.libXcursor
xorg.libXext
libglvnd
shticker-book-unwritten-unwrapped

View File

@ -12,7 +12,7 @@ rustPlatform.buildRustPackage rec {
};
cargoPatches = [ ./cargo-lock.patch ];
cargoSha256 = "1lnhdr8mri1ns9lxj6aks4vs2v4fvg7mcriwzwj78inpi1l0xqk5";
cargoSha256 = "1d4mnfzkdbqnjmqk7fl4bsy27lr7wnq997nz0hflaybnx2d3nisn";
nativeBuildInputs = [ pkg-config ];