Added jgrpp 0.65.2

This commit is contained in:
EsVagy42 2025-04-27 16:06:49 +00:00
parent 6ab5034556
commit 4cd408a628
2 changed files with 91 additions and 66 deletions

View file

@ -1 +1 @@
Changed wine package to winewow staging Added jgrpp 0.65.2

View file

@ -168,82 +168,107 @@
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs;
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. let
# wget jgrpp = openttd.overrideAttrs (oldAttrs: rec {
kdePackages.krecorder pname = "openttd-jgrpp";
kdePackages.kweather version = "0.65.2";
kdePackages.kcharselect
kdePackages.filelight
kdePackages.kcalc
kdePackages.cantor
kdePackages.kclock
kdePackages.kholidays
kdePackages.libkdepim
kdePackages.kdepim-addons
kdePackages.kdepim-runtime
kdePackages.kcontacts
brave src = fetchFromGitHub {
owner = "JGRennison";
repo = "OpenTTD-patches";
rev = "jgrpp-${version}";
hash = "sha256-CoWtFhR8U1PjvV4ID7R5cuFAD6jV8Ps6DtLOu6V55TM=";
};
patches = [ ];
kdePackages.zanshin buildInputs = oldAttrs.buildInputs ++ [ zstd ];
kdePackages.korganizer
kdePackages.merkuro
kdePackages.francis
yt-dlp meta = {
homepage = "https://github.com/JGRennison/OpenTTD-patches";
changelog =
"https://github.com/JGRennison/OpenTTD-patches/blob/jgrpp-${version}/jgrpp-changelog.md";
mainProgram = "openttd";
};
wl-clipboard });
lldb in [
kdePackages.kompare # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
kdePackages.kdevelop # wget
kdePackages.kcachegrind kdePackages.krecorder
gcc kdePackages.kweather
gdb kdePackages.kcharselect
clang-tools kdePackages.filelight
bash-language-server kdePackages.kcalc
nixd kdePackages.cantor
nixfmt kdePackages.kclock
marksman kdePackages.kholidays
kdePackages.markdownpart kdePackages.libkdepim
lua kdePackages.kdepim-addons
lua-language-server kdePackages.kdepim-runtime
cppcheck kdePackages.kcontacts
nixos-shell
kdePackages.qtwebengine brave
kdePackages.qtlocation
kdePackages.ksystemstats # needed for the resource widgets
aspell # needed for spell checking
aspellDicts.en
aspellDicts.hu
kdePackages.qtmultimedia
gimp kdePackages.zanshin
inkscape kdePackages.korganizer
kdePackages.kdenlive kdePackages.merkuro
kdePackages.francis
srb2 yt-dlp
superTuxKart
kdePackages.kjumpingcube
kdePackages.kigo
gnugo
crawlTiles
prismlauncher
mindustry
openttd-jgrpp
retroarch-full wl-clipboard
lldb
kdePackages.kompare
kdePackages.kdevelop
kdePackages.kcachegrind
gcc
gdb
clang-tools
bash-language-server
nixd
nixfmt
marksman
kdePackages.markdownpart
lua
lua-language-server
cppcheck
nixos-shell
wineWowPackages.staging kdePackages.qtwebengine
winetricks kdePackages.qtlocation
kdePackages.ksystemstats # needed for the resource widgets
aspell # needed for spell checking
aspellDicts.en
aspellDicts.hu
kdePackages.qtmultimedia
beeper gimp
inkscape
kdePackages.kdenlive
libreoffice srb2
pandoc superTuxKart
texliveFull kdePackages.kjumpingcube
]; kdePackages.kigo
gnugo
crawlTiles
prismlauncher
mindustry
retroarch-full
wineWowPackages.staging
winetricks
beeper
libreoffice
pandoc
texliveFull
jgrpp
];
fonts.packages = with pkgs; [ nerd-fonts.hack ]; fonts.packages = with pkgs; [ nerd-fonts.hack ];