mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
openscenegraph: fix eval
This commit is contained in:
parent
11f4921cdf
commit
554ee9558d
@ -34,7 +34,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://www.openscenegraph.org/;
|
homepage = http://www.openscenegraph.org/;
|
||||||
maintainers = [ maintainers.raskin ];
|
maintainers = [ maintainers.raskin ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
hydraPlatforms = lib.optionals (!withQt5) meta.platforms;
|
|
||||||
license = "OpenSceneGraph Public License - free LGPL-based license";
|
license = "OpenSceneGraph Public License - free LGPL-based license";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user