mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
OGRE needs leaving RPATH in place to work
svn path=/nixpkgs/trunk/; revision=26766
This commit is contained in:
parent
1886fad9f1
commit
a74ae1f6ff
|
@ -40,6 +40,8 @@ rec {
|
||||||
/* doConfigure should be removed if not needed */
|
/* doConfigure should be removed if not needed */
|
||||||
phaseNames = ["doCmake" "doMyBuild" "doMakeInstall"];
|
phaseNames = ["doCmake" "doMyBuild" "doMakeInstall"];
|
||||||
|
|
||||||
|
cmakeSkipRpath = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A 3D engine";
|
description = "A 3D engine";
|
||||||
maintainers = with a.lib.maintainers;
|
maintainers = with a.lib.maintainers;
|
||||||
|
|
Loading…
Reference in a new issue