mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-10 01:33:11 +01:00
collada-dom: adopt + clean
This commit is contained in:
parent
bbbc0a2195
commit
34ccbd4ad0
|
|
@ -36,11 +36,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
readline
|
readline
|
||||||
];
|
];
|
||||||
|
|
||||||
cmakeFlags = [
|
|
||||||
# See https://github.com/NixOS/nixpkgs/issues/445447
|
|
||||||
"-DCMAKE_POLICY_VERSION_MINIMUM=3.10"
|
|
||||||
];
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "API that provides a C++ object representation of a COLLADA XML instance document";
|
description = "API that provides a C++ object representation of a COLLADA XML instance document";
|
||||||
longDescription = "This is a fork of [rdiankov/collada-dom](https://github.com/rdiankov/collada-dom) which has been unmaintained for six years.";
|
longDescription = "This is a fork of [rdiankov/collada-dom](https://github.com/rdiankov/collada-dom) which has been unmaintained for six years.";
|
||||||
|
|
@ -50,6 +45,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
sigmasquadron
|
sigmasquadron
|
||||||
marius851000
|
marius851000
|
||||||
|
nim65s
|
||||||
];
|
];
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.all;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue