summary refs log tree commit diff
path: root/pkgs/applications/graphics/sane/frontends.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/sane/frontends.nix')
-rw-r--r--pkgs/applications/graphics/sane/frontends.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/sane/frontends.nix b/pkgs/applications/graphics/sane/frontends.nix
index 1c768e29873e..9e73a08e0967 100644
--- a/pkgs/applications/graphics/sane/frontends.nix
+++ b/pkgs/applications/graphics/sane/frontends.nix
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
   '';
 
   buildInputs = [saneBackends libX11 gtk pkgconfig] ++
-	(if (libusb != null) then [libusb] else []);
+	(if libusb != null then [libusb] else []);
 
   meta = {
     homepage = "http://www.sane-project.org/";