mateamt: move meta to overrideAttrs

This commit is contained in:
Astro 2019-12-20 22:59:08 +01:00
parent 4b40683d78
commit f160e1ad52
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
{ pkgs ? import <nixpkgs> (import <haskell-nix>)
}:
{
mateamt = pkgs.lib.hydraJob (import <mateamt> {
mateamt = pkgs.lib.hydraJob ((import <mateamt> {
inherit pkgs;
}).overrideAttrs {
meta = with pkgs.stdenv.lib; {
description = "A whole new matemat";
maintainers = [