breeze-plymouth: make some things native

some of these only need to be on the build machine.
This commit is contained in:
Matthew Bauer 2020-02-26 22:00:56 -05:00
parent 1bac797616
commit f8006597a8

View File

@ -26,8 +26,8 @@ in
mkDerivation {
name = "breeze-plymouth";
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ plymouth ] ++ lib.optionals (logoFile != null) [ imagemagick netpbm perl ];
nativeBuildInputs = [ extra-cmake-modules ] ++ lib.optionals (logoFile != null) [ imagemagick netpbm perl ];
buildInputs = [ plymouth ];
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
cmakeFlags = []
++ lib.optional (osName != null) "-DDISTRO_NAME=${osName}"