lumpy: Initial packaging

This commit is contained in:
Tyson Whitehead
2019-10-29 14:44:58 -04:00
parent d722075b64
commit e3993e3a55
2 changed files with 57 additions and 0 deletions

View File

@@ -24,6 +24,8 @@ self: super: pkgs: with pkgs; {
libxc4 = libxc404;
libxc = libxc4;
lumpy = callPackage ./lumpy.nix { };
#meraculous = callPackage ./meraculous.nix { let stdenv49 = overrideCC stdenv gcc49; in stdenv = stdenv49; boost = boost159.override { stdenv = stdenv49 }; };
minia = callPackage ./minia.nix { };