summary refs log tree commit diff
path: root/pkgs/development/libraries/libtiff
diff options
context:
space:
mode:
authorYueh-Shun Li <44064051+ShamrockLee@users.noreply.github.com>2023-03-22 16:26:51 +0800
committerYueh-Shun Li <44064051+ShamrockLee@users.noreply.github.com>2023-03-22 18:27:57 +0800
commit5ba86e5ea606cca3a310a751ed851543558bb272 (patch)
tree609ae1e19ccb882944067fb588cfb265c7cf5253 /pkgs/development/libraries/libtiff
parent346423fdcd6f561f968bef16b704c69a74a1e934 (diff)
downloadnixpkgs-5ba86e5ea606cca3a310a751ed851543558bb272.tar
nixpkgs-5ba86e5ea606cca3a310a751ed851543558bb272.tar.gz
nixpkgs-5ba86e5ea606cca3a310a751ed851543558bb272.tar.bz2
nixpkgs-5ba86e5ea606cca3a310a751ed851543558bb272.tar.lz
nixpkgs-5ba86e5ea606cca3a310a751ed851543558bb272.tar.xz
nixpkgs-5ba86e5ea606cca3a310a751ed851543558bb272.tar.zst
nixpkgs-5ba86e5ea606cca3a310a751ed851543558bb272.zip
libtiff: format expression with nixpkgs-fmt
Diffstat (limited to 'pkgs/development/libraries/libtiff')
-rw-r--r--pkgs/development/libraries/libtiff/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libtiff/default.nix b/pkgs/development/libraries/libtiff/default.nix
index b88bb75748e..95a24f091e7 100644
--- a/pkgs/development/libraries/libtiff/default.nix
+++ b/pkgs/development/libraries/libtiff/default.nix
@@ -1,4 +1,5 @@
-{ lib, stdenv
+{ lib
+, stdenv
 , fetchFromGitLab
 , fetchpatch
 , nix-update-script
@@ -12,7 +13,7 @@
 , xz
 , zlib
 
-# for passthru.tests
+  # for passthru.tests
 , libgeotiff
 , python3Packages
 , imagemagick