Removing content-pack download from rigsofrods.

The content packs from 0.37 don't seem to work. We should get one from 0.4, but
there are license problems, I think.

+1 -23
+1 -23
pkgs/games/rigsofrods/default.nix
··· 14 14 sha256 = "0h71nrgq5r5cnh20c7wl8jzyaf50dj1b5jdrwihnklpsfyfvjlw4"; 15 15 }; 16 16 17 - contentPackSrc = fetchurl { 18 - url = mirror://sourceforge/rigsofrods/rigsofrods/0.37/content-pack-0.37.zip; 19 - sha256 = "0prvn8lxqazadad4mv0nilax9i4vqb9s7dp7mqzvqc0ycmcnf4ps"; 20 - }; 21 - 22 17 enableParallelBuilding = true; 23 18 24 - #cmakeFlags = [ 25 - # "-DROR_USE_CURL=TRUE" 26 - # "-DROR_USE_MYGUI=TRUE" 27 - # "-DROR_USE_OPNEAL=TRUE" 28 - # "-DROR_USE_CAELUM=TRUE" 29 - # "-DROR_USE_PAGED=TRUE" 30 - # "-DROR_USE_ANGELSCRIPT=TRUE" 31 - # "-DROR_USE_SOCKETW=TRUE" 32 - # "-DCMAKE_BUILD_TYPE=Release" 33 - #]; 34 - 35 19 installPhase = '' 36 20 sed -e "s@/usr/local/lib/OGRE@${ogre}/lib/OGRE@" -i ../tools/linux/binaries/plugins.cfg 37 21 mkdir -p $out/share/rigsofrods 38 22 cp -r bin/* $out/share/rigsofrods 39 23 cp ../tools/linux/binaries/plugins.cfg $out/share/rigsofrods 40 24 mkdir -p $out/bin 41 - ln -s $out/share/rigsofrods/{RoR,rorconfig} $out/bin 42 - cd $out/share/rigsofrods 43 - mkdir packs 44 - cd packs 45 - unzip "${contentPackSrc}" 25 + ln -s $out/share/rigsofrods/{RoR,RoRConfig} $out/bin 46 26 ''; 47 - 48 - #patches = [ ./paths.patch ]; 49 27 50 28 buildInputs = [ wxGTK30 freeimage cmake zziplib mesa boost pkgconfig 51 29 libuuid openal ogre ois curl gtk mygui unzip angelscript