allow to build on pop_os with nix flake
This commit is contained in:
parent
4b753ff2aa
commit
4a993ce514
2 changed files with 5 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -8,3 +8,4 @@
|
|||
/vendor/
|
||||
/.direnv/
|
||||
/.idea/
|
||||
nohup.out
|
||||
|
|
|
|||
|
|
@ -29,6 +29,10 @@
|
|||
xorg.libX11
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
];
|
||||
|
||||
RUSTFLAGS = map (a: "-C link-arg=${a}") [
|
||||
"-Wl,--push-state,--no-as-needed"
|
||||
"-lEGL"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue