nixpkgs/nixos/doc/manual/release-notes
Profpatsch bef6bef0d2
stdenv/stripHash: print to stdout, not to variable
`stripHash` documentation states that it prints out the stripped name to
the stdout, but the function stored the value in `strippedName`
instead.

Basically all usages did something like
`$(stripHash $foo | echo $strippedName)` which is just braindamaged.
Fixed the implementation and all invocations.
2016-10-11 18:34:36 +02:00
..
release-notes.xml unstable is now 17.03 2016-09-02 08:47:21 +02:00
rl-1310.xml Move release notes to an appendix and a separate chunk 2015-07-22 16:21:32 +02:00
rl-1404.xml Move release notes to an appendix and a separate chunk 2015-07-22 16:21:32 +02:00
rl-1412.xml Move release notes to an appendix and a separate chunk 2015-07-22 16:21:32 +02:00
rl-1509.xml texlive: rename the directory texlive-new -> texlive 2016-09-04 14:53:30 +02:00
rl-1603.xml modules/mkRemovedOptionModule: add replacement doc 2016-05-29 00:42:08 +02:00
rl-1609.xml Merge pull request #17922 from bjornfor/php-config-file-scan-dir 2016-10-09 21:45:48 +02:00
rl-1703.xml stdenv/stripHash: print to stdout, not to variable 2016-10-11 18:34:36 +02:00