mirror of
https://github.com/hyprwm/hyprland-protocols.git
synced 2026-05-04 16:27:58 +02:00
Merge d9480c60b7 into bd153e76f7
This commit is contained in:
commit
a681dde5fa
2 changed files with 3 additions and 1 deletions
|
|
@ -32,6 +32,7 @@
|
|||
hyprland-protocols = final: prev: {
|
||||
hyprland-protocols = final.callPackage ./nix/default.nix {
|
||||
version = version + "+date=" + (mkDate (self.lastModifiedDate or "19700101")) + "_" + (self.shortRev or "dirty");
|
||||
inherit self;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -4,12 +4,13 @@
|
|||
meson,
|
||||
ninja,
|
||||
version,
|
||||
self,
|
||||
}:
|
||||
stdenv.mkDerivation {
|
||||
pname = "hyprland-protocols";
|
||||
inherit version;
|
||||
|
||||
src = ../.;
|
||||
src = self;
|
||||
|
||||
nativeBuildInputs = [meson ninja];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue