Skip to content

Commit

Permalink
drop gnused gnulib.passthru.longdouble-redirect-patch
Browse files Browse the repository at this point in the history
This reverts commit d455973ece7f51907e86fa4e69947ae0eca6bfa1.
  • Loading branch information
Adam Joseph committed Apr 5, 2023
1 parent deda18b commit 0ce0096
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions pkgs/tools/text/gnused/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{ lib, stdenv, fetchurl, perl
, gnulib }:
{ lib, stdenv, fetchurl, perl }:

stdenv.mkDerivation rec {
pname = "gnused";
Expand All @@ -13,13 +12,6 @@ stdenv.mkDerivation rec {
outputs = [ "out" "info" ];

nativeBuildInputs = [ perl ];

patches = [
# this change to gnused's vendored copy of gnulib is already
# merged upstream; we can drop this patch on the next version bump
gnulib.passthru.longdouble-redirect-patch
];

preConfigure = "patchShebangs ./build-aux/help2man";

# Prevents attempts of running 'help2man' on cross-built binaries.
Expand Down

0 comments on commit 0ce0096

Please sign in to comment.