mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
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 c29a721350
("rpkg: 1.14 -> 1.50").
This commit is contained in:
parent
4db4476536
commit
f557aa49fb
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Python library for dealing with rpm packaging";
|
||||
homepage = https://pagure.io/fedpkg;
|
||||
license = licenses.gpl2plus;
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ mornfall ];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user