add my own game to exported pkgs
This commit is contained in:
parent
c8b92d77a8
commit
5cca490b16
3 changed files with 24 additions and 15 deletions
|
@ -15,11 +15,13 @@ lib.mkDerivation rec {
|
|||
|
||||
];
|
||||
|
||||
# buildPhase = ''
|
||||
# make release
|
||||
# '';
|
||||
buildPhase = ''
|
||||
make release
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
make install INSTALL_DIR=$out/bin
|
||||
chmod +x $out/bin/2048
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue