1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/doc
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
..
languages-frameworks Merge pull request #18798 from siddharthist/doc/node-readme 2016-09-22 22:12:37 +01:00
old
coding-conventions.xml
configuration.xml
contributing.xml
default.nix Nixpkgs manual: Fix epub generation 2016-10-03 20:33:01 +02:00
functions.xml
introduction.md
manual.xml
meta.xml
multiple-output.xml outputDocdev -> outputDevdoc 2016-09-20 17:44:48 +02:00
package-notes.xml
quick-start.xml
release-notes.xml
stdenv.xml stdenv/stripHash: print to stdout, not to variable 2016-10-11 18:34:36 +02:00
style.css
submitting-changes.xml