Unverified Commit 51050bf7 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

tectonic: set pname and version (#488668)

parents 98035cfd 6a1200c2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -9,7 +9,8 @@
}:

symlinkJoin {
  name = "${tectonic-unwrapped.pname}-wrapped-${tectonic-unwrapped.version}";
  inherit (tectonic-unwrapped) version;
  pname = "${tectonic-unwrapped.pname}-wrapped";
  paths = [ tectonic-unwrapped ];

  nativeBuildInputs = [ makeBinaryWrapper ];