summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Moens <bert.moens@gmail.com>2017-12-04 20:23:35 +0100
committerOrivej Desh <orivej@gmx.fr>2017-12-04 23:31:30 +0000
commita865d17b7cd1599f6d0e5512147e15bbc75561ba (patch)
treef959bf61f891a194da4097e794d792339410081a
parent2a230dd64d2154ceb1ad2512116498257f739753 (diff)
ed: fix docs location
by removing installFlags and configureFlags. Fixes #32159
-rw-r--r--pkgs/applications/editors/ed/default.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/pkgs/applications/editors/ed/default.nix b/pkgs/applications/editors/ed/default.nix
index ee5afe500efe..1f6a9b89676d 100644
--- a/pkgs/applications/editors/ed/default.nix
+++ b/pkgs/applications/editors/ed/default.nix
@@ -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";