mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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__
|
||||
#!${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
|
||||
# typically depend on the currently running desktop environment.
|
||||
export PATH="${avrgcclibc}/bin:${avrdude}/bin:${xdg_utils}/bin:\$PATH"
|
||||
|
Loading…
Reference in New Issue
Block a user