gparted: enable parallel building

This commit is contained in:
Jörg Thalheim 2022-05-30 11:31:34 +02:00
parent cb2c4f77af
commit 146a2545a0
No known key found for this signature in database

View File

@ -23,6 +23,8 @@ stdenv.mkDerivation rec {
})
];
enableParallelBuilding = true;
configureFlags = [ "--disable-doc" ];
buildInputs = [ parted glib libuuid gtkmm3 libxml2 polkit.bin gnome.adwaita-icon-theme ];