steam-runtime: build using new Runtime build system

This commit is contained in:
Nikolay Amiantov
2015-10-20 18:53:46 +03:00
parent 18ddcd2847
commit eae00fe687
6 changed files with 3739 additions and 15 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ in stdenv.mkDerivation rec {
nativeBuildInputs = [ perl ];
builder = ./build-runtime.sh;
builder = ./build-wrapped.sh;
installPhase = ''
buildDir "${toString steam-runtime.libs}" "$allPkgs"