Skip to content

Commit e74bd37

Browse files
committed
inkscape-extensions.inkstitch: provide version number
Overwrite the version number shown in inkstitch's about dialog. Without this option, only 'manual' (without a version number) is shown.
1 parent 3773a1f commit e74bd37

File tree

1 file changed

+5
-0
lines changed
  • pkgs/applications/graphics/inkscape/extensions/inkstitch

1 file changed

+5
-0
lines changed

pkgs/applications/graphics/inkscape/extensions/inkstitch/default.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ python3.pkgs.buildPythonApplication {
5151

5252
inherit dependencies;
5353

54+
env = {
55+
# to overwrite version string
56+
GITHUB_REF = version;
57+
BUILD = "nixpkgs";
58+
};
5459
makeFlags = [ "manual" ];
5560

5661
installPhase = ''

0 commit comments

Comments
 (0)