Skip to content

Commit

Permalink
dropbox: add bash to path
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Aug 17, 2017
1 parent 129f8d7 commit 14effc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/dropbox/default.nix
@@ -1,5 +1,5 @@
{ mkDerivation, stdenv, lib, fetchurl, makeDesktopItem
, makeWrapper, patchelf
, bash, makeWrapper, patchelf
, dbus_libs, fontconfig, freetype, gcc, glib
, libdrm, libffi, libICE, libSM
, libX11, libXcomposite, libXext, libXmu, libXrender, libxcb
Expand Down Expand Up @@ -98,8 +98,8 @@ in mkDerivation {
RPATH="${ldpath}:$out/${appdir}"
chmod 755 $out/${appdir}/dropbox
makeWrapper "$out/${appdir}/dropbox" "$out/bin/dropbox" \
--prefix LD_LIBRARY_PATH : "$RPATH"
--prefix LD_LIBRARY_PATH : "$RPATH" \
--prefix PATH : ${lib.makeBinPath [ bash ]}
rm $out/${appdir}/wmctrl
ln -s ${wmctrl}/bin/wmctrl $out/${appdir}/wmctrl
Expand Down

0 comments on commit 14effc9

Please sign in to comment.