sane-scripts: don't ship the prologue
it gets inlined during resholve building
This commit is contained in:
@@ -74,7 +74,7 @@ let
|
||||
# not sure if/where that lack of suid causes problems.
|
||||
umount = true;
|
||||
};
|
||||
prologue = "bin/sane-resholve-prologue";
|
||||
prologue = ./resholve-prologue;
|
||||
|
||||
# list of programs which *can* or *cannot* exec their arguments
|
||||
execer = with pkgs; [
|
||||
|
Reference in New Issue
Block a user