Merge pull request #87076 from zowoq/podman-wrapper
podman: fix wrapper
This commit is contained in:
commit
1d53e7d5af
@ -54,5 +54,6 @@ buildGoPackage rec {
|
|||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ marsam ] ++ teams.podman.members;
|
maintainers = with maintainers; [ marsam ] ++ teams.podman.members;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
broken = stdenv.isDarwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -43,12 +43,7 @@ in runCommand podman.name {
|
|||||||
];
|
];
|
||||||
|
|
||||||
} ''
|
} ''
|
||||||
# Symlink everything but $out from podman-unwrapped
|
ln -s ${podman.man} $man
|
||||||
${
|
|
||||||
lib.concatMapStringsSep "\n"
|
|
||||||
(o: "ln -s ${podman.${o}} ${placeholder o}")
|
|
||||||
(builtins.filter (o: o != "out")
|
|
||||||
podman.outputs)}
|
|
||||||
|
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
ln -s ${podman-unwrapped}/share $out/share
|
ln -s ${podman-unwrapped}/share $out/share
|
||||||
|
Loading…
Reference in New Issue
Block a user