mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
kdePackages.bluedevil: the tarball is fixed
This commit is contained in:
parent
01ed5a815e
commit
32fd9eb659
2 changed files with 4 additions and 16 deletions
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"bluedevil": {
|
"bluedevil": {
|
||||||
"version": "6.0.5",
|
"version": "6.0.5.1",
|
||||||
"url": "mirror://kde/stable/plasma/6.0.5/bluedevil-6.0.5.tar.xz",
|
"url": "mirror://kde/stable/plasma/6.0.5/bluedevil-6.0.5.1.tar.xz",
|
||||||
"hash": "sha256-mJHTxteC62ofaevsRO0PSG8sfrkKIUOU0rbMbq/1psc="
|
"hash": "sha256-Zvzi1J9qxxa1UeMDD47T9xvuwEKNofma9+lZvJD1POI="
|
||||||
},
|
},
|
||||||
"breeze": {
|
"breeze": {
|
||||||
"version": "6.0.5",
|
"version": "6.0.5",
|
||||||
|
|
|
@ -1,21 +1,9 @@
|
||||||
{
|
{
|
||||||
mkKdeDerivation,
|
mkKdeDerivation,
|
||||||
fetchFromGitLab,
|
|
||||||
sources,
|
|
||||||
shared-mime-info,
|
shared-mime-info,
|
||||||
}:
|
}:
|
||||||
mkKdeDerivation rec {
|
mkKdeDerivation {
|
||||||
pname = "bluedevil";
|
pname = "bluedevil";
|
||||||
|
|
||||||
# Upstream tarball is broken, so fetch from Invent temporarily.
|
|
||||||
# FIXME: remove in next release.
|
|
||||||
src = fetchFromGitLab {
|
|
||||||
domain = "invent.kde.org";
|
|
||||||
owner = "plasma";
|
|
||||||
repo = "bluedevil";
|
|
||||||
rev = "v${sources.${pname}.version}";
|
|
||||||
hash = "sha256-3scHXPZ6dSWa2yea89R1u4jbkr6IFP6jvTLEC4O5uYY=";
|
|
||||||
};
|
|
||||||
|
|
||||||
extraNativeBuildInputs = [shared-mime-info];
|
extraNativeBuildInputs = [shared-mime-info];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue