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/
|
/vendor/
|
||||||
/.direnv/
|
/.direnv/
|
||||||
/.idea/
|
/.idea/
|
||||||
|
nohup.out
|
||||||
|
|
|
||||||
|
|
@ -29,6 +29,10 @@
|
||||||
xorg.libX11
|
xorg.libX11
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nativeBuildInputs = [
|
||||||
|
pkg-config
|
||||||
|
];
|
||||||
|
|
||||||
RUSTFLAGS = map (a: "-C link-arg=${a}") [
|
RUSTFLAGS = map (a: "-C link-arg=${a}") [
|
||||||
"-Wl,--push-state,--no-as-needed"
|
"-Wl,--push-state,--no-as-needed"
|
||||||
"-lEGL"
|
"-lEGL"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue