···48 meta = with stdenv.lib; {
49 homepage = http://xmlsoft.org/XSLT/;
50 description = "A C library and tools to do XSL transformations";
51- license = "bsd";
52 platforms = platforms.unix;
53 maintainers = [ maintainers.eelco ];
54 };
···48 meta = with stdenv.lib; {
49 homepage = http://xmlsoft.org/XSLT/;
50 description = "A C library and tools to do XSL transformations";
51+ license = licenses.mit;
52 platforms = platforms.unix;
53 maintainers = [ maintainers.eelco ];
54 };
+1-1
pkgs/development/tools/misc/binutils/default.nix
···9596 /* Give binutils a lower priority than gcc-wrapper to prevent a
97 collision due to the ld/as wrappers/symlinks in the latter. */
98- priority = "10";
99 };
100}
···9596 /* Give binutils a lower priority than gcc-wrapper to prevent a
97 collision due to the ld/as wrappers/symlinks in the latter. */
98+ priority = 10;
99 };
100}