Loading pkgs/development/libraries/libhugetlbfs/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,9 @@ stdenv.mkDerivation rec { "EXEDIR=$(bin)/bin" "DOCDIR=$(doc)/share/doc/libhugetlbfs" "MANDIR=$(man)/share/man" ] ++ lib.optionals (stdenv.buildPlatform.system != stdenv.hostPlatform.system) [ # The ARCH logic defaults to querying `uname`, which will return build platform arch "ARCH=${stdenv.hostPlatform.uname.processor}" ]; # Default target builds tests as well, and the tests want a static Loading Loading
pkgs/development/libraries/libhugetlbfs/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,9 @@ stdenv.mkDerivation rec { "EXEDIR=$(bin)/bin" "DOCDIR=$(doc)/share/doc/libhugetlbfs" "MANDIR=$(man)/share/man" ] ++ lib.optionals (stdenv.buildPlatform.system != stdenv.hostPlatform.system) [ # The ARCH logic defaults to querying `uname`, which will return build platform arch "ARCH=${stdenv.hostPlatform.uname.processor}" ]; # Default target builds tests as well, and the tests want a static Loading