paperwork: fix evaluation warning (#375176)

This commit is contained in:
Vladimír Čunát
2025-01-20 08:20:56 +01:00
+2 -1
View File
@@ -2,12 +2,13 @@
fetchFromGitLab,
srcOnly,
fetchpatch,
stdenv,
}:
rec {
version = "2.2.5";
src = srcOnly {
pname = "paperwork-patched-src";
inherit version;
inherit version stdenv;
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
repo = "paperwork";