nixpkgs/pkgs
Dmitry Kalinkin fdada4a45f
nukeReferences: fix for store paths with special characters (like '+' or '.')
This introduces extra escaping for $NIX_STORE that gets interpolated
into a PCRE. The escaping is performed using a standard Perl function
"quotemeta" (see "perldoc -f quotemeta" for reference). The same value
is also used in sed regex which uses POSIX basic regular expressions
instead of PCRE, so it needs fewer characters to be escaped. It should
not cause much problem to not change sed invocation, but I replace it
with equivalent Perl expression (actually the behavior is changed to not
output a newline character after the matched output).
2019-05-03 12:56:44 -04:00
..
applications Merge branch 'master' into staging 2019-05-03 16:01:49 +02:00
build-support nukeReferences: fix for store paths with special characters (like '+' or '.') 2019-05-03 12:56:44 -04:00
common-updater common-updater-scripts: fix fallback version detection 2019-05-03 04:34:45 +02:00
data Merge branch 'master' into staging 2019-05-03 16:01:49 +02:00
desktops Merge branch 'master' into staging 2019-05-03 16:01:49 +02:00
development Merge branch 'master' into staging 2019-05-03 16:01:49 +02:00
games Merge master into staging-next 2019-05-01 11:45:46 +02:00
misc Merge branch 'master' into staging 2019-05-03 16:01:49 +02:00
os-specific Merge branch 'master' into staging 2019-05-03 16:01:49 +02:00
servers Merge pull request #60630 from etu/drop-emby 2019-05-03 07:58:30 +02:00
shells oh-my-zsh: 2019-04-29 -> 2019-05-01 2019-05-02 13:57:46 -04:00
stdenv Merge pull request #56744 from matthewbauer/macos-10-12 2019-04-26 22:20:03 -04:00
test wasm: init cross target 2019-04-23 21:48:57 -04:00
tools Merge branch 'master' into staging 2019-05-03 16:01:49 +02:00
top-level Merge branch 'master' into staging 2019-05-03 16:01:49 +02:00