aws-workspaces: use makeBinaryWrapper

This commit is contained in:
Pol Dellaiera
2025-06-09 17:01:49 +02:00
parent 651182ad27
commit 0064ff0ea0
@@ -3,7 +3,7 @@
lib,
fetchurl,
dpkg,
makeWrapper,
makeBinaryWrapper,
glib-networking,
}:
@@ -16,7 +16,6 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
urls = [
# Check new version at https://d3nt0h4h6pmmc4.cloudfront.net/ubuntu/dists/jammy/main/binary-amd64/Packages
"https://d3nt0h4h6pmmc4.cloudfront.net/ubuntu/dists/jammy/main/binary-amd64/workspacesclient_${finalAttrs.version}_amd64.deb"
];
hash = "sha256-VPNZN9AsrGJ56O8B5jxlgLMvrUViTv6yto8c5pGQc0A=";
@@ -24,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [
dpkg
makeWrapper
makeBinaryWrapper
];
installPhase = ''