unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob fc5f5bbc02b917b400fa05e99e47dd34848ac34f 363 bytes (raw)
name: gnu/packages/patches/kpackage-allow-external-paths.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
 
diff --git a/src/kpackage/package.cpp b/src/kpackage/package.cpp
--- a/src/kpackage/package.cpp
+++ b/src/kpackage/package.cpp
@@ -858,6 +858,6 @@ PackagePrivate::PackagePrivate()
     : QSharedData()
     , fallbackPackage(nullptr)
     , metadata(nullptr)
-    , externalPaths(false)
+    , externalPaths(true)
     , valid(false)
     , checkedValid(false)
 {

debug log:

solving fc5f5bbc02 ...
found fc5f5bbc02 in https://yhetil.org/guix-patches/20211015093015.5834-7-mail@brendan.scot/
found c1c9efde7f in https://git.savannah.gnu.org/cgit/guix.git
preparing index
index prepared:
100644 c1c9efde7f74982d7f7da548d4a0d0ad7d59c298	gnu/packages/patches/kpackage-allow-external-paths.patch

applying [1/1] https://yhetil.org/guix-patches/20211015093015.5834-7-mail@brendan.scot/
diff --git a/gnu/packages/patches/kpackage-allow-external-paths.patch b/gnu/packages/patches/kpackage-allow-external-paths.patch
index c1c9efde7f..fc5f5bbc02 100644

Checking patch gnu/packages/patches/kpackage-allow-external-paths.patch...
Applied patch gnu/packages/patches/kpackage-allow-external-paths.patch cleanly.

index at:
100644 fc5f5bbc02b917b400fa05e99e47dd34848ac34f	gnu/packages/patches/kpackage-allow-external-paths.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).