mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
maeel: migrate to by-name
This commit is contained in:
parent
cd080548a7
commit
4f91815f5f
2 changed files with 0 additions and 1 deletions
22
nix/packages/by-name/maeel/package.nix
Normal file
22
nix/packages/by-name/maeel/package.nix
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
rustc,
|
||||
}:
|
||||
stdenv.mkDerivation {
|
||||
pname = "maeel";
|
||||
version = "3.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Traumatism";
|
||||
repo = "maeel";
|
||||
rev = "d8e4261266a181904947ef940b6744a6360c93a6";
|
||||
hash = "sha256-Ee4/N2Q90xsbyGVtpE/yUFWC/ELt8nBAICkR/FlZQOo=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [rustc];
|
||||
installPhase = ''
|
||||
mkdir -p "$out/bin"
|
||||
cp --reflink=auto ./maeel "$out/bin"
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue