aws-workspaces: use makeBinaryWrapper
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user