treewide: fix assorted issues revealed by the meta checker

Turns out a couple of the licenses were wrong, as well as being strings.
This commit is contained in:
Dan Peebles
2017-04-28 23:02:37 -04:00
parent 76137a801d
commit 1a4ca220e1
4 changed files with 9 additions and 5 deletions

View File

@@ -95,6 +95,6 @@ stdenv.mkDerivation rec {
/* Give binutils a lower priority than gcc-wrapper to prevent a
collision due to the ld/as wrappers/symlinks in the latter. */
priority = "10";
priority = 10;
};
}