mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
cef-binary: init
This commit is contained in:
parent
437a1c75d6
commit
8a3d09577c
1 changed files with 15 additions and 0 deletions
15
pkgs/by-name/ce/cef-binary/package.nix
Normal file
15
pkgs/by-name/ce/cef-binary/package.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
libcef,
|
||||
}:
|
||||
|
||||
libcef.overrideAttrs (oldAttrs: {
|
||||
pname = "cef-binary";
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
cp -r .. $out
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue