Ludovic Courtès <[email protected]> skribis: > Here’s an estimate:
Oops, I was doing an “or” instead of an “and”; here’s the fix: --8<---------------cut here---------------start------------->8--- $ guix package -s "" |recsel -e 'license ~ "GPL" && dependencies ~ "openssl"' |grep ^name | wc -l 154 --8<---------------cut here---------------end--------------->8--- Still a lot, and that doesn’t take into account indirect GPL dependents. Ludo’.
