mirror of
https://github.com/vinceliuice/grub2-themes.git
synced 2024-11-05 11:26:13 +01:00
Update flake.nix
add imagemagick
This commit is contained in:
parent
daa8aef95f
commit
d73179c4ea
@ -30,6 +30,7 @@
|
|||||||
grub2-theme = pkgs.stdenv.mkDerivation {
|
grub2-theme = pkgs.stdenv.mkDerivation {
|
||||||
name = "grub2-theme";
|
name = "grub2-theme";
|
||||||
src = "${self}";
|
src = "${self}";
|
||||||
|
buildInputs = [ pkgs.imagemagick ];
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/grub/themes;
|
mkdir -p $out/grub/themes;
|
||||||
bash ./install.sh \
|
bash ./install.sh \
|
||||||
|
Loading…
Reference in New Issue
Block a user