tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
aws-workspaces: use `makeBinaryWrapper`
Pol Dellaiera
8 months ago
0064ff0e
651182ad
+2
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
aw
aws-workspaces
workspacesclient.nix
+2
-3
pkgs/by-name/aw/aws-workspaces/workspacesclient.nix
···
3
3
lib,
4
4
fetchurl,
5
5
dpkg,
6
6
-
makeWrapper,
6
6
+
makeBinaryWrapper,
7
7
glib-networking,
8
8
}:
9
9
···
16
16
17
17
src = fetchurl {
18
18
urls = [
19
19
-
# Check new version at https://d3nt0h4h6pmmc4.cloudfront.net/ubuntu/dists/jammy/main/binary-amd64/Packages
20
19
"https://d3nt0h4h6pmmc4.cloudfront.net/ubuntu/dists/jammy/main/binary-amd64/workspacesclient_${finalAttrs.version}_amd64.deb"
21
20
];
22
21
hash = "sha256-VPNZN9AsrGJ56O8B5jxlgLMvrUViTv6yto8c5pGQc0A=";
···
24
23
25
24
nativeBuildInputs = [
26
25
dpkg
27
27
-
makeWrapper
26
26
+
makeBinaryWrapper
28
27
];
29
28
30
29
installPhase = ''