diff options
author | Sughosha <Sughosha@proton.me> | 2022-12-30 20:28:27 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-01-19 17:54:50 +0100 |
commit | 3846ceec4e5016394f8f9ae122e7c092ab0c0bf3 (patch) | |
tree | 80293648bc929d1e98db5af4144a6f478d573477 /gnu/local.mk | |
parent | f59df2f488061c68bb828470aef5c14811df4c4a (diff) | |
download | guix-3846ceec4e5016394f8f9ae122e7c092ab0c0bf3.tar guix-3846ceec4e5016394f8f9ae122e7c092ab0c0bf3.tar.gz |
gnu: Add petri-foo.
* gnu/packages/music.scm (petri-foo): New public variable.
* gnu/packages/patches/petri-foo-0.1.87-fix-recent-file-not-exist.patch
* gnu/local.mk (GNU_SYSTEM_MODULES): Add the new patch file.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 408f7c376b..3da47858ff 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1629,6 +1629,7 @@ dist_patch_DATA = \ %D%/packages/patches/password-store-tree-compat.patch \ %D%/packages/patches/pciutils-hurd-configure.patch \ %D%/packages/patches/pciutils-hurd-fix.patch \ + %D%/packages/patches/petri-foo-0.1.87-fix-recent-file-not-exist.patch \ %D%/packages/patches/plasma-framework-fix-KF5PlasmaMacros.cmake.patch \ %D%/packages/patches/pocketfft-cpp-prefer-preprocessor-if.patch \ %D%/packages/patches/pokerth-boost.patch \ |