Fix broken license references.
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user