sxmo-utils: 1.14.1 -> 1.14.2

This commit is contained in:
Colin 2023-06-19 23:57:44 +00:00
parent 8e17e2beb2
commit fd270dd0b8

View File

@ -3,16 +3,17 @@
, gitUpdater , gitUpdater
, lib , lib
, rsync , rsync
, scdoc
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "sxmo-utils"; pname = "sxmo-utils";
version = "1.14.1"; version = "1.14.2";
src = fetchgit { src = fetchgit {
url = "https://git.sr.ht/~mil/sxmo-utils"; url = "https://git.sr.ht/~mil/sxmo-utils";
rev = version; rev = version;
hash = "sha256-UcJid1fi3Mgu32dCqlI9RQYnu5d07MMwW3eEYuYVBw4="; hash = "sha256-1bGCUhf/bt9I8BjG/G7sjYBzLh28iZSC20ml647a3J4=";
}; };
patches = [ patches = [
@ -39,6 +40,10 @@ stdenv.mkDerivation rec {
${rsync}/bin/rsync -rlv ${./customization}/ ./ ${rsync}/bin/rsync -rlv ${./customization}/ ./
''; '';
nativeBuildInputs = [
scdoc
];
installFlags = [ installFlags = [
"OPENRC=0" "OPENRC=0"
"DESTDIR=$(out)" "DESTDIR=$(out)"