Unverified Commit 946d14e7 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

passage: Make getopt available in PATH in wrapper (#477217)

parents 1fe6dbd0 f6fdce76
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