···4848 meta = with stdenv.lib; {
4949 homepage = http://xmlsoft.org/XSLT/;
5050 description = "A C library and tools to do XSL transformations";
5151- license = "bsd";
5151+ license = licenses.mit;
5252 platforms = platforms.unix;
5353 maintainers = [ maintainers.eelco ];
5454 };
+1-1
pkgs/development/tools/misc/binutils/default.nix
···95959696 /* Give binutils a lower priority than gcc-wrapper to prevent a
9797 collision due to the ld/as wrappers/symlinks in the latter. */
9898- priority = "10";
9898+ priority = 10;
9999 };
100100}