pipewire: 0.2.3 → 0.2.5

This commit is contained in:
Jan Tojnar 2018-12-30 14:57:48 +01:00
parent 5682bc9926
commit 512c5033b1
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -4,7 +4,7 @@
}:
let
version = "0.2.3";
version = "0.2.5";
fontsConf = makeFontsConf {
fontDirectories = [ freefont_ttf ];
@ -16,7 +16,7 @@ in stdenv.mkDerivation rec {
owner = "PipeWire";
repo = "pipewire";
rev = version;
sha256 = "1y04brfi5bv4y0hdyqzrcbayr674njf6a5hiwjfv2yi6lazkqv1k";
sha256 = "0hxm89ps6p75zm7rndrdr715p4ixx4f521fkjkyi7q2wh0b769s7";
};
outputs = [ "out" "lib" "dev" "doc" ];
@ -31,7 +31,7 @@ in stdenv.mkDerivation rec {
mesonFlags = [
"-Ddocs=true"
"-Dgstreamer=true"
"-Dgstreamer=enabled"
];
PKG_CONFIG_SYSTEMD_SYSTEMDUSERUNITDIR = "${placeholder "out"}/lib/systemd/user";