mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-09 02:16:51 +00:00
![]() Only the first space in $dependencies was subsituted. https://www.gnu.org/software/bash/manual/bash.html#Shell-Parameter-Expansion > ${parameter/pattern/string} > ${parameter//pattern/string} > ${parameter/#pattern/string} > ${parameter/%pattern/string} > ... > In the first form above, only the first match is replaced. If > there are two slashes separating parameter and pattern (the second form > above), all matches of pattern are replaced with string. |
||
---|---|---|
.. | ||
plugins | ||
cflags-prune.diff | ||
common.nix | ||
default.nix | ||
full.nix | ||
macvim-configurable.nix | ||
macvim.nix | ||
macvim.patch | ||
vimacs.nix |