tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
pipewire: 0.2.3 → 0.2.5
Jan Tojnar
7 years ago
512c5033
5682bc99
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
pipewire
default.nix
+3
-3
pkgs/development/libraries/pipewire/default.nix
···
4
}:
5
6
let
7
-
version = "0.2.3";
8
9
fontsConf = makeFontsConf {
10
fontDirectories = [ freefont_ttf ];
···
16
owner = "PipeWire";
17
repo = "pipewire";
18
rev = version;
19
-
sha256 = "1y04brfi5bv4y0hdyqzrcbayr674njf6a5hiwjfv2yi6lazkqv1k";
20
};
21
22
outputs = [ "out" "lib" "dev" "doc" ];
···
31
32
mesonFlags = [
33
"-Ddocs=true"
34
-
"-Dgstreamer=true"
35
];
36
37
PKG_CONFIG_SYSTEMD_SYSTEMDUSERUNITDIR = "${placeholder "out"}/lib/systemd/user";
···
4
}:
5
6
let
7
+
version = "0.2.5";
8
9
fontsConf = makeFontsConf {
10
fontDirectories = [ freefont_ttf ];
···
16
owner = "PipeWire";
17
repo = "pipewire";
18
rev = version;
19
+
sha256 = "0hxm89ps6p75zm7rndrdr715p4ixx4f521fkjkyi7q2wh0b769s7";
20
};
21
22
outputs = [ "out" "lib" "dev" "doc" ];
···
31
32
mesonFlags = [
33
"-Ddocs=true"
34
+
"-Dgstreamer=enabled"
35
];
36
37
PKG_CONFIG_SYSTEMD_SYSTEMDUSERUNITDIR = "${placeholder "out"}/lib/systemd/user";