Commit graph

19 commits

Author SHA1 Message Date
Ben Siraphob 16d91ee628 pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
Jan Tojnar f19eb635b4
Merge branch 'master' into staging-next
b04fc593e7 seems to have accidentally changed mkDerivation function for dfilemanager and solarus-quest-editor so I have reverted that here.
2021-01-07 13:04:31 +01:00
Fabián Heredia Montiel bce6d7acfe anbox: unstable-2019-11-15 -> unstable-2020-11-29 2021-01-03 19:55:11 -06:00
Ben Siraphob b04fc593e7 treewide: cmake buildInputs to nativeBuildInputs, minor cleanups 2021-01-01 11:52:33 +07:00
Jonathan Ringer c6afa8820b anbox: kernel.features can be null 2020-11-01 19:59:06 -08:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Herwig Hochleitner 9d208a6af1 anbox: 2019-05-03 -> 2019-11-15 2019-11-24 19:07:59 +01:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Herwig Hochleitner 840e16b1a9 anbox-modules: 2018-09-08 -> 2019-07-13 2019-07-31 16:55:43 +02:00
Herwig Hochleitner 94f412e254 anbox: fix build
see https://github.com/anbox/anbox/issues/1124
2019-07-31 16:54:12 +02:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Lars Jellema 80a10b1a5f
anbox: unstable-2019-03-07 -> unstable-2019-05-03
This fixes a build issue with protobuf that was seemingly resolved
upstream.
2019-05-14 01:58:50 +02:00
Benjamin Staffin fba697daef anbox: fix build on x86_64-linux
`x86-64-linux` was a typo; there needs to be an underscore in there.
2019-03-23 15:57:07 -04:00
Gabriel Ebner d5a533de97
Merge pull request #58143 from worldofpeace/anbox-nits
anbox: cleanup
2019-03-23 18:34:36 +01:00
Sarah Brofeldt af4ad24d73 anbox: Prevent eval failure on non-existent arches 2019-03-23 08:44:19 +01:00
worldofpeace 1e2b834cf0 anbox: cleanup
Use trivial builders for all the text manipulation and use runtimeShell
2019-03-22 15:22:40 -04:00
Edward Tjörnhammar e42b5d9326 anbox: init at 2019-03-07
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>
2019-03-18 09:28:01 +01:00
Edward Tjörnhammar dfa314c382 linuxPackages.anbox: init at 2018-09-08
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>
2019-03-18 09:23:08 +01:00