mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
efivar: Split into multiple outputs
This commit is contained in:
parent
0527b325a4
commit
0541762f06
@ -4,6 +4,8 @@ stdenv.mkDerivation rec {
|
||||
name = "efivar-${version}";
|
||||
version = "35";
|
||||
|
||||
outputs = [ "bin" "out" "dev" "man" ];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "rhinstaller";
|
||||
repo = "efivar";
|
||||
@ -17,6 +19,10 @@ stdenv.mkDerivation rec {
|
||||
makeFlags = [
|
||||
"prefix=$(out)"
|
||||
"libdir=$(out)/lib"
|
||||
"bindir=$(bin)/bin"
|
||||
"mandir=$(man)/share/man"
|
||||
"includedir=$(dev)/include"
|
||||
"PCDIR=$(dev)/lib/pkgconfig"
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user