about summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-01-04 00:57:38 +0000
committerGitHub <noreply@github.com>2021-01-04 00:57:38 +0000
commit581059aed4a202bf50b5f27b06234151d8653e14 (patch)
treeb6be55f925a711140368f608255ae4c70d7b28c1 /pkgs/tools/filesystems
parentc40e1d8c9500ed56180aa0cdb153783b444ac8e0 (diff)
parent2554c5008c544686f098bd97a53c5cca2a19267c (diff)
downloadnixlib-581059aed4a202bf50b5f27b06234151d8653e14.tar
nixlib-581059aed4a202bf50b5f27b06234151d8653e14.tar.gz
nixlib-581059aed4a202bf50b5f27b06234151d8653e14.tar.bz2
nixlib-581059aed4a202bf50b5f27b06234151d8653e14.tar.lz
nixlib-581059aed4a202bf50b5f27b06234151d8653e14.tar.xz
nixlib-581059aed4a202bf50b5f27b06234151d8653e14.tar.zst
nixlib-581059aed4a202bf50b5f27b06234151d8653e14.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/tools/filesystems')
-rw-r--r--pkgs/tools/filesystems/nixpart/0.4/parted.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/nixpart/0.4/parted.nix b/pkgs/tools/filesystems/nixpart/0.4/parted.nix
index 7fe1b7454668..d3fc9ce96f58 100644
--- a/pkgs/tools/filesystems/nixpart/0.4/parted.nix
+++ b/pkgs/tools/filesystems/nixpart/0.4/parted.nix
@@ -1,5 +1,7 @@
 { stdenv, fetchurl, fetchpatch, lvm2, libuuid, gettext, readline
-, util-linux, check, enableStatic ? false }:
+, util-linux, check
+, enableStatic ? stdenv.hostPlatform.isStatic
+}:
 
 stdenv.mkDerivation rec {
   name = "parted-3.1";