Jookia <[email protected]> skribis: > This fixes interfaces with a dash or other characters being ignored. > > * guix/build/syscalls.scm (%interface-line): Replace "[[:alnum:]]" with ".+".
I applied it but using [[:graph:]] instead of ‘.’. Thanks! Ludo’.
