diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-01-04 16:47:48 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-01-05 15:21:23 +0100 |
commit | 7d7ea947f56e5080c9913f311ede71475045b9d6 (patch) | |
tree | 9f673368e2c315062fc71f9d59b530719a9be352 /gnu/local.mk | |
parent | 9410a5aa916035bb4d7f032a5fe81cfb497887c8 (diff) | |
download | guix-7d7ea947f56e5080c9913f311ede71475045b9d6.tar.gz guix-7d7ea947f56e5080c9913f311ede71475045b9d6.zip |
gnu: sed: Update to 4.3.
* gnu/packages/base.scm (sed): Update to 4.3.
[source]: Use xz tarball. Remove upstreamed patch.
[arguments]: Fix '/bin/sh' -> 'bash' substitution.
[home-page]: Use https.
[native-inputs]: Add perl.
* gnu/packages/patches/sed-hurd-path-max.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 00f47e3165..55d56e1852 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -835,7 +835,6 @@ dist_patch_DATA = \ %D%/packages/patches/ruby-symlinkfix.patch \ %D%/packages/patches/ruby-tzinfo-data-ignore-broken-test.patch\ %D%/packages/patches/ruby-yard-fix-skip-of-markdown-tests.patch \ - %D%/packages/patches/sed-hurd-path-max.patch \ %D%/packages/patches/scheme48-tests.patch \ %D%/packages/patches/scotch-test-threading.patch \ %D%/packages/patches/sdl-libx11-1.6.patch \ |