last bits to making compilation work
This commit is contained in:
parent
207f1d0234
commit
4af927f7e9
5 changed files with 50 additions and 7 deletions
|
@ -17,6 +17,7 @@ let
|
|||
clack
|
||||
jzon
|
||||
serapeum
|
||||
deploy
|
||||
openssl
|
||||
openssl.out
|
||||
openssl.dev
|
||||
|
@ -45,13 +46,16 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
installPhase = ''
|
||||
|
||||
mkdir -p $out/bin
|
||||
cp tfcapi $out/bin
|
||||
# wrapProgram $out/bin/tfcapi \
|
||||
# --prefix LD_LIBRARY_PATH : $LD_LIBRARY_PATH \
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
name = "tfcconnection";
|
||||
description = "TFC Connection Website";
|
||||
homepage = "";
|
||||
homepage = "https://tfcconnection.org";
|
||||
license = licenses.gpl3;
|
||||
maintainers = [ "chriscochrun" ];
|
||||
platforms = platforms.all;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue