Temp removed gnucash legacyPackages edits

This commit is contained in:
Zonsopkomst 2024-03-13 14:51:54 -05:00
parent 3a3b255544
commit 61f946c69d
2 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@
# 03/12/2024 Gnucash Attempt:
# legacyPackages.url = "github.com/Gnucash/gnucash/releases/download/5.4/gnucash-5.4-1.tar.gz";
legacyPackages.gnucash.url = "github.com/NixOS/nixpkgs/blob/f4599feae4160285c5ce4e4364bd147df83e780c";
#legacyPackages.gnucash.url = "github.com/NixOS/nixpkgs/blob/f4599feae4160285c5ce4e4364bd147df83e780c";
};
outputs = inputs@{
@ -226,7 +226,7 @@
system = "x86_64-linux";
# 03/12/2024 Gnucash Attempt:
extraSpecialArgs = {inherit inputs;};
#extraSpecialArgs = {inherit inputs;};
modules = [

View File

@ -17,8 +17,8 @@
easytag # Music Tag Editor
freetube # YouTube Front-End
gajim # XMPP Client
#gnucash # Double Entry Accounting Software
legacyPackages.gnucash.${pkgs.system}.gnucash
gnucash # Double Entry Accounting Software
#legacyPackages.gnucash.${pkgs.system}.gnucash
gpodder # Podcast Manager
gretl # Econometric Analysis
gzdoom # Doom Clone based on ZDoom