element-stickerpicker: fix thumbnails after

https://github.com/maunium/stickerpicker/pull/88
This commit is contained in:
teutat3s 2025-04-22 20:22:13 +02:00
parent fada245b8f
commit d37f15e8d0
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1
2 changed files with 5 additions and 4 deletions
flake.lock
overlays/pkgs/element-stickerpicker

8
flake.lock generated
View file

@ -117,11 +117,11 @@
]
},
"locked": {
"lastModified": 1714430716,
"narHash": "sha256-+WmgGbONe5u2wpvkUC5wNhYnrE6eziIv3Liq4pv7jro=",
"lastModified": 1745345582,
"narHash": "sha256-T4JHS/iZPMFFbSQJAYKZxRdvUk0y/r0GuaN/b0QD7s8=",
"ref": "main",
"rev": "85716a9e30fb6fae47336ed0cae3d1425c80f17c",
"revCount": 6,
"rev": "5c65f0fef48ce8193767a5d0453e7cf6ad046de4",
"revCount": 9,
"type": "git",
"url": "https://git.pub.solar/pub-solar/maunium-stickerpicker-nix"
},

View file

@ -9,5 +9,6 @@ stdenvNoCC.mkDerivation {
buildPhase = ''
mv web $out/
cp ${element-stickers}/uploaded-packs/*.json $out/packs/
cp -r ${element-stickers}/uploaded-packs/thumbnails $out/packs/
'';
}