mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 04:24:28 +03:00
commit
01e642b15a
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
make install-runtime install-sdk DESTDIR=$out prefix= includedir=/include datadir=/
|
make install-runtime DESTDIR=$out prefix= includedir=/include datadir=/
|
||||||
make install-sdk DESTDIR=$out prefix= includedir=/include datadir=/
|
make install-sdk DESTDIR=$out prefix= includedir=/include datadir=/
|
||||||
make install-kmod DESTDIR=$kmod
|
make install-kmod DESTDIR=$kmod
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user