ed: fix docs location

by removing installFlags and configureFlags. Fixes #32159
This commit is contained in:
Bert Moens 2017-12-04 20:23:35 +01:00 committed by Orivej Desh
parent 2a230dd64d
commit a865d17b7c

View File

@ -26,13 +26,6 @@ stdenv.mkDerivation rec {
*/
doCheck = !(hostPlatform.isDarwin || hostPlatform != buildPlatform);
installFlags = [ "DESTDIR=$(out)" ];
configureFlags = [
"--exec-prefix=${stdenv.cc.targetPrefix}"
"CC=${stdenv.cc.targetPrefix}cc"
];
meta = {
description = "An implementation of the standard Unix editor";