Add `meta.platforms' to various GnuPG dependencies.
svn path=/nixpkgs/trunk/; revision=30175
This commit is contained in:
@@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
homepage = http://gnupg.org;
|
homepage = http://gnupg.org;
|
||||||
license = "LGPLv2+";
|
license = "LGPLv2+";
|
||||||
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -32,5 +32,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = "LGPLv2+";
|
license = "LGPLv2+";
|
||||||
|
|
||||||
homepage = http://gnupg.org/;
|
homepage = http://gnupg.org/;
|
||||||
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://gnupg.org;
|
homepage = http://gnupg.org;
|
||||||
|
|
||||||
license = "LGPLv2+";
|
license = "LGPLv2+";
|
||||||
};
|
platforms = stdenv.lib.platforms.all;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,5 +11,6 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "The GNU Portable Threads library";
|
description = "The GNU Portable Threads library";
|
||||||
homepage = http://www.gnu.org/software/pth;
|
homepage = http://www.gnu.org/software/pth;
|
||||||
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user