ma tools: add scanner-tools

This commit is contained in:
makefu 2017-09-11 23:09:47 +02:00
parent 67b3b997e4
commit a833f4dbed
2 changed files with 8 additions and 0 deletions

View file

@ -7,6 +7,7 @@
./extra-gui.nix
./games.nix
./media.nix
./scanner-tools.nix
./sec.nix
./sec-gui.nix
./studio.nix

View file

@ -0,0 +1,7 @@
{
# ln -s /run/current-system/sw/bin/xsane ~/.gimp-2.8/plug-ins/xsane
nixpkgs.config.packageOverrides = pkgs: {
xsaneGimp = pkgs.xsane.override { gimpSupport = true; };
};
}