Skip to content

Commit f61ee03

Browse files
committed
simple-scan: install missing icons
1 parent dbbbd03 commit f61ee03

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkgs/by-name/si/simple-scan/package.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ stdenv.mkDerivation rec {
6464
patchShebangs data/meson_compile_gschema.py
6565
'';
6666

67+
postInstall = ''
68+
mkdir -p $out/share/icons/hicolor/scalable/actions/
69+
install -m 444 ../data/icons/scalable/actions/* $out/share/icons/hicolor/scalable/actions/
70+
'';
71+
6772
doCheck = true;
6873

6974
passthru = {

0 commit comments

Comments
 (0)