Merge pull request #62017 from JohnAZoidberg/stdmanpages-license
stdmanpages: Use correct fdl12Plus license
This commit is contained in:
commit
eea307ab17
@ -1,4 +1,4 @@
|
|||||||
{stdenv, fetchurl}:
|
{ stdenv, lib, fetchurl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "std-man-pages-4.4.0";
|
name = "std-man-pages-4.4.0";
|
||||||
@ -15,10 +15,10 @@ stdenv.mkDerivation rec {
|
|||||||
cp -R * $out/share/man
|
cp -R * $out/share/man
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
description = "C++ STD manual pages";
|
description = "GCC C++ STD manual pages";
|
||||||
homepage = https://gcc.gnu.org/;
|
homepage = "https://gcc.gnu.org/";
|
||||||
license = "GPL/LGPL";
|
license = with licenses; [ fdl12Plus ];
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user