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:
parent
75b460ce1b
commit
ed46b468b0
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user