From d84cec10565570fdbf4861ceb7316aa388994e6c Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Tue, 2 Aug 2016 22:44:46 +0300 Subject: travis-nox-review-pr.sh: Fix nixpkgs manual build The current command is actually building the 'manpages' package, not the nixpkgs manual. --- maintainers/scripts/travis-nox-review-pr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'maintainers') 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) -- cgit v1.2.3