mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
util-linux: Install all binaries in $bin
This commit is contained in:
parent
dbe432e6f4
commit
cc8db57097
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ stdenv.mkDerivation rec {
|
|||
${if ncurses == null then "--without-ncurses" else ""}
|
||||
'';
|
||||
|
||||
makeFlags = "usrbin_execdir=$(bin)/bin usrsbin_execdir=$(bin)/sbin";
|
||||
|
||||
buildInputs =
|
||||
[ zlib pam ]
|
||||
++ stdenv.lib.optional (ncurses != null) ncurses
|
||||
|
|
Loading…
Reference in a new issue