Skip to content

Commit ba1667e

Browse files
gpauth: limit platforms to *-linux (#357181)
2 parents 29c5d30 + df5830d commit ba1667e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkgs/by-name/gp/gpauth/package.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,9 @@ rustPlatform.buildRustPackage rec {
4949
binary-eater
5050
m1dugh
5151
];
52+
platforms = [
53+
"aarch64-linux"
54+
"x86_64-linux"
55+
];
5256
};
5357
}

0 commit comments

Comments
 (0)