diff options
author | Hilton Chain <hako@ultrarare.space> | 2025-05-15 00:59:52 +0800 |
---|---|---|
committer | Hilton Chain <hako@ultrarare.space> | 2025-05-15 21:22:26 +0800 |
commit | 457b17de16d599f27c279a322ac820eaf15704e9 (patch) | |
tree | 235df4e029d534f8b87ea23b6f6059c5fa8a5c02 /nongnu/packages | |
parent | e4459f4802e8b222eec55196d44c25dc7a5bc53b (diff) |
nongnu: obsidian: Replace deprecated dependency.
* nongnu/packages/productivity.scm (obsidian)
[native-inputs]: Replace inkscape/stable with inkscape/pinned.
Diffstat (limited to 'nongnu/packages')
-rw-r--r-- | nongnu/packages/productivity.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nongnu/packages/productivity.scm b/nongnu/packages/productivity.scm index 86e7215..6af1fac 100644 --- a/nongnu/packages/productivity.scm +++ b/nongnu/packages/productivity.scm @@ -330,7 +330,7 @@ LibreOffice, and Google Docs for over 10,000 citation styles.") (native-inputs ;; imagemagick & inkscape needed to create desktop icons. We use the ;; stable versions because we only need them for generating icons. - (list imagemagick/stable inkscape/stable)) + (list imagemagick/stable inkscape/pinned)) (inputs (list (origin |