From ab70c601b696ed0097afb231dc8dfa56e6c4ebcb Mon Sep 17 00:00:00 2001 From: Jascha Geerds Date: Thu, 27 Aug 2015 09:24:45 +0200 Subject: [PATCH] cups: Fix printing test --- nixos/tests/printing.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/printing.nix b/nixos/tests/printing.nix index ea18114b61c..02980cee2fb 100644 --- a/nixos/tests/printing.nix +++ b/nixos/tests/printing.nix @@ -63,7 +63,7 @@ import ./make-test.nix ({pkgs, ... }: { foreach my $file ("${pkgs.groff.doc}/share/doc/*/examples/mom/penguin.pdf", "${pkgs.groff.doc}/share/doc/*/meref.ps", "${pkgs.cups}/share/doc/cups/images/cups.png", - "${pkgs.pcre}/share/doc/pcre/pcre.txt") + "${pkgs.pcre.doc}/share/doc/pcre/pcre.txt") { $file =~ /([^\/]*)$/; my $fn = $1;