summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/elf-header/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/elf-header/default.nix')
-rw-r--r--pkgs/development/libraries/elf-header/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/elf-header/default.nix b/pkgs/development/libraries/elf-header/default.nix
index c1764e83c303..72166bb38ce9 100644
--- a/pkgs/development/libraries/elf-header/default.nix
+++ b/pkgs/development/libraries/elf-header/default.nix
@@ -35,9 +35,9 @@ stdenvNoCC.mkDerivation {
outputsToInstall = [ "out" ];
description = "The datastructures of ELF according to the target platform's libc";
longDescription = ''
- The Executable and Linkable Format (ELF, formerly named Extensible Linking
- Format), is usually defined in a header like this.
- '';
+ The Executable and Linkable Format (ELF, formerly named Extensible Linking
+ Format), is usually defined in a header like this.
+ '';
platforms = lib.platforms.all;
maintainers = [ lib.maintainers.ericson2314 ];
};