orgstat icon indicating copy to clipboard operation
orgstat copied to clipboard

Fix to build with nixpkgs18.03

Open freuk opened this issue 7 years ago • 2 comments

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 avatar Sep 12 '18 08:09 freuk

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

drv = pkgs.haskell.lib.doJailbreak (variant (haskellPackages.callPackage f {}));

freuk avatar Sep 12 '18 08:09 freuk

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

volhovm avatar Dec 31 '20 18:12 volhovm