mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-04 18:48:43 +08:00
Merge pull request #1182 from jD91mZM2/nix-shell
Add shell.nix for NixOS users
This commit is contained in:
commit
80dbffe2e0
9
shell.nix
Normal file
9
shell.nix
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
with import <nixpkgs> {};
|
||||||
|
stdenv.mkDerivation {
|
||||||
|
name = "redox";
|
||||||
|
|
||||||
|
hardeningDisable = [ "all" ];
|
||||||
|
|
||||||
|
nativeBuildInputs = [ gnumake cmake nasm pkgconfig gcc automake autoconf bison gperf qemu ];
|
||||||
|
buildInputs = [ openssl gettext libtool flex libpng perl perlPackages.HTMLParser ];
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user