Hi Pierre and Evan,
This seems to be a red herring, as Guix does not change how CFFI loa > libraries. The only thing that changes is where the libraries are
found> with Guix packages.
I don't know about the details of SBCL and its CFFI, but there is a
difference in how Guix handles shared lib
>> + ;; store.
>> + (add-before 'configure 'substitute-source
>> + (lambda* (#:key inputs #:allow-other-keys)
>> + (let* ((qtbase (assoc-ref inputs "qtbase"))
>> +(qtprinter.h (string-append "\"" qtbase
>> "/include/qt5/QtPrintSupport/qp
Hi Guix,
I've noticed recently, that GStreamer (specifically, but not limited
gst-play-1.0) would fail from the command line, whereas GStreamer-based
applications (such as Totem) work fine. After some debugging, I found
out that the offending element was coglsink, which is pulled in through
some
* gnu/packages/qt.scm (python-pyqt)[comments]: And python-pyqtwebengine now
uses mkdir-p instead of a system call.
---
gnu/packages/qt.scm | 13 +
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index fcb297e99c..611c38a443 100644
* gnu/packages/web-browsers.scm (qutebrowser)[comments]: Improve the comment
describing why qtwebengine is used as an input. Added punctuation to FIXME
for test phase.
---
gnu/packages/web-browsers.scm | 11 +--
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/gnu/packages
Hi!
Evan Straw writes:
> However, the thing that still doesn't appear to be working right is loading
> libraries from the foreign distro. I get the same behavior as before when
> attempting to load a library under the foreign distro's library directory
> (/usr/lib/x86_64-linux-gnu): It loads the
Hi Pierre,
Thanks for your response.
>In the meantime, you can add this to your ~/.sbclrc:
>
>--8<---cut here---start->8---
>(when (ignore-errors (asdf:load-system "cffi"))
> ;; Warning: Trailing "/" matters!
> (dolist (guix-profile
> `(,(when (uiop
The problem is introduced by the guix update on
fd885160fcfde710e415252463c1034f22f88e59.
Reverting this commit makes the problem go away, so a bisect on the
guix package version is feasible.
The problem can be triggered in the installer image by doing
'guix build guix' in a root terminal.
The f
Danny Milosavljevic writes:
> ../../../texlive-20180414-source/texk/web2c/pdftexdir/pdftosrc.cc:82:37:
> error: no match for ‘operator=’ (operand types are
> ‘std::unique_ptr’ and ‘GlobalParams*’)
> [...]
> ../../../texlive-20180414-source/texk/web2c/pdftexdir/pdftosrc.cc:206:12:
> error: type
Pierre Neidhardt writes:
>
> Why are you removing this?
>
> Other than those few nits, looks good to me!
>
Thanks for looking at this Pierre. I will makes these changes you have
suggested ASAP.
I removed the man page generation because it is already distributed with
the tarball and it caused
GNOME Files (nautilus) does not display thumbnails of files like images,
videos, and other files that usually have thumbnails. This makes it hard to
browse large directories of multimedia files.
## Steps to reproduce
1. Start GNOME Files.
2. Make sure that "GNOME Files → Preferences → Search
Mike Rosset writes:
> * gnu/packages/web-browsers.scm (qutebrowser): Update to 1.9.0.
>
> qutebrowser no longer uses qtwebkit by default. It now defaults to
> qtwebengine.
> ---
> gnu/packages/web-browsers.scm | 40 ---
> 1 file changed, 28 insertions(+), 12 dele
Thanks for the patches, comments below:
Mike Rosset writes:
> * gnu/packages/qt.scm (python-pyqtwebengine): New variable.
> ---
> gnu/packages/qt.scm | 97 +
> 1 file changed, 97 insertions(+)
>
> diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
Hello Florian
With the addition of QtWebengine into Guix. I've created some patches to
upgrade qutebrowser to 1.9.0 and to use QtWebengine by default.
And Guix is now using Qt 5.12.6 which is not to bad.
I hope this leads to less error reports for you. Once this gets merged
in.
Regards,
Mike
* gnu/packages/web-browsers.scm (qutebrowser): Update to 1.9.0.
qutebrowser no longer uses qtwebkit by default. It now defaults to qtwebengine.
---
gnu/packages/web-browsers.scm | 40 ---
1 file changed, 28 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/
* gnu/packages/qt.scm (python-pyqtwebengine): New variable.
---
gnu/packages/qt.scm | 97 +
1 file changed, 97 insertions(+)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 514577678e..fcb297e99c 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/p
16 matches
Mail list logo