update gantt project
This commit is contained in:
parent
fb466c3d5b
commit
2bf1372db2
2 changed files with 19 additions and 2 deletions
|
@ -22,7 +22,15 @@
|
|||
gnome3.gnome-control-center
|
||||
pdfarranger
|
||||
|
||||
ganttproject-bin
|
||||
((ganttproject-bin.override {
|
||||
jre = pkgs.openjdk11;
|
||||
}).overrideAttrs (old: {
|
||||
version = "3.1.3100";
|
||||
src = pkgs.fetchzip {
|
||||
url = "https://dl.ganttproject.biz/ganttproject-3.1.3100/ganttproject-3.1.3100.zip";
|
||||
sha256 = "sha256-hw2paak0P670/kemiuqYHIaN0uUtkVKy+AX2X7OdnJ4=";
|
||||
};
|
||||
}))
|
||||
|
||||
# graphic
|
||||
#krita
|
||||
|
|
|
@ -17,7 +17,16 @@ in
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
||||
ganttproject-bin
|
||||
((ganttproject-bin.override {
|
||||
jre = pkgs.openjdk11;
|
||||
}).overrideAttrs (old: {
|
||||
version = "3.1.3100";
|
||||
src = pkgs.fetchzip {
|
||||
url = "https://dl.ganttproject.biz/ganttproject-3.1.3100/ganttproject-3.1.3100.zip";
|
||||
sha256 = "sha256-hw2paak0P670/kemiuqYHIaN0uUtkVKy+AX2X7OdnJ4=";
|
||||
};
|
||||
}))
|
||||
|
||||
|
||||
(nextcloudSync "InstantUpload")
|
||||
(nextcloudSync "Pictures")
|
||||
|
|
Loading…
Reference in a new issue