lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

sdformat: mark as broken

sdformat depends on an old version of ruby and needs to be fixed. Until
there is a proper upstream release, mark as broken.

sdformat is only used by the gazebo package.

authored by

Rahul Gopinath and committed by zimbatm.tngl.sh 66b6c2ce 19180957

+2 -4
+2 -4
pkgs/development/libraries/sdformat/default.nix
··· 1 - { stdenv, fetchurl, cmake, boost, ruby_1_9, ignition, tinyxml 1 + { stdenv, fetchurl, cmake, boost, ruby, ignition, tinyxml 2 2 , name ? "sdformat-${version}" 3 3 , version ? "4.0.0" # versions known to work with this expression include 3.7.0 4 4 , srchash-sha256 ? "b0f94bb40b0d83e35ff250a7916fdfd6df5cdc1e60c47bc53dd2da5e2378163e" 5 5 , ... 6 6 }: 7 7 8 - let 9 - ruby = ruby_1_9; 10 - in 11 8 stdenv.mkDerivation rec { 12 9 src = fetchurl { 13 10 url = "http://osrf-distributions.s3.amazonaws.com/sdformat/releases/${name}.tar.bz2"; ··· 26 23 ]; 27 24 28 25 meta = { 26 + broken = true; 29 27 platforms = stdenv.lib.platforms.unix; 30 28 }; 31 29 }