Attempt 3

This commit is contained in:
Zonsopkomst 2024-03-19 13:01:23 -05:00
parent 3f3e1b77b2
commit 5eb6333885
2 changed files with 4 additions and 12 deletions

View File

@ -12,17 +12,9 @@
# 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:nixos/nixpkgs/f4599feae4160285c5ce4e4364bd147df83e780c";
legacyPackages.gnucash.url = "github:nixos/nixpkgs/f4599feae4160285c5ce4e4364bd147df83e780c";
#legacyPackages.gnucash.url = "github:Gnucash/gnucash/releases/download/5.4/gnucash-5.4-1.tar.bz2";
pkgs = import (builtins.fetchGit {
# Descriptive name to make the store path easier to identify
name = "gnucash-old";
url = "https://github.com/NixOS/nixpkgs/";
ref = "refs/heads/nixpkgs-unstable";
rev = "9957cd48326fe8dbd52fdc50dd2502307f188b0d";
}) {};
gnucash = gnucash-old;
};
outputs = inputs@{
@ -237,7 +229,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-old # Double Entry Accounting Software
#gnucash.legacyPackages.${pkgs.system}.gnucash
#gnucash # Double Entry Accounting Software
gnucash.legacyPackages.${pkgs.system}.gnucash
gpodder # Podcast Manager
gretl # Econometric Analysis
gzdoom # Doom Clone based on ZDoom