summary refs log tree commit diff
path: root/pkgs/tools/filesystems/nixpart/0.4/pyparted.nix
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2017-09-05 17:25:26 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2017-09-21 15:49:53 -0400
commitfd9c7eb2e8c1755b606cb0d7dab2ba0bb93e36ed (patch)
tree218d1f8b19f2d6de1d953edfb94a84c1ae1b4757 /pkgs/tools/filesystems/nixpart/0.4/pyparted.nix
parent9f2e05662bf7a33c394fa7d707905154d20a0db2 (diff)
downloadnixpkgs-fd9c7eb2e8c1755b606cb0d7dab2ba0bb93e36ed.tar
nixpkgs-fd9c7eb2e8c1755b606cb0d7dab2ba0bb93e36ed.tar.gz
nixpkgs-fd9c7eb2e8c1755b606cb0d7dab2ba0bb93e36ed.tar.bz2
nixpkgs-fd9c7eb2e8c1755b606cb0d7dab2ba0bb93e36ed.tar.lz
nixpkgs-fd9c7eb2e8c1755b606cb0d7dab2ba0bb93e36ed.tar.xz
nixpkgs-fd9c7eb2e8c1755b606cb0d7dab2ba0bb93e36ed.tar.zst
nixpkgs-fd9c7eb2e8c1755b606cb0d7dab2ba0bb93e36ed.zip
misc pkgs: Make solitary pkgconfig buildInputs nativeBuildInputs
Diffstat (limited to 'pkgs/tools/filesystems/nixpart/0.4/pyparted.nix')
-rw-r--r--pkgs/tools/filesystems/nixpart/0.4/pyparted.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/nixpart/0.4/pyparted.nix b/pkgs/tools/filesystems/nixpart/0.4/pyparted.nix
index 0d3370c4b1e..fd6c5b91309 100644
--- a/pkgs/tools/filesystems/nixpart/0.4/pyparted.nix
+++ b/pkgs/tools/filesystems/nixpart/0.4/pyparted.nix
@@ -24,7 +24,7 @@ buildPythonApplication rec {
     PATH="${parted}/sbin:$PATH"
   '';
 
-  buildInputs = [ pkgconfig ];
+  nativeBuildInputs = [ pkgconfig ];
 
   propagatedBuildInputs = [ parted ];