mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
hypr: change self to finalAttrs
This commit is contained in:
parent
768dce7a0d
commit
d18b9182ff
@ -20,7 +20,7 @@
|
||||
, xmodmap
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (self: {
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "hypr";
|
||||
version = "unstable-2023-01-26";
|
||||
|
||||
@ -72,7 +72,7 @@ stdenv.mkDerivation (self: {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
inherit (self.src.meta) homepage;
|
||||
inherit (finalAttrs.src.meta) homepage;
|
||||
description = "A tiling X11 window manager written in modern C++";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ AndersonTorres ];
|
||||
|
Loading…
Reference in New Issue
Block a user