paperwork: fix evaluation warning

This commit is contained in:
Guillaume Girol
2025-01-19 12:00:00 +00:00
parent 6ad44484f5
commit 69ace4daab
+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";