mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
Fix steam package
This commit is contained in:
parent
3894e68721
commit
23d5fd2e2f
@ -8,8 +8,6 @@ stdenv.mkDerivation {
|
||||
sha256 = "08y5qf75ssk4fnazyv2yz1c5zs7gjiwigaibv8yz1gbr290r0b52";
|
||||
};
|
||||
|
||||
buildInputs = [ dpkg ];
|
||||
unpackPhase = "true";
|
||||
installPhase = ''
|
||||
make DESTDIR=$out install
|
||||
mv $out/usr/* $out #*/
|
||||
|
Loading…
Reference in New Issue
Block a user