tests.haskell.setBuildTarget: set to mit
this is part of the nixpkgs code so set it to mit
This commit is contained in:
@@ -15,7 +15,7 @@ let
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [ base ];
|
||||
license = "unknown";
|
||||
license = pkgs.lib.licenses.mit;
|
||||
};
|
||||
|
||||
drv = haskellPackages.callPackage pkgDef { };
|
||||
|
||||
Reference in New Issue
Block a user