avrdudess: Use makeLibraryPath
This affected the hash, presumably it now references correct output of gtk.
This commit is contained in:
parent
367ddbdcd5
commit
48f26ba8dd
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
cat >> "$out/bin/avrdudess" << __EOF__
|
cat >> "$out/bin/avrdudess" << __EOF__
|
||||||
#!${stdenv.shell}
|
#!${stdenv.shell}
|
||||||
export LD_LIBRARY_PATH="${gtk}/lib:${mono}/lib"
|
export LD_LIBRARY_PATH="${stdenv.lib.makeLibraryPath [gtk mono]}"
|
||||||
# We need PATH from user env for xdg-open to find its tools, which
|
# We need PATH from user env for xdg-open to find its tools, which
|
||||||
# typically depend on the currently running desktop environment.
|
# typically depend on the currently running desktop environment.
|
||||||
export PATH="${avrgcclibc}/bin:${avrdude}/bin:${xdg_utils}/bin:\$PATH"
|
export PATH="${avrgcclibc}/bin:${avrdude}/bin:${xdg_utils}/bin:\$PATH"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user