dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.

This commit is contained in:
Marcin Kuzminski 2018-04-24 14:23:49 +02:00
parent eca0872a97
commit 7fa9ff0ebd
5 changed files with 336 additions and 349 deletions

View file

@ -25,7 +25,7 @@ self: super: {
};
});
Beaker = super.Beaker.override (attrs: {
beaker = super.beaker.override (attrs: {
patches = [
./patch-beaker-lock-func-debug.diff
];
@ -83,7 +83,7 @@ self: super: {
];
});
MySQL-python = super.MySQL-python.override (attrs: {
mysql-python = super.mysql-python.override (attrs: {
buildInputs = attrs.buildInputs ++ [
pkgs.openssl
];
@ -185,7 +185,7 @@ self: super: {
'';
});
URLObject = super.URLObject.override (attrs: {
urlobject = super.urlobject.override (attrs: {
meta = {
license = {
spdxId = "Unlicense";