Jörg Thalheim
1279bf812c
Merge remote-tracking branch 'upstream/master' into HEAD
2021-01-17 18:08:59 +01:00
Ben Siraphob
d6aeae8f90
pkgs/tools: pkgconfig -> pkg-config (2)
2021-01-17 23:27:27 +07:00
Frederik Rietdijk
04dcf88df6
efivar: don't use lto at all
...
https://github.com/NixOS/nixpkgs/pull/109007#issuecomment-758150833
2021-01-11 19:51:10 +01: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
Vladimír Čunát
1a57d96edd
efivar: fixup build on i686-linux
...
Fixes #108375 . (I built the ISO locally)
I believe the report is a false positive.
2021-01-04 18:00:34 +01:00
Peter Hoeg
177e04e3c4
efivar: fix Could not parse device path: Invalid Argument
2020-05-31 22:30:28 +08:00
Vladimír Čunát
9b4424cbb7
efivar: fixup build on i686
...
I don't think it really needs LTO.
2020-02-17 21:05:16 +01:00
Franz Pletz
0e4464e604
efivar: fix build with gcc9
2019-11-02 18:00:17 +01:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Pierre Bourdon
f289585d54
efivar: patch build system for reproducibility
2019-08-13 05:21:54 +02:00
R. RyanTM
bb36a72847
efivar: 36 -> 37
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/efivar/versions
2018-12-15 23:57:16 -08:00
Benno Fünfstück
a5a239ca2d
efivar: fix cross compilation
2018-11-28 14:34:41 +01:00
R. RyanTM
7f60464262
efivar: 35 -> 36 ( #42282 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/efivar/versions .
These checks were done:
- built on NixOS
- /nix/store/9id78fkv7cf4bd6rwv06a0pz2dnr5ip3-efivar-36-bin/bin/efivar passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 36 with grep in /nix/store/9id78fkv7cf4bd6rwv06a0pz2dnr5ip3-efivar-36-bin
- directory tree listing: https://gist.github.com/f6b2229b6bfb146aa1c4be22eae3162b
- du listing: https://gist.github.com/e6239ef936ac1f133d5f4ccc6bc653f4
2018-06-24 19:18:21 +02:00
Tuomas Tynkkynen
0541762f06
efivar: Split into multiple outputs
2018-05-25 01:55:51 +03:00
R. RyanTM
85c17d3958
efivar: 34 -> 35
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/efivar/versions .
These checks were done:
- built on NixOS
- ran ‘/nix/store/09zlj936d2jvjwdmj9c9f843fd86bcs3-efivar-35/bin/efivar -h’ got 0 exit code
- ran ‘/nix/store/09zlj936d2jvjwdmj9c9f843fd86bcs3-efivar-35/bin/efivar --help’ got 0 exit code
- ran ‘/nix/store/09zlj936d2jvjwdmj9c9f843fd86bcs3-efivar-35/bin/efivar help’ got 0 exit code
- found 35 with grep in /nix/store/09zlj936d2jvjwdmj9c9f843fd86bcs3-efivar-35
- directory tree listing: https://gist.github.com/6f811428a47ee181fc412ef78ff64450
2018-04-12 08:22:44 -07:00
Jan Tojnar
f94a17387c
efivar: 30 → 34
2018-02-15 01:11:10 +01:00
Ioannis Koutras
cc4e2505e4
efivar: 31 -> 30
...
According to the release page, version 31 of efivar is still considered
as a pre-release and the sha256sum has changed at least once. This commit
switches to the last, stable release.
2017-05-02 20:56:36 +02:00
romildo
ae8c267320
efivar: 27 -> 31
2017-02-21 05:42:01 +01:00
obadz
e82ffa5612
efivar: 0.23 -> 27
...
Fixes glib 2.24 build issues
Patch no longer required
2016-08-20 15:05:38 +01:00
Joachim Fasting
a11b0bc515
efivar: fix build against linux 4.4 headers
2016-05-15 19:39:18 +02:00
Joachim Fasting
0a8d1627ec
Revert "efivar: fix build after #15449 "
...
This reverts commit 21d09bcb71
.
2016-05-15 19:30:39 +02:00
Vladimír Čunát
21d09bcb71
efivar: fix build after #15449
...
I don't know why it matters here; the error was:
linux.c:25:24: fatal error: linux/nvme.h: No such file or directory
2016-05-15 18:21:06 +02:00
Tobias Geerinckx-Rice
95aab50e81
efivar: 0.21 -> 0.23
2016-05-03 03:50:13 +02:00
William A. Kennington III
967abfc786
efivar: 0.20 -> 0.21
2015-07-16 20:07:17 -07:00
William A. Kennington III
5668e3911c
efivar: Fix linking against libdl
2015-06-18 22:34:29 -07:00
William A. Kennington III
0b9419f4a9
efivar: 0.15 -> 0.20
2015-06-18 22:03:00 -07:00
Wout Mertens
c7893e960d
efibootmgr/var: upgrade
2015-05-11 14:25:17 +00:00
William A. Kennington III
830f3b6b55
efivar: Add derivation
2014-07-17 11:40:37 +02:00