Merge pull request #175453 from Mic92/gparted

gparted: enable parallel building
This commit is contained in:
José Romildo Malaquias 2022-06-02 15:00:47 -03:00 committed by GitHub
commit 4c704d3306
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];