Unverified Commit 2f370bd7 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

podman: make gvproxy a darwin-only strict requirement (#484386)

parents 923e274b 2b06eb17
Loading
Loading
Loading
Loading
+13 −12
Original line number Diff line number Diff line
@@ -176,7 +176,8 @@ buildGoModule (finalAttrs: {
      name = "podman-helper-binary-wrapper";

      # this only works for some binaries, others may need to be added to `binPath` or in the modules
      paths = [
      paths =
        lib.optionals stdenv.hostPlatform.isDarwin [
          gvproxy
        ]
        ++ lib.optionals stdenv.hostPlatform.isLinux [