nixpkgs/pkgs/development/tools/misc/cvise
Sergei Trofimovich 5cc72dbec4 cvise: use /bin.bash from nix store
Noticed failures as an incorrect handling of `--command` param:

    $ cvise --command="gcc -c bug.c |& fgrep 'during RTL pass: expand'" bug.c
    C-Vise cannot run because the interestingness test does not return
    zero.

This happens because temporary shell script has "#!/bin/bash" shebang.

The change replaces it to path from nix store.
2021-09-15 19:20:28 +01:00
..
default.nix cvise: use /bin.bash from nix store 2021-09-15 19:20:28 +01:00
unifdef.patch