forked from rarias/jungle
Compare commits
1 Commits
enableStri
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
4f51ebe607
|
@@ -68,5 +68,6 @@ in
|
|||||||
maintainers = with lib.maintainers.bsc; [ abonerib rarias ];
|
maintainers = with lib.maintainers.bsc; [ abonerib rarias ];
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
license = lib.licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
|
cross = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -26,4 +26,6 @@ else
|
|||||||
"--with-arch=${stdenv.hostPlatform.uname.processor}"
|
"--with-arch=${stdenv.hostPlatform.uname.processor}"
|
||||||
];
|
];
|
||||||
patches = (old.patches or [ ]) ++ [ ./fix-ar-cross.patch ];
|
patches = (old.patches or [ ]) ++ [ ./fix-ar-cross.patch ];
|
||||||
|
|
||||||
|
meta = old.meta // { cross = true; };
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user