strawberry: 0.9.1 -> 0.9.2 (#117889)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
4b872b6efd
commit
e2b46c7ba6
@ -35,13 +35,13 @@
|
|||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "strawberry";
|
pname = "strawberry";
|
||||||
version = "0.9.1";
|
version = "0.9.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jonaski";
|
owner = "jonaski";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-1aXHMvjLK5WiE0mut/a3ynuMfNHgPbUzAZdmaVJBDXQ=";
|
sha256 = "sha256:0d9asg21j9ai23sb35cimws8bd8fsnpha777rgscraa7i09q0rx2";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
@ -67,7 +67,6 @@ mkDerivation rec {
|
|||||||
libselinux
|
libselinux
|
||||||
libsepol
|
libsepol
|
||||||
p11-kit
|
p11-kit
|
||||||
util-linux
|
|
||||||
]
|
]
|
||||||
++ lib.optionals withGstreamer (with gst_all_1; [
|
++ lib.optionals withGstreamer (with gst_all_1; [
|
||||||
gstreamer
|
gstreamer
|
||||||
@ -77,7 +76,11 @@ mkDerivation rec {
|
|||||||
])
|
])
|
||||||
++ lib.optional withVlc libvlc;
|
++ lib.optional withVlc libvlc;
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ninja pkg-config qttools ];
|
nativeBuildInputs = [
|
||||||
|
cmake ninja pkg-config qttools
|
||||||
|
] ++ lib.optionals stdenv.isLinux [
|
||||||
|
util-linux
|
||||||
|
];
|
||||||
|
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
"-DUSE_SYSTEM_TAGLIB=ON"
|
"-DUSE_SYSTEM_TAGLIB=ON"
|
||||||
@ -91,7 +94,7 @@ mkDerivation rec {
|
|||||||
description = "Music player and music collection organizer";
|
description = "Music player and music collection organizer";
|
||||||
homepage = "https://www.strawberrymusicplayer.org/";
|
homepage = "https://www.strawberrymusicplayer.org/";
|
||||||
changelog = "https://raw.githubusercontent.com/jonaski/strawberry/${version}/Changelog";
|
changelog = "https://raw.githubusercontent.com/jonaski/strawberry/${version}/Changelog";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3Only;
|
||||||
maintainers = with maintainers; [ peterhoeg ];
|
maintainers = with maintainers; [ peterhoeg ];
|
||||||
# upstream says darwin should work but they lack maintainers as of 0.6.6
|
# upstream says darwin should work but they lack maintainers as of 0.6.6
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user