Skip to content

Commit

Permalink
gptfdisk: 1.0.8 -> 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
IzumiRaine authored and ehmry committed Sep 15, 2022
1 parent c35a89c commit 302b1d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 104 deletions.
10 changes: 2 additions & 8 deletions pkgs/tools/system/gptfdisk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,15 @@

stdenv.mkDerivation rec {
pname = "gptfdisk";
version = "1.0.8";
version = "1.0.9";

src = fetchurl {
# https://www.rodsbooks.com/gdisk/${name}.tar.gz also works, but the home
# page clearly implies a preference for using SourceForge's bandwidth:
url = "mirror://sourceforge/gptfdisk/${pname}-${version}.tar.gz";
sha256 = "sha256-ldGYVvAE2rxLjDQrJhLo0KnuvdUgBClxiDafFS6dxt8=";
sha256 = "sha256-2v6tJpP6646Ll4MrI0B/btWzIZvBeE9ILdhVd04tUMI=";
};

patches = [
# fix build failure against ncurses-6.3 (pending upstream inclusion):
# https://sourceforge.net/p/gptfdisk/mailman/message/37392412/
./ncurses-6.3.patch
];

postPatch = ''
patchShebangs gdisk_test.sh
'' + lib.optionalString stdenv.isDarwin ''
Expand Down
96 changes: 0 additions & 96 deletions pkgs/tools/system/gptfdisk/ncurses-6.3.patch

This file was deleted.

0 comments on commit 302b1d0

Please sign in to comment.