Skip to content

Commit f557aa4

Browse files
committedSep 17, 2017
Fix eval
$ nix-env -f . -qa '*' --meta --xml --drv-path --show-trace error: while querying the derivation named ‘python2.7-rpkg-1.50’: attribute ‘gpl2plus’ missing, at .../pkgs/development/python-modules/rpkg/default.nix:24:15 Introduced by commit c29a721 ("rpkg: 1.14 -> 1.50").
1 parent 4db4476 commit f557aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/development/python-modules/rpkg/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildPythonPackage rec {
2121
meta = with stdenv.lib; {
2222
description = "Python library for dealing with rpm packaging";
2323
homepage = https://pagure.io/fedpkg;
24-
license = licenses.gpl2plus;
24+
license = licenses.gpl2Plus;
2525
maintainers = with maintainers; [ mornfall ];
2626
};
2727

0 commit comments

Comments
 (0)
Please sign in to comment.