summaryrefslogtreecommitdiffstats
path: root/pkgs/desktops/plasma-5
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2020-02-26 22:00:56 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2020-03-06 00:45:48 -0500
commitf8006597a853746a1fc29f957e364c72cf766b68 (patch)
tree0b6fc7568f41a158fb49e26efbc61492510f150d /pkgs/desktops/plasma-5
parent1bac79761679c249dee700c5112df51437ac2fc0 (diff)
breeze-plymouth: make some things native
some of these only need to be on the build machine.
Diffstat (limited to 'pkgs/desktops/plasma-5')
-rw-r--r--pkgs/desktops/plasma-5/breeze-plymouth/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/plasma-5/breeze-plymouth/default.nix b/pkgs/desktops/plasma-5/breeze-plymouth/default.nix
index 5b6abddbcda3..770e549fc2cd 100644
--- a/pkgs/desktops/plasma-5/breeze-plymouth/default.nix
+++ b/pkgs/desktops/plasma-5/breeze-plymouth/default.nix
@@ -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}"