summary refs log tree commit diff
path: root/pkgs/tools/misc/picocom
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-01-23 15:42:57 +0000
committerProfpatsch <mail@profpatsch.de>2020-01-24 21:04:32 +0100
commit5e4c494636078516ab6197f9b65cd47aa36ab289 (patch)
tree77f3400f3948569b96ca87727097a3fd3def7246 /pkgs/tools/misc/picocom
parentd7f2bf70bd35a62d2f7bebce962cd4a22681d72c (diff)
downloadnixpkgs-5e4c494636078516ab6197f9b65cd47aa36ab289.tar
nixpkgs-5e4c494636078516ab6197f9b65cd47aa36ab289.tar.gz
nixpkgs-5e4c494636078516ab6197f9b65cd47aa36ab289.tar.bz2
nixpkgs-5e4c494636078516ab6197f9b65cd47aa36ab289.tar.lz
nixpkgs-5e4c494636078516ab6197f9b65cd47aa36ab289.tar.xz
nixpkgs-5e4c494636078516ab6197f9b65cd47aa36ab289.tar.zst
nixpkgs-5e4c494636078516ab6197f9b65cd47aa36ab289.zip
execline: wrap unconditionally; strip
I don't think there's any situation in which an unwrapped execlineb is
useful -- if you want to use different versions of the execlineb tool
it'll still prefer ones in PATH.  At the same time, implementing the
wrapper in this way, as a series of two derivations, meant that we
didn't get stdenv goodness for the wrapper.  This meant that, for
example, the wrapper was not stripped, and so execline ended up with
runtime dependencies on gcc and the Linux headers.  I don't want to
have to reimplement this sort of stuff when it's already in stdenv,
and so it makes much more sense to create the wrapper in the
mkDerivation call, where all of stdenv's normal magic will find it.
Diffstat (limited to 'pkgs/tools/misc/picocom')
0 files changed, 0 insertions, 0 deletions