forked from Nexus/nexus
working registration
This commit is contained in:
parent
5ed6e5e083
commit
adf3da8d77
4 changed files with 16 additions and 16 deletions
|
|
@ -45,7 +45,6 @@ pkgs.mkShell {
|
|||
GRADLE_OPTS = "-Dorg.gradle.project.android.aapt2FromMavenOverride=${ANDROID_HOME}/build-tools/36.0.0/aapt2";
|
||||
}
|
||||
// lib.optionalAttrs pkgs.stdenv.isLinux {
|
||||
CPATH = lib.makeSearchPath "include" [ pkgs.glibc.dev ];
|
||||
LD_LIBRARY_PATH = "./build/native_assets/linux:${lib.makeLibraryPath [ pkgs.zlib ]}";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue