We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c1c48d commit 4e8b7b9Copy full SHA for 4e8b7b9
pkgs/by-name/ju/junixsocket-native-common/package.nix
@@ -0,0 +1,15 @@
1
+{
2
+ fetchMavenArtifact,
3
+ junixsocket-common,
4
+ lib,
5
+}:
6
+
7
+fetchMavenArtifact {
8
+ groupId = "com.kohlschutter.junixsocket";
9
+ artifactId = "junixsocket-native-common";
10
+ inherit (junixsocket-common) version;
11
+ hash = "sha256-ASbOC68c61de9ReAfU0rFLnzLwYYAgThLsc6tKdyVno=";
12
+ meta = junixsocket-common.meta // {
13
+ sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
14
+ };
15
+}
0 commit comments