Fix broken license references.

This commit is contained in:
Peter Simons
2014-07-28 11:43:20 +02:00
parent ad934ccc22
commit d0ca8c237e
38 changed files with 80 additions and 77 deletions
@@ -3,9 +3,9 @@ x@{builderDefsPackage
, gmpxx, flex, bison
, ...}:
builderDefsPackage
(a :
let
helperArgNames = ["stdenv" "fetchurl" "builderDefsPackage"] ++
(a :
let
helperArgNames = ["stdenv" "fetchurl" "builderDefsPackage"] ++
[];
buildInputs = map (n: builtins.getAttr n x)
@@ -30,7 +30,7 @@ rec {
/* doConfigure should be removed if not needed */
phaseNames = ["doAutotools" "doConfigure" "doMakeInstall"];
meta = {
description = "A satisfiability modulo theory (SMT) solver";
maintainers = with a.lib.maintainers;
@@ -39,7 +39,7 @@ rec {
];
platforms = with a.lib.platforms;
linux;
license = stdenv.lib.licenses.gpl3;
license = a.stdenv.lib.licenses.gpl3;
homepage = "http://code.google.com/p/opensmt/";
};
passthru = {