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

wip/yesman
reedrw 3 years ago committed by GitHub
parent b40401ab89
commit 4b409860c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      pkgs/games/shticker-book-unwritten/default.nix
  2. 2
      pkgs/games/shticker-book-unwritten/unwrapped.nix

@ -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…
Cancel
Save