Fix evaluation due to wrong meta.license
This commit is contained in:
parent
346f20305b
commit
236f5686af
@ -6571,7 +6571,7 @@ let
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/Groundworkstech/pybfd;
|
homepage = https://github.com/Groundworkstech/pybfd;
|
||||||
description = "A Python interface to the GNU Binary File Descriptor (BFD) library";
|
description = "A Python interface to the GNU Binary File Descriptor (BFD) library";
|
||||||
license = licenses.gplv2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user