mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: kdevelop-pg-qt: Fix build.
* gnu/packages/kde-sdk.scm (kdevelop-pg-qt)[source]<uri>: Fix url. Change-Id: I88b5f5a6c60b76774a0cc8a173ff512f71d7342c
This commit is contained in:
parent
f3097c1f45
commit
f0fc8abd3a
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ Python, PHP, and Perl.")
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
(uri (string-append "mirror://kde/stable/kdevelop-pg-qt/" version
|
||||
"/src/kdevelop-pg-qt-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "11mv4z8gi5bcsi3d3mhbjw392mg2wnzf667svhnsmmzmh8fbdgmc"))))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue