summaryrefslogtreecommitdiffstats
path: root/maintainers
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-08-02 22:44:46 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-08-02 22:44:46 +0300
commitd84cec10565570fdbf4861ceb7316aa388994e6c (patch)
tree49441807be5d2a37a17ecb723a5ad2ac8779a439 /maintainers
parent93758f6b2fd4da1db7868138fcb2236145dcfcd3 (diff)
travis-nox-review-pr.sh: Fix nixpkgs manual build
The current command is actually building the 'manpages' package, not the nixpkgs manual.
Diffstat (limited to 'maintainers')
-rwxr-xr-xmaintainers/scripts/travis-nox-review-pr.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintainers/scripts/travis-nox-review-pr.sh b/maintainers/scripts/travis-nox-review-pr.sh
index 5b25e4f37c14..13df5087fad5 100755
--- a/maintainers/scripts/travis-nox-review-pr.sh
+++ b/maintainers/scripts/travis-nox-review-pr.sh
@@ -29,7 +29,7 @@ while test -n "$1"; do
nixpkgs-manual)
echo "=== Checking nixpkgs manuals"
- nix-build $TRAVIS_BUILD_DIR/pkgs/top-level/release.nix --attr manpages --show-trace
+ nix-build $TRAVIS_BUILD_DIR/pkgs/top-level/release.nix --attr manual --show-trace
;;
nixpkgs-tarball)