We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d2ad0c + f61ee03 commit a398fe3Copy full SHA for a398fe3
pkgs/by-name/si/simple-scan/package.nix
@@ -64,6 +64,11 @@ stdenv.mkDerivation rec {
64
patchShebangs data/meson_compile_gschema.py
65
'';
66
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
+
72
doCheck = true;
73
74
passthru = {
0 commit comments