diff --git a/srcpkgs/rust/template b/srcpkgs/rust/template index f5eb69580d6..6cfae943cd7 100644 --- a/srcpkgs/rust/template +++ b/srcpkgs/rust/template @@ -1,8 +1,9 @@ # Template file for 'rust' pkgname=rust version=0.10 -revision=1 +revision=2 build_style=configure +only_for_archs="x86_64 i686" configure_args="--prefix=/usr --disable-docs" hostmakedepends="which pkg-config perl curl python chrpath" short_desc="A safe, concurrent, practical language" @@ -34,7 +35,4 @@ post_install() { vinstall src/etc/gedit/share/gtksourceview-3.0/language-specs/rust.lang \ 644 usr/share/gtksourceview-3.0/language-specs - # https://github.com/mozilla/rust/issues/5219 - cd ${DESTDIR}/usr - chrpath -d bin/* lib/*.so lib/rustc/*/lib/*.so }