mirror of
https://gitlab.com/xonotic/xonotic
synced 2024-12-14 10:55:18 +00:00
nix: only install final qcc output, and install it into bin
This commit is contained in:
parent
591141a9ad
commit
014a5cf156
@ -23,7 +23,7 @@ let
|
||||
];
|
||||
|
||||
env = {
|
||||
QCC = "${gmqcc}/gmqcc";
|
||||
QCC = "${gmqcc}/bin/gmqcc";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -78,8 +78,8 @@ let
|
||||
src = ./gmqcc;
|
||||
|
||||
installPhase = ''
|
||||
mkdir $out
|
||||
cp -r . $out
|
||||
mkdir -p $out/bin
|
||||
cp gmqcc $out/bin
|
||||
'';
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user