Commit f6fdce76 authored by jeLee6gi's avatar jeLee6gi Committed by jeLee6gi
Browse files

passage: make getopt available in PATH of wrapper

parent fb7944c1
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  makeBinaryWrapper,
  replaceVars,
  age,
  getopt,
  unixtools,
  coreutils,
  findutils,
  gnugrep,
@@ -32,7 +32,7 @@ stdenv.mkDerivation (finalAttrs: {

  patches = [
    (replaceVars ./darwin-getopt-path.patch {
      inherit getopt;
      getopt = unixtools.getopt;
    })
    ./set-correct-program-name-for-sleep.patch
  ];
@@ -44,6 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
      age
      coreutils
      findutils
      unixtools.getopt
      git
      gnugrep
      gnused