Files
nixpkgs/pkgs/build-support
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
..
2016-09-23 16:40:59 -05:00
2016-03-28 08:23:06 +01:00
2016-05-17 17:32:53 +01:00
2016-07-26 02:02:42 +03:00
2016-09-20 17:44:48 +02:00
2016-09-29 13:06:41 +02:00
2016-04-18 21:13:18 +02:00