subversion: Remove apparently unnecessary environment variables
At least it seems to build fine (and use clang) without them.
This commit is contained in:
parent
542a4d0287
commit
6db6dea4c9
@ -15,7 +15,7 @@ assert httpServer -> httpd != null;
|
|||||||
assert pythonBindings -> swig != null && python != null;
|
assert pythonBindings -> swig != null && python != null;
|
||||||
assert javahlBindings -> jdk != null && perl != null;
|
assert javahlBindings -> jdk != null && perl != null;
|
||||||
|
|
||||||
stdenv.mkDerivation (rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
version = "1.8.10";
|
version = "1.8.10";
|
||||||
|
|
||||||
@ -77,9 +77,4 @@ stdenv.mkDerivation (rec {
|
|||||||
maintainers = with stdenv.lib.maintainers; [ eelco lovek323 ];
|
maintainers = with stdenv.lib.maintainers; [ eelco lovek323 ];
|
||||||
hydraPlatforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
|
hydraPlatforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
|
||||||
};
|
};
|
||||||
} // stdenv.lib.optionalAttrs stdenv.isDarwin {
|
}
|
||||||
CXX = "clang++";
|
|
||||||
CC = "clang";
|
|
||||||
CPP = "clang -E";
|
|
||||||
CXXCPP = "clang++ -E";
|
|
||||||
})
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user