We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9773e8a commit 344e0e1Copy full SHA for 344e0e1
pkgs/by-name/ne/netpbm/package.nix
@@ -17,7 +17,7 @@
17
buildPackages,
18
}:
19
20
-stdenv.mkDerivation {
+stdenv.mkDerivation rec {
21
# Determine version and revision from:
22
# https://sourceforge.net/p/netpbm/code/HEAD/log/?path=/advanced
23
pname = "netpbm";
@@ -129,6 +129,7 @@ stdenv.mkDerivation {
129
passthru.updateScript = ./update.sh;
130
131
meta = {
132
+ changelog = "https://sourceforge.net/p/netpbm/code/${src.rev}/tree/advanced/doc/HISTORY";
133
homepage = "https://netpbm.sourceforge.net/";
134
description = "Toolkit for manipulation of graphic images";
135
license = lib.licenses.free; # http://netpbm.svn.code.sourceforge.net/p/netpbm/code/trunk/doc/copyright_summary
0 commit comments