mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
Fix linking for SGT puzzles
svn path=/nixpkgs/trunk/; revision=20100
This commit is contained in:
parent
2fb201871b
commit
50a513f515
@ -25,8 +25,12 @@ rec {
|
||||
perl mkfiles.pl
|
||||
'' ["minInit" "doUnpack" "addInputs"];
|
||||
|
||||
setVars = a.noDepEntry ''
|
||||
export NIX_LDFLAGS="$NIX_LDFLAGS -lX11"
|
||||
'';
|
||||
|
||||
/* doConfigure should be removed if not needed */
|
||||
phaseNames = ["addInputs" "mkMakefiles" "doMakeInstall"];
|
||||
phaseNames = ["addInputs" "setVars" "mkMakefiles" "doMakeInstall"];
|
||||
|
||||
name = "sgt-puzzles-" + version;
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user