uutils-coreutils: fix strict deps build
This commit is contained in:
parent
b684103191
commit
965dc7bb24
@ -20,8 +20,8 @@ rustPlatform.buildRustPackage {
|
|||||||
[ "CARGO=${cargo}/bin/cargo" "PREFIX=$(out)" "PROFILE=release" "INSTALLDIR_MAN=$(out)/share/man/man1" ]
|
[ "CARGO=${cargo}/bin/cargo" "PREFIX=$(out)" "PROFILE=release" "INSTALLDIR_MAN=$(out)/share/man/man1" ]
|
||||||
++ lib.optional (prefix != null) [ "PROG_PREFIX=${prefix}" ];
|
++ lib.optional (prefix != null) [ "PROG_PREFIX=${prefix}" ];
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake cargo sphinx ];
|
||||||
buildInputs = [ cargo sphinx ] ++ lib.optional stdenv.isDarwin Security;
|
buildInputs = lib.optional stdenv.isDarwin Security;
|
||||||
|
|
||||||
# empty {build,install}Phase to use defaults of `stdenv.mkDerivation` rather than rust defaults
|
# empty {build,install}Phase to use defaults of `stdenv.mkDerivation` rather than rust defaults
|
||||||
buildPhase = "";
|
buildPhase = "";
|
||||||
|
Loading…
Reference in New Issue
Block a user