summary refs log tree commit diff
path: root/pkgs/os-specific/linux/anbox
Commit message (Collapse)AuthorAge
* linuxPackages.anbox: 2019-11-15 -> 2020-06-14, mark broken for kernelsfortuneteller2k2021-05-13
| | | | not supported
* linux: remove remnants of grsecurityAlyssa Ross2021-04-06
| | | | | | | | | | Nixpkgs hasn't supported grsecurity kernels since 2017, so unless anybody is manually enabling the grsecurity feature to make these small kernel tweaks this is dead code. This means we don't actually support any "features" in the kernel common-config any more, but I've left the argument there because it's conceivable we could have some again in future.
* pkgs/os-specific: stdenv.lib -> libBen Siraphob2021-01-17
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* Merge branch 'master' into staging-nextJan Tojnar2021-01-07
|\ | | | | | | https://github.com/NixOS/nixpkgs/commit/b04fc593e7b55fe1f74421b11589f12a339c92e2 seems to have accidentally changed mkDerivation function for dfilemanager and solarus-quest-editor so I have reverted that here.
| * anbox: unstable-2019-11-15 -> unstable-2020-11-29Fabián Heredia Montiel2021-01-03
| |
* | treewide: cmake buildInputs to nativeBuildInputs, minor cleanupsBen Siraphob2021-01-01
|/
* anbox: kernel.features can be nullJonathan Ringer2020-11-01
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* anbox: 2019-05-03 -> 2019-11-15Herwig Hochleitner2019-11-24
|
* treewide: remove redundant recvolth2019-08-28
|
* anbox-modules: 2018-09-08 -> 2019-07-13Herwig Hochleitner2019-07-31
|
* anbox: fix buildHerwig Hochleitner2019-07-31
| | | | see https://github.com/anbox/anbox/issues/1124
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* anbox: unstable-2019-03-07 -> unstable-2019-05-03Lars Jellema2019-05-14
| | | | | This fixes a build issue with protobuf that was seemingly resolved upstream.
* anbox: fix build on x86_64-linuxBenjamin Staffin2019-03-23
| | | | `x86-64-linux` was a typo; there needs to be an underscore in there.
* Merge pull request #58143 from worldofpeace/anbox-nitsGabriel Ebner2019-03-23
|\ | | | | anbox: cleanup
| * anbox: cleanupworldofpeace2019-03-22
| | | | | | | | Use trivial builders for all the text manipulation and use runtimeShell
* | anbox: Prevent eval failure on non-existent archesSarah Brofeldt2019-03-23
|/
* anbox: init at 2019-03-07Edward Tjörnhammar2019-03-18
| | | | | | | | Co-authored-by: Luke Adams <luke.adams@belljar.io> Co-authored-by: Volth <volth@webmaster.ms> Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com> Co-authored-by: Edward Tjörnhammar <ed@cflags.cc> Co-authored-by: Gabriel Ebner <gebner@gebner.org>
* linuxPackages.anbox: init at 2018-09-08Edward Tjörnhammar2019-03-18
Co-authored-by: Luke Adams <luke.adams@belljar.io> Co-authored-by: Volth <volth@webmaster.ms> Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com> Co-authored-by: Edward Tjörnhammar <ed@cflags.cc> Co-authored-by: Gabriel Ebner <gebner@gebner.org>