volhovm / orgstat

Statistics visualizer for org-mode
GNU General Public License v3.0
98 stars 6 forks source link

Fix to build with nixpkgs18.03 #9

Open freuk opened 6 years ago

freuk commented 6 years ago

Hello, I surely suppose this doesn't fit in the style of this codebase - but it allows to build with nixpkgs 18.03, using "nix-build shell.nix". Maybe it's useful for someone, so I'll leave this here.

freuk commented 6 years ago

Note that the cabal file is just jailbreaked, the generated cabal2nix file was altered here:

drv = pkgs.haskell.lib.doJailbreak (variant (haskellPackages.callPackage f {}));
volhovm commented 3 years ago

Hi! I'm terribly sorry, no idea how I missed this PR... Is it still relevant?