Re: xawtv: no font found

2017-08-29 Thread Dmitry Nikolaev
On 27 August 2017 at 20:31, Alex Kost wrote: > Dmitry Nikolaev (2017-08-26 22:25 +0300) wrote: > > > Hello. I wrote a package file for Xawtv. It builds, but not runs. > > > > $ xawtv > > xawtv: Relink `/gnu/store/ > > 88wvqp60hbrdvbp0xsqad5c6njjfshcw-libpng

xawtv: no font found

2017-08-26 Thread Dmitry Nikolaev
; ,alsa-lib) ("v4l-utils" ,v4l-utils) ("glibc" ,glibc) ("libx11" ,libx11) ("libxt" ,libxt) ("libxaw" ,libxaw) ("libxmu" ,libxmu) ("libxpm" ,libxpm) ("libxext" ,libxext) ("libxv" ,libxv) ("perl" ,perl) ("fontconfig" ,fontconfig))) (synopsis "Watch television at the PC") (description "Watch television or webcam at the PC") (home-page "https://linuxtv.org/";) (license gpl2))) Dmitry Nikolaev

install: invalid user ‘root’

2017-08-21 Thread Dmitry Nikolaev
perl) ("fontconfig" ,fontconfig))) (arguments `(#:tests? #f)) ;no check target (synopsis "Watch television at the PC") (description "Watch television or webcam at the PC") (home-page "https://linuxtv.org/";) (license gpl2))) Dmitry Nikolaev

Enable modules in Linux configuration.

2017-07-29 Thread Dmitry Nikolaev
x-libre-reiser4, libaal and reiser4progs packages to main package repository if I'll send you patches? Dmitry Nikolaev

Set GuixSD on Reiser4.

2017-07-22 Thread Dmitry Nikolaev
with it? Will it work? Does GRUB or EFI loader in GuixSD repository supports Reiser4? Is mentioning reiser4 in config.scm enought? (file-systems (cons* (file-system (device "root") (title 'label) (mount-point "/") (type "reiser4") (dependencies mapped-devices)) %base-file-systems)) Dmitry Nikolaev

Re: Using patches from intermne, not from /gnu/packages/aux-files

2017-07-22 Thread Dmitry Nikolaev
On 29 June 2017 at 17:44, Ludovic Courtès wrote: > Hi Dmitry, > > Dmitry Nikolaev skribis: > > > I want to apply Reiser4 patch for my Linux > > > > https://reiser4.wiki.kernel.org/index.php/Main_Page > > https://sourceforge.net/projects/reiser4/files/ > r

Using patches from intermne, not from /gnu/packages/aux-files

2017-06-28 Thread Dmitry Nikolaev
Hello friends. I want to apply Reiser4 patch for my Linux https://reiser4.wiki.kernel.org/index.php/Main_Page https://sourceforge.net/projects/reiser4/files/reiser4-for-linux-4.x/reiser4-for-4.11.0.patch.gz But all code examples in guix repository use code like this (patches (search-patches "so

How to remove built disk-image?

2017-02-25 Thread Dmitry Nikolaev
Hi all. I have successfully build disk-image using command: $ guix system disk-image --image-size=8G guix/gnu/system/install.scm Now I have 8 Gb file in my /gnu/store that I can't delete using 'sudo rm'. How do I remove it? Dmitry Nikolaev

Re: guix system disk-image broken?

2017-02-22 Thread Dmitry Nikolaev
On 22 February 2017 at 13:36, Marius Bakke wrote: > Dmitry Nikolaev writes: > > > On 22 February 2017 at 13:01, Marius Bakke wrote: > > > >> Dmitry Nikolaev writes: > >> > $ git clone https://git.savannah.gnu.org/git/guix.git > >> > ... >

Re: guix system disk-image broken?

2017-02-22 Thread Dmitry Nikolaev
On 22 February 2017 at 13:01, Marius Bakke wrote: > Dmitry Nikolaev writes: > > $ git clone https://git.savannah.gnu.org/git/guix.git > > ... > > $ cd guix > > $ guix system disk-image --image-size=1G gnu/system/install.scm > > guix system: error: faile

guix system disk-image broken?

2017-02-22 Thread Dmitry Nikolaev
scm:2870:6: In procedure resolve-interface: ice-9/boot-9.scm:2870:6: no code for module (gnu packages bootloaders) Why? I did everything like the Manual says. Dmitry Nikolaev

guix hash of source from git repository.

2017-02-21 Thread Dmitry Nikolaev
chrome37-firefox30" (sha256 (base32 "12fqh2d2098mgf0ls19p9lzibpsqhv7mc5rn1yvrbfnazmcr40g4")) (file-name (string-append name "-" version ... How do I calculate this 12fqh2d...? Dmitry Nikolaev

Re: Ampersand sign (&) in URL.

2016-10-04 Thread Dmitry Nikolaev
>>build failed: invalid character `&' in name `PTAstraSans&Seif_TTF_ver1001. zip.drv >Try "%26", which is the hex-representation of the ascii-code of "&". build failed: invalid character `%' in name `PTAstraSans%26Seif_TTF_ver1001. zip.drv Dmitry Nikolaev

Ampersand sign (&) in URL.

2016-10-04 Thread Dmitry Nikolaev
ns&Seif_TTF_ver1001.zip.drv' How do I escape & in URL so guix accept it? Dmitry Nikolaev

Re: Error in gexp.scm. Unrecognized keyword.

2016-09-28 Thread Dmitry Nikolaev
urrent system profile? Not only config.scm, but modules loaded from GUIX_PACKAGE_PATH too. Dmitry Nikolaev

Error in gexp.scm. Unrecognized keyword.

2016-09-24 Thread Dmitry Nikolaev
hat is wrong with my guix installation and gexp.scm? I haven't seen anybody complaining about it in this mailing list. What do I have to do to update my GuixSD installation? Dmitry Nikolaev

Re: recordmydesktop doesn't work with sound.

2016-07-27 Thread Dmitry Nikolaev
On 21 July 2016 at 22:58, Dmitry Nikolaev wrote: > Hi. I wanted to make a screencast about GuixSD, but recordmydesktop > couldn't record sound. > I've found that ffmpeg is a great solution for screencast recording. https://trac.ffmpeg.org/wiki/Capture/Desktop ffmpeg -

Re: recordmydesktop doesn't work with sound.

2016-07-25 Thread Dmitry Nikolaev
On 24 July 2016 at 18:34, Leo Famulari wrote: > Dmitry, let me know if you want to try writing this patch or not. If > not, I'm happy to do it :) > Patch is trivial. I would be a good example for my post about writing patches. Please, let my write a patch and send it. Dmitry

Re: recordmydesktop doesn't work with sound.

2016-07-25 Thread Dmitry Nikolaev
On 21 July 2016 at 23:21, Thompson, David wrote: > I don't know the answer to your question, unfortunately, but I wanted > to recommend another tool as a workaround for now: Open Broadcaster > Software. Install with 'guix package -i obs'. I like it quite a bit. > obs didn't worked for me: err

Re: recordmydesktop doesn't work with sound.

2016-07-25 Thread Dmitry Nikolaev
On 21 July 2016 at 23:50, Catonano wrote: > I second David's suggestion. Even if it worked correctly, RecordMyDesktop > is really unpleasant to use. > It gives crippled video on my hardware. I've tried --full-shot and --fps options, none helped. > When you record something, it needs to "proces

recordmydesktop doesn't work with sound.

2016-07-21 Thread Dmitry Nikolaev
upport As I can see ALSA is a default option. Why doesn't recordmydesktop in GuixSD doesn't work with my microphone like audacity does? Dmitry Nikolaev

Packages with multiple output in config.scm.

2016-06-06 Thread Dmitry Nikolaev
What should I do if I want to install some particular output of a package system wide? For example, I can install icedtea:jdk in users profile guix package -i icedtea:jdk But code like below in config.scm returns error: (packages (cons* evince icedtea:jdk git))

icedtea is installed, but no javac available.

2016-06-01 Thread Dmitry Nikolaev
Hi. I have icedtead both in my /etc/config.scm and in my user profile: $ guix package --list-installed | grep icedtea icedtea3.0.1out /gnu/store/krksxq6wzxi4bj9vc7g02axgjb7nrmgi-icedtea-3.0.1 $ ls /gnu/store/ | grep -e '.*icedtea.*-jdk' 1rxafkp02y1775viisji16nfam7syqq3-icedtea-2.6.6-jdk/

Re: Customize %desktop-services.

2016-06-01 Thread Dmitry Nikolaev
On 25 May 2016 at 11:20, Alex Kost wrote: > Dmitry Nikolaev (2016-05-24 23:42 +0300) wrote: > > > Second one gives > > > > guix system: error: service 'xorg-server' provided more than once > > As I wrote in the previous message, I don't reproduce t

Re: Customize %desktop-services.

2016-05-24 Thread Dmitry Nikolaev
> > Could you paste your whole config? > Here you are. This one works: (use-modules (gnu) (gnu packages admin) (gnu packages fonts) (gnu packages gl) (gnu packages gnome) (gnu packages gnuzilla) (gnu packages guile)

Re: Customize %desktop-services.

2016-05-15 Thread Dmitry Nikolaev
On 13 May 2016 at 23:26, Alex Kost wrote: > Dmitry Nikolaev (2016-05-12 22:45 +0300) wrote: > > [...] > > How do I write something that works like "take %desktop-services, but > > redefine (slim-service) with my definiton of (slim-service ...)"? > > You ne

Customize %desktop-services.

2016-05-13 Thread Dmitry Nikolaev
%base-services)) What if I want to custome some service from %base-services? My service list would become too long to be readable. How do I write something that works like "take %desktop-services, but redefine (slim-service) with my definiton of (slim-service ...)"? Dmitry Nikolaev