Fix Travis build failure caused by Qt/KDE documentation

The comments in the Qt/KDE packages caused a spurious Travis build
failure because they appeared to refer to `<nixpkgs>`.
This commit is contained in:
Thomas Tuegel 2016-06-17 12:20:18 -05:00
parent 75b460ce1b
commit ed46b468b0
4 changed files with 7 additions and 7 deletions

@ -5,9 +5,9 @@
Before a major version update, make a copy of this directory. (We like to
keep the old version around for a short time after major updates.)
1. Update the URL in <nixpkgs/maintainers/scripts/generate-kde-applications.sh>.
1. Update the URL in `maintainers/scripts/generate-kde-applications.sh`.
2. From the top of the Nixpkgs tree, run
`./maintainers/scripts/generate-kde-applications.sh > pkgs/desktops/kde-5/applications-$VERSION/srcs.nix'.
`./maintainers/scripts/generate-kde-applications.sh > pkgs/desktops/kde-5/applications-$VERSION/srcs.nix`.
3. Check that the new packages build correctly.
4. Commit the changes and open a pull request.

@ -5,7 +5,7 @@
Before a major version update, make a copy of this directory. (We like to
keep the old version around for a short time after major updates.)
1. Update the URL in <nixpkgs/maintainers/scripts/generate-kde-frameworks.sh>.
1. Update the URL in `maintainers/scripts/generate-kde-frameworks.sh`.
2. From the top of the Nixpkgs tree, run
`./maintainers/scripts/generate-kde-frameworks.sh > pkgs/desktops/kde-5/frameworks-$VERSION/srcs.nix'.
3. Check that the new packages build correctly.

@ -5,7 +5,7 @@
Before a major version update, make a copy of this directory. (We like to
keep the old version around for a short time after major updates.)
1. Update the URL in <nixpkgs/maintainers/scripts/generate-kde-plasma.sh>.
1. Update the URL in `maintainers/scripts/generate-kde-plasma.sh`.
2. From the top of the Nixpkgs tree, run
`./maintainers/scripts/generate-kde-plasma.sh > pkgs/desktops/kde-5/plasma-$VERSION/srcs.nix'.
3. Check that the new packages build correctly.

@ -4,11 +4,11 @@
Before a major version update, make a copy of this directory. (We like to
keep the old version around for a short time after major updates.) Add a
top-level attribute to <nixpkgs/top-level/all-packages.nix>.
top-level attribute to `top-level/all-packages.nix`.
1. Update the URL in <nixpkgs/maintainers/scripts/generate-qt.sh>.
1. Update the URL in `maintainers/scripts/generate-qt.sh`.
2. From the top of the Nixpkgs tree, run
`./maintainers/scripts/generate-qt.sh > pkgs/development/libraries/qt-5/$VERSION/srcs.nix'.
`./maintainers/scripts/generate-qt.sh > pkgs/development/libraries/qt-5/$VERSION/srcs.nix`.
3. Check that the new packages build correctly.
4. Commit the changes and open a pull request.