summary refs log tree commit diff
path: root/pkgs/tools/typesetting
diff options
context:
space:
mode:
authorvolth <volth@volth.com>2019-08-31 11:41:23 +0000
committerSamuel Leathers <disasm@gmail.com>2019-08-31 07:41:22 -0400
commit7bb6b373ab163639386f6a8a8f710790226c49af (patch)
tree8182a64a14991ef398aafd7985811edfedd13ad7 /pkgs/tools/typesetting
parent01c4c15ef55845de1052ed915b4f05b7b7059a75 (diff)
downloadnixpkgs-7bb6b373ab163639386f6a8a8f710790226c49af.tar
nixpkgs-7bb6b373ab163639386f6a8a8f710790226c49af.tar.gz
nixpkgs-7bb6b373ab163639386f6a8a8f710790226c49af.tar.bz2
nixpkgs-7bb6b373ab163639386f6a8a8f710790226c49af.tar.lz
nixpkgs-7bb6b373ab163639386f6a8a8f710790226c49af.tar.xz
nixpkgs-7bb6b373ab163639386f6a8a8f710790226c49af.tar.zst
nixpkgs-7bb6b373ab163639386f6a8a8f710790226c49af.zip
treewide: name -> pname (#67513)
Diffstat (limited to 'pkgs/tools/typesetting')
-rw-r--r--pkgs/tools/typesetting/tectonic/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/typesetting/tectonic/default.nix b/pkgs/tools/typesetting/tectonic/default.nix
index a7886f317c1..98c80da5b2c 100644
--- a/pkgs/tools/typesetting/tectonic/default.nix
+++ b/pkgs/tools/typesetting/tectonic/default.nix
@@ -2,7 +2,7 @@
 , darwin, fontconfig, harfbuzz, openssl, pkgconfig }:
 
 rustPlatform.buildRustPackage rec {
-  name = "tectonic-${version}";
+  pname = "tectonic";
   version = "0.1.11";
 
   src = fetchFromGitHub {