feat(mottarone): add urbackup
This commit is contained in:
parent
6069ebb09d
commit
fd57aa3657
4 changed files with 77 additions and 0 deletions
|
@ -1,6 +1,16 @@
|
|||
inputs: final: prev: {
|
||||
idea-ultimate-fixed = prev.callPackage ./idea-fixed.nix { };
|
||||
|
||||
urbackup-client = prev.urbackup-client.overrideAttrs (old: {
|
||||
nativeBuildInputs = old.nativeBuildInputs or [ ] ++ [ prev.autoreconfHook ];
|
||||
|
||||
patches = old.patches or [ ] ++ [ ./urbackup-client-install.patch ];
|
||||
|
||||
configureFlags = old.configureFlags or [ ] ++ [
|
||||
"--localstatedir=/var/lib"
|
||||
];
|
||||
});
|
||||
|
||||
vencord = prev.vencord.overrideAttrs (old: rec {
|
||||
version = "${old.version}+git.${inputs.vencord.shortRev}";
|
||||
src = inputs.vencord;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue