about summary refs log tree commit diff
path: root/pkgs/misc/cups
diff options
context:
space:
mode:
authorLuca Bruno <lethalman88@gmail.com>2016-02-21 13:51:08 +0100
committerLuca Bruno <lethalman88@gmail.com>2016-02-21 13:51:08 +0100
commitdc3a1bff576cd73ff7043c113d722842ec360f40 (patch)
tree651ff53c107bd8ee214600e82dbbbd75e48ee1a2 /pkgs/misc/cups
parentc98098fdca60c0605fd7f0c1ba76ee47ae6ab153 (diff)
downloadnixlib-dc3a1bff576cd73ff7043c113d722842ec360f40.tar
nixlib-dc3a1bff576cd73ff7043c113d722842ec360f40.tar.gz
nixlib-dc3a1bff576cd73ff7043c113d722842ec360f40.tar.bz2
nixlib-dc3a1bff576cd73ff7043c113d722842ec360f40.tar.lz
nixlib-dc3a1bff576cd73ff7043c113d722842ec360f40.tar.xz
nixlib-dc3a1bff576cd73ff7043c113d722842ec360f40.tar.zst
nixlib-dc3a1bff576cd73ff7043c113d722842ec360f40.zip
cups: add a comment about updates
Diffstat (limited to 'pkgs/misc/cups')
-rw-r--r--pkgs/misc/cups/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/misc/cups/default.nix b/pkgs/misc/cups/default.nix
index 8fa111ecc023..82fd1d65baf5 100644
--- a/pkgs/misc/cups/default.nix
+++ b/pkgs/misc/cups/default.nix
@@ -3,6 +3,8 @@
 , libusb ? null, gnutls ? null, avahi ? null, libpaper ? null
 }:
 
+### IMPORTANT: before updating cups, make sure the nixos/tests/printing.nix test
+### works at least for your platform.
 let version = "2.0.4"; in
 
 with stdenv.lib;