patches and low-level development discussion
 help / color / mirror / code / Atom feed
From: Demi Marie Obenour <demiobenour@gmail.com>
To: Spectrum OS Development <devel@spectrum-os.org>
Cc: Alyssa Ross <hi@alyssa.is>, Demi Marie Obenour <demiobenour@gmail.com>
Subject: [PATCH] pkgs: Use \\. instead of \.
Date: Thu, 09 Jul 2026 20:01:47 -0400	[thread overview]
Message-ID: <20260709-no-deprecated-escape-sequence-v1-1-f5be99372c6b@gmail.com> (raw)

Recent versions of Lix emit a deprecation warning because the escape
sequence isn't defined.

Signed-off-by: Demi Marie Obenour <demiobenour@gmail.com>
---
 pkgs/default.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkgs/default.nix b/pkgs/default.nix
index 4dbdfee8ba330f5ba5c9fedee2d1bb8a44af5722..44f7b5ff78cb6b9e755292a6a417d0b627ed3fb0 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -13,7 +13,7 @@ let
     project:
     let dir = project + "/subprojects"; in
     fileset.difference dir (fileset.fromSource (sourceByRegex dir [
-      ".*\.wrap"
+      ".*\\.wrap"
       "packagefiles(/.*)?"
     ]));
 

---
base-commit: 89f8c9238616b43e48b21e2eade41e061b006cd8
change-id: 20260709-no-deprecated-escape-sequence-846df9820130

-- 
Sincerely,
Demi Marie Obenour (she/her/hers)


             reply	other threads:[~2026-07-10  0:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-10  0:01 Demi Marie Obenour [this message]
2026-07-10 14:54 ` [PATCH] pkgs: Use \\. instead of \ Alyssa Ross

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260709-no-deprecated-escape-sequence-v1-1-f5be99372c6b@gmail.com \
    --to=demiobenour@gmail.com \
    --cc=devel@spectrum-os.org \
    --cc=hi@alyssa.is \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://spectrum-os.org/git/doc
	https://spectrum-os.org/git/mktuntap
	https://spectrum-os.org/git/spectrum
	https://spectrum-os.org/git/ucspi-vsock

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).