pspp: move env variable(s) into env for structuredAttrs
This commit is contained in:
@@ -55,9 +55,11 @@ stdenv.mkDerivation rec {
|
||||
iconv
|
||||
];
|
||||
|
||||
C_INCLUDE_PATH =
|
||||
"${libxml2.dev}/include/libxml2/:" + lib.makeSearchPathOutput "dev" "include" buildInputs;
|
||||
LIBRARY_PATH = lib.makeLibraryPath buildInputs;
|
||||
env = {
|
||||
C_INCLUDE_PATH =
|
||||
"${libxml2.dev}/include/libxml2/:" + lib.makeSearchPathOutput "dev" "include" buildInputs;
|
||||
LIBRARY_PATH = lib.makeLibraryPath buildInputs;
|
||||
};
|
||||
|
||||
doCheck = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user