about summary refs log tree commit diff
path: root/pkgs/tools/system/gptfdisk/default.nix
diff options
context:
space:
mode:
authorAndrew Marshall <andrew@johnandrewmarshall.com>2023-03-13 16:48:21 -0400
committerEmery Hemingway <ehmry@posteo.net>2023-04-05 15:09:02 +0000
commitd179bf5a96a57a68dcca548c992b5e9b5ee5818f (patch)
treef48b18cb4e980ddcef3ef01a45dd5119a4291038 /pkgs/tools/system/gptfdisk/default.nix
parent5cdf84485cf0da6b4cd05ee071e070fc33ea3761 (diff)
downloadnixlib-d179bf5a96a57a68dcca548c992b5e9b5ee5818f.tar
nixlib-d179bf5a96a57a68dcca548c992b5e9b5ee5818f.tar.gz
nixlib-d179bf5a96a57a68dcca548c992b5e9b5ee5818f.tar.bz2
nixlib-d179bf5a96a57a68dcca548c992b5e9b5ee5818f.tar.lz
nixlib-d179bf5a96a57a68dcca548c992b5e9b5ee5818f.tar.xz
nixlib-d179bf5a96a57a68dcca548c992b5e9b5ee5818f.tar.zst
nixlib-d179bf5a96a57a68dcca548c992b5e9b5ee5818f.zip
gptfdisk: Backport upstream fix for popt 1.19
Existing patch in nixpkgs causes segfault, see
https://github.com/NixOS/nixpkgs/issues/219775. This replaces that with
cherry-picks from upstream. Tested basic behavior (`sgdisk --version ;
sgdisk /dev/sda1`) and both seem to work okay.
Diffstat (limited to 'pkgs/tools/system/gptfdisk/default.nix')
-rw-r--r--pkgs/tools/system/gptfdisk/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/tools/system/gptfdisk/default.nix b/pkgs/tools/system/gptfdisk/default.nix
index dbce7316303b..ea6b12ac5eb0 100644
--- a/pkgs/tools/system/gptfdisk/default.nix
+++ b/pkgs/tools/system/gptfdisk/default.nix
@@ -13,7 +13,6 @@ stdenv.mkDerivation rec {
 
   patches = [
     # issues with popt 1.19 (from upstream but not yet released):
-    # https://sourceforge.net/p/gptfdisk/code/ci/5d5e76d369a412bfb3d2cebb5fc0a7509cef878d/
     # https://github.com/rpm-software-management/popt/issues/80
     ./popt-1-19.patch