mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
added diva support
This commit is contained in:
parent
cf5af467fa
commit
2113e53b7e
8 changed files with 108 additions and 25 deletions
|
@ -1,9 +1,13 @@
|
|||
{ stdenv, fetchFromGitea }:
|
||||
{
|
||||
stdenv,
|
||||
pkgs,
|
||||
fetchFromGitea,
|
||||
}:
|
||||
stdenv.mkDerivation {
|
||||
pname = "4get";
|
||||
version = "1.2.6";
|
||||
|
||||
src = {
|
||||
src = fetchFromGitea {
|
||||
owner = "lolcat";
|
||||
domain = "git.lolcat.ca";
|
||||
repo = "4get";
|
||||
|
@ -14,15 +18,11 @@ stdenv.mkDerivation {
|
|||
installPhase = ''
|
||||
runHook preInstall
|
||||
cd lolcat
|
||||
|
||||
mkdir -p $out/share/icons/miku-cursor-linux
|
||||
cp -r * $out/share/icons/miku-cursor-linux
|
||||
install -m644 index.theme $out/share/icons/miku-cursor-linux/index.theme
|
||||
|
||||
|
||||
|
||||
|
||||
mkdir -p $out/html
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
buildInputs = [
|
||||
pkgs.php84
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue