pkgs/*: add final newline to .nix files

Changed files
+10 -10
pkgs
applications
science
physics
xflr5
window-managers
windowlab
build-support
fetchsvnrevision
development
interpreters
python
update-python-libraries
libraries
aspell
protobuf
tools
misc
itm-tools
servers
mlflow-server
tools
graphics
diagrams-builder
misc
jugglinglab
+1 -1
pkgs/applications/science/physics/xflr5/default.nix
···
maintainers = [ maintainers.esclear ];
platforms = platforms.linux;
};
-
}
+
}
+1 -1
pkgs/applications/window-managers/windowlab/default.nix
···
maintainers = with maintainers; [ ehmry ];
platforms = platforms.linux;
};
-
}
+
}
+1 -1
pkgs/build-support/fetchsvnrevision/default.nix
···
rev=$(echo p | svn ls -v --depth empty ${repository} |awk '{ print $1 }')
echo "[ \"$rev\" ]" > $out
echo Latest revision is $rev
-
'')
+
'')
+1 -1
pkgs/development/interpreters/python/update-python-libraries/default.nix
···
cp ${./update-python-libraries.py} $out
patchShebangs $out
substituteInPlace $out --replace 'GIT = "git"' 'GIT = "${git}/bin/git"'
-
''
+
''
+1 -1
pkgs/development/libraries/aspell/aspell-with-dicts.nix
···
done
popd
'';
-
}
+
}
+1 -1
pkgs/development/libraries/protobuf/2.5.nix
···
url = "http://protobuf.googlecode.com/files/${version}.tar.bz2";
sha256 = "0xxn9gxhvsgzz2sgmihzf6pf75clr05mqj6218camwrwajpcbgqk";
};
-
})
+
})
+1 -1
pkgs/development/tools/misc/itm-tools/default.nix
···
license = with licenses; [ asl20 mit ];
maintainers = with maintainers; [ hh sb0 ];
};
-
}
+
}
+1 -1
pkgs/servers/mlflow-server/default.nix
···
cp ${gunicornScript} $gpath
chmod 555 $gpath
'';
-
}))
+
}))
+1 -1
pkgs/tools/graphics/diagrams-builder/default.nix
···
# Will be faster to build the wrapper locally then to fetch it from a binary cache.
preferLocalBuild = true;
meta = diagrams-builder.meta;
-
}
+
}
+1 -1
pkgs/tools/misc/jugglinglab/default.nix
···
maintainers = with maintainers; [ wnklmnn ];
platforms = platforms.all;
};
-
}
+
}