diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-03-24 02:09:44 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-03-24 02:09:44 +0100 |
commit | 779edeb2ada193fc33873fb5999ff1af087a93a6 (patch) | |
tree | eba13931a94312e3cdc5a73e791d97752529966a /packages | |
parent | 316cf7ca925e7030461fa857afc43f2c35377cbc (diff) |
komodo: adjust doom-meta rewrite: found out it is more correct
Diffstat (limited to 'packages')
-rw-r--r-- | packages/komodo/komodo.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/komodo/komodo.scm b/packages/komodo/komodo.scm index e959b27..66ced4a 100644 --- a/packages/komodo/komodo.scm +++ b/packages/komodo/komodo.scm @@ -259,7 +259,7 @@ `(substitute* (list "vendor/antara-gaming_sdk/modules/event/CMakeLists.txt" "vendor/antara-gaming_sdk/modules/ecs/CMakeLists.txt") (("doom::meta") - "doom"))) + "doom_meta"))) (define replace-vcpkg `(substitute* "CMakeLists.txt" |