summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-06-17 12:20:18 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-06-17 12:21:19 -0500
commited46b468b09dd0a44450b7df348e6a572a424529 (patch)
treeb366a44c064ed86c5d68313d05ba24b8b5e2129d /pkgs/desktops
parent75b460ce1b00678105f67c4e57c81952446edd6e (diff)
downloadnixlib-ed46b468b09dd0a44450b7df348e6a572a424529.tar
nixlib-ed46b468b09dd0a44450b7df348e6a572a424529.tar.gz
nixlib-ed46b468b09dd0a44450b7df348e6a572a424529.tar.bz2
nixlib-ed46b468b09dd0a44450b7df348e6a572a424529.tar.lz
nixlib-ed46b468b09dd0a44450b7df348e6a572a424529.tar.xz
nixlib-ed46b468b09dd0a44450b7df348e6a572a424529.tar.zst
nixlib-ed46b468b09dd0a44450b7df348e6a572a424529.zip
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>`.
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/kde-5/applications-16.04/default.nix4
-rw-r--r--pkgs/desktops/kde-5/frameworks-5.22/default.nix2
-rw-r--r--pkgs/desktops/kde-5/plasma-5.6/default.nix2
3 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/desktops/kde-5/applications-16.04/default.nix b/pkgs/desktops/kde-5/applications-16.04/default.nix
index 5c01c12d9029..bb011f091d1a 100644
--- a/pkgs/desktops/kde-5/applications-16.04/default.nix
+++ b/pkgs/desktops/kde-5/applications-16.04/default.nix
@@ -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.
 
diff --git a/pkgs/desktops/kde-5/frameworks-5.22/default.nix b/pkgs/desktops/kde-5/frameworks-5.22/default.nix
index 362e31c5a256..4d0567846f84 100644
--- a/pkgs/desktops/kde-5/frameworks-5.22/default.nix
+++ b/pkgs/desktops/kde-5/frameworks-5.22/default.nix
@@ -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.
diff --git a/pkgs/desktops/kde-5/plasma-5.6/default.nix b/pkgs/desktops/kde-5/plasma-5.6/default.nix
index 16ee9c4b1294..d356dd4bd2fc 100644
--- a/pkgs/desktops/kde-5/plasma-5.6/default.nix
+++ b/pkgs/desktops/kde-5/plasma-5.6/default.nix
@@ -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.