hydrus
This commit is contained in:
parent
e37ef4727e
commit
7d4cdc6fea
@ -2,10 +2,12 @@ final: prev: {
|
|||||||
hydrus = prev.hydrus.overrideAttrs (old: rec {
|
hydrus = prev.hydrus.overrideAttrs (old: rec {
|
||||||
pname = "hydrus";
|
pname = "hydrus";
|
||||||
version = "434";
|
version = "434";
|
||||||
|
|
||||||
src = builtins.fetchGit {
|
src = builtins.fetchGit {
|
||||||
url = "https://github.com/hydrusnetwork/hydrus.git";
|
url = "https://github.com/hydrusnetwork/hydrus.git";
|
||||||
rev = "71bedccaeabf411307edeac3b03a0903d2c23ec8";
|
rev = "71bedccaeabf411307edeac3b03a0903d2c23ec8";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
sed 's;os\.path\.join(\sHC\.BIN_DIR,.*;"${prev.miniupnpc_2}/bin/upnpc";' \
|
sed 's;os\.path\.join(\sHC\.BIN_DIR,.*;"${prev.miniupnpc_2}/bin/upnpc";' \
|
||||||
-i ./hydrus/core/networking/HydrusNATPunch.py
|
-i ./hydrus/core/networking/HydrusNATPunch.py
|
||||||
|
@ -134,8 +134,8 @@ let
|
|||||||
|
|
||||||
bgColor = colorScheme.primary.normal.background;
|
bgColor = colorScheme.primary.normal.background;
|
||||||
fgColor = colorScheme.primary.bright.foreground;
|
fgColor = colorScheme.primary.bright.foreground;
|
||||||
acColor = colorScheme.normal.blue;
|
acColor = colorScheme.normal.yellow;
|
||||||
acColor2 = colorScheme.bright.cyan;
|
acColor2 = colorScheme.normal.magenta;
|
||||||
|
|
||||||
alacrittyColors = {
|
alacrittyColors = {
|
||||||
primary = {
|
primary = {
|
||||||
|
Loading…
Reference in New Issue
Block a user