ed: fix docs location
by removing installFlags and configureFlags. Fixes #32159
This commit is contained in:
@@ -26,13 +26,6 @@ stdenv.mkDerivation rec {
|
|||||||
*/
|
*/
|
||||||
doCheck = !(hostPlatform.isDarwin || hostPlatform != buildPlatform);
|
doCheck = !(hostPlatform.isDarwin || hostPlatform != buildPlatform);
|
||||||
|
|
||||||
installFlags = [ "DESTDIR=$(out)" ];
|
|
||||||
|
|
||||||
configureFlags = [
|
|
||||||
"--exec-prefix=${stdenv.cc.targetPrefix}"
|
|
||||||
"CC=${stdenv.cc.targetPrefix}cc"
|
|
||||||
];
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "An implementation of the standard Unix editor";
|
description = "An implementation of the standard Unix editor";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user