try to add purple-signald
This commit is contained in:
parent
466fd59fe1
commit
cfd192ee32
17
purple-signald.nix
Normal file
17
purple-signald.nix
Normal file
@ -0,0 +1,17 @@
|
||||
with import <nixpkgs> {};
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "purple-signald";
|
||||
version = "0.10.0";
|
||||
src = fetchFromGitHub {
|
||||
owner = "hoehermann";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "4c7b44ebbe753eb44e88bba832cfe0df514bff854017cf88f07e6c5f433551b1";
|
||||
};
|
||||
|
||||
configurePhase = ''
|
||||
mkdir build && cd build
|
||||
cmake ..
|
||||
'';
|
||||
}
|
Loading…
Reference in New Issue
Block a user