Re: Adding wc to Bournish

2016-06-14 Thread Efraim Flashner
On Tue, Jun 14, 2016 at 11:57:26AM +0200, Ricardo Wurmus wrote: > > Efraim Flashner <efr...@flashner.co.il> writes: > > > +(define wc-command-implementation > > + (lambda files > > +(let ((files (filter (lambda (file) > > +

Re: [PATCH 02/14] gnu: Add qtimageformats.

2016-06-14 Thread Efraim Flashner
On Tue, Jun 14, 2016 at 11:07:03AM +0200, Andreas Enge wrote: > On Sun, Jun 12, 2016 at 11:20:24PM +0300, Efraim Flashner wrote: > > quite possibly the inputs could be shortened, but since they're all > > using qmake for configure I don't really know how to check. > &

Re: Adding wc to Bournish

2016-06-14 Thread Efraim Flashner
On Wed, Jun 08, 2016 at 05:43:09PM +0200, Ludovic Courtès wrote: > Efraim Flashner <efr...@flashner.co.il> skribis: > > > On Sun, Jun 05, 2016 at 10:37:12PM +0200, Ludovic Courtès wrote: > > [...] > > >> I’ll commit a couple of fixes for bugs I just found

Re: [PATCH] gnu: boost: Allow for customizable build flags.

2016-06-14 Thread Efraim Flashner
next? I'm not sure anymore. :) > > Thanks! > > - Dave > I would toss it into core-updates and hope Ludo doesn't notice :). I don't think it's quite reached building out that far yet so it should be ok. -- Efraim Flashner <efr...@flashner.co.il> אפרים פלשנר GPG key

Re: Adding wc to Bournish

2016-06-14 Thread Efraim Flashner
On Tue, Jun 14, 2016 at 01:20:29PM +0300, Efraim Flashner wrote: > On Tue, Jun 14, 2016 at 11:57:26AM +0200, Ricardo Wurmus wrote: > > > > Efraim Flashner <efr...@flashner.co.il> writes: > > > > > +(define wc-command-implementation > > > + (lambda

Re: [PATCH] gnu: youtube-dl: Update to 2016.06.14.

2016-06-14 Thread Efraim Flashner
ng > youtube-dl to FTBFS on my machine. > > Thanks, > Alex > I see that they're now hosting their files on Github, before they were on some other site that didn't have a valid certificate for youtube-dl.org. pushed! -- Efraim Flashner <efr...@flashner.co.il> אפרים פלשנר GPG

Re: [PATCH] gnu: node: Correctly patch npm shebang.

2016-06-15 Thread Efraim Flashner
t; correct handling of symlinks in the `patch-shebangs' phase introduced by > Ludo's recent patch [1]. > > Thanks, > - Jelle > > [1]https://lists.gnu.org/archive/html/bug-guix/2016-06/msg00043.html > I think you forgot to attach the patch :) -- Efraim Flashner <efr..

Re: [WIP v0.1 6/8] gnu: Add kde karchive

2016-06-15 Thread Efraim Flashner
; under a variety of licenses. > +;; This list is taken from http://packaging.neon.kde.org/cgit/ > +(license (list license:lgpl2.1 license:lgpl2.1+ > + license:lgpl3+ license:bsd-2 > + > (define-public kwindowsystem >(package > (name &qu

Re: [WIP v0.1 0/8] KDE framework 5, tier 1

2016-06-15 Thread Efraim Flashner
lace of qt? I normally start by swapping in qtbase for qt and then adding more as needed. -- Efraim Flashner <efr...@flashner.co.il> אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted signature.asc Description: PGP signature

Re: [PATCH] gnu: Add higan.

2016-06-07 Thread Efraim Flashner
;; higan doesn't respect $XDG_DATA_HOME > > + mkdir " -p ~/.local/share\n" > > + cp " -r " out "/share/higan ~/.local/share\n" > > + "exec " higan-original

Re: [PATCH] gnu: Add guile-gnome

2016-06-09 Thread Efraim Flashner
urned by (%global-site-dir) > > Cheers, > David `guilemoduledir =.*guile/site' is saved in the variable `all' and then used in the second half of the substitute*. I have a similar one I wrote for aria2 in bittorrent.scm -- Efraim Flashner <efr...@flashner.co.il> אפרים פלשנר GPG key =

Re: [Patch] ruby-debug-inspector

2016-05-31 Thread Efraim Flashner
) Why are the tests not run? Please include a comment explaining. > +(inputs > + `(("ruby-bacon" ,ruby-bacon))) > +(synopsis > + "A Ruby wrapper for the MRI 2.0 debug_inspector API") > +(description > + "This package provides a Ruby wrapper for the MRI 2.0 debug_inspector > API")

Re: [PATCH] Add libiax

2016-05-31 Thread Efraim Flashner
nents? I saw it explained another time that if the license is just "GPL" then we can read it as we see fit, which usually means GPL3+ (for those portions). -- Efraim Flashner <efr...@flashner.co.il> אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confiden

Re: Adding wc to Bournish

2016-05-26 Thread Efraim Flashner
the presence of “-l” or > “-c” at compile time and emit a call to the right thing. I checked with coreutil's 'wc', and it emits in its particular order whether you call 'wc -l -c' or 'wc -lc' or 'wc -cl' > > HTH! > > Ludo’. -- Efraim Flashner <efr...@flashner.co.il> אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted signature.asc Description: PGP signature

Re: [PATCH] Add googletest

2016-05-31 Thread Efraim Flashner
*) could be replaced by (copy-recursively) > and (install-file), respectively. > I haven't tried building this package yet (and -> you can probably switch this for a (begin googletest-release-1.7.0 -> (string-append "../google-release-" version "/include") (zero? (system* "cp" "libgtest.a" "libgtest_main.a" won't this just copy libgtest.a to libgtest_main.a ? -- Efraim Flashner <efr...@flashner.co.il> אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted signature.asc Description: PGP signature

Re: [PATCH] Add msgpack

2016-05-31 Thread Efraim Flashner
> +(build-system gnu-build-system) > +(native-inputs > + `(("googletest" ,googletest))) > +(inputs > + `(("zlib" ,zlib))) > +(home-page "http://www.msgpack.org;) > +(synopsis "Binary serialization library") > +

Re: Adding wc to Bournish

2016-05-26 Thread Efraim Flashner
so far :) -- Efraim Flashner <efr...@flashner.co.il> אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted From f909c39530c727f414c8c827bdbccb2285ad1cc5 Mon Sep 17 00:00:00 2001 From: Efraim Fl

Re: [Patch] ruby-debug-inspector

2016-06-01 Thread Efraim Flashner
[options] [files | -a] [-- untouched arguments] rake aborted! Command failed with status (1): [bacon -Itest -rubygems -a -q...] /tmp/guix-build-ruby-debug-inspector-0.0.2.drv-0/gem/Rakefile:21:in `block in ' Tasks: TOP => test (See full trace by running task with --trace) I'm not a ruby person so

Re: [PATCH] gnu: Add py3status.

2016-05-31 Thread Efraim Flashner
^ an > +functionality in modular way, allowing you to extend your panel with ^ a > +your own code, responding to click events and update clock every s/update/updating

Re: [PATCH] Add zimg.

2016-05-30 Thread Efraim Flashner
On Sun, May 29, 2016 at 08:34:15PM +0200, Ricardo Wurmus wrote: > > Efraim Flashner <efr...@flashner.co.il> writes: > > > here's a patch to add zimg, a new dependency for vapoursynth in versions > > 29 and above. > > Thanks, this looks good to

[PATCH] Add zimg.

2016-05-29 Thread Efraim Flashner
here's a patch to add zimg, a new dependency for vapoursynth in versions 29 and above. -- Efraim Flashner <efr...@flashner.co.il> אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypte

Re: [PATCH 1/2] doc: Add note for first time users on arbitrary system.

2016-05-29 Thread Efraim Flashner
Copyright @copyright{} 2016 Chris Marusich@* > -Copyright @copyright{} 2016 Efraim Flashner > +Copyright @copyright{} 2016 Efraim Flashner@* > +Copyright @copyright{} 2016 Hartmut Goebel > > Permission is granted to copy, distribute and/or modify this document > under the terms of th

Re: [PATCH] gnu: perl-test-harness Update to 3.36

2016-06-22 Thread Efraim Flashner
> +++ b/gnu/packages/perl.scm > @@ -7,6 +7,7 @@ > ;;; Copyright © 2016 Mark H Weaver <m...@netris.org> > ;;; Copyright © 2016 Jochem Raat <jch...@riseup.net> > ;;; Copyright © 2016 Efraim Flashner <efr...@flashner.co.il> > +;;; Coypright © 2016 ng0 <n...@we

Re: [PATCH] Add msgpack

2016-06-21 Thread Efraim Flashner
"libvpx" ,libvpx) > ("libx264" ,libx264) > ; ("yaml-cpp" ,yaml-cpp) ;not found there's a libyaml in web.scm. not exactly yaml-cpp in name, but it might be close enough > ("zlib" ,zlib))) ; maybe not needed as used by inp

Re: [PATCH] gnu: libgcrypt update to 1.7.1

2016-06-16 Thread Efraim Flashner
On Thu, Jun 16, 2016 at 11:40:47AM -0400, Leo Famulari wrote: > On Wed, Jun 15, 2016 at 07:53:28PM +, ng0 wrote: > > * gnu/packages/gnupg.scm (libgcrypt): Update to 1.7.1 > > This looks good to me. What branch should it go on? > either core-updates or core-updates-next -

Re: [PATCH] gnu: cross-gcc-arguments: Disable libitm, libvtv and, libsanitizer.

2016-06-24 Thread Efraim Flashner
+ ;; present. See > + ;; > <https://lists.gnu.org/archive/html/guix-devel/2016-02/msg01311.html> > + "--disable-libitm" > + "--disable-libvtv" > +

Re: Python2-jsonschema fails

2016-01-18 Thread Efraim Flashner
Yes, but functools32 should only be added to the inputs of > python2-jsonchema, since it is a backport of a Python 3 library. > > Cyril. > Yes but it has a cascading effect through python.scm and openstack.scm -- Efraim Flashner <efr...@flashner.co.il> אפרים פלשנר GPG key =

Re: Python2-jsonschema fails

2016-01-18 Thread Efraim Flashner
log shows that it is trying to download packages from pypi, > namely functools32. Maybe there is an input to be added? > > It would be nice if someone more knowledgeable could have a look. > > Thanks, > > Andreas > This should be fixed in commit 264ae68. Separately, p

Re: [PATCH 0/3] WIP: Go-lang

2016-01-14 Thread Efraim Flashner
On Thu, 14 Jan 2016 11:14:50 -0800 Jeff Mickey <j...@codemac.net> wrote: > * Ludovic Courtès <l...@gnu.org> [2016-01-14 07:08]: > > Efraim Flashner <efr...@flashner.co.il> skribis: > > > >> It seems there's a lot of interest around getting Go packaged i

Re: [PATCH 0/3] WIP: Go-lang

2016-01-14 Thread Efraim Flashner
On Thu, 14 Jan 2016 16:08:53 +0100 l...@gnu.org (Ludovic Courtès) wrote: > Efraim Flashner <efr...@flashner.co.il> skribis: > > > It seems there's a lot of interest around getting Go packaged in Guix, so I > > figured I should post my work so far to the mailinglist. C

Re: [PATCH 0/3] WIP: Go-lang

2016-01-14 Thread Efraim Flashner
On Thu, 14 Jan 2016 11:17:59 -0800 Jeff Mickey <j...@codemac.net> wrote: > * Efraim Flashner <efr...@flashner.co.il> [2016-01-12 08:31]: > > Go-1.4 is built using gccgo-4.9, and go-1.5 uses go-1.4 to build, so I'm > > pretty confident that go-1.4 works, and since

Re: pybitmessage fails to detect PyQt4.QtCore module due to sip error

2016-06-26 Thread Efraim Flashner
ghash/bitmsghash.so" lib) >(delete-file-recursively "src/bitmsghash") >(delete-file "src/build_osx.py") >(copy-recursively "src" (string-append pylib "/pybitmessage")) >(insta

Re: [PATCH] gnu: Add libcanberra-gtk2.

2016-02-06 Thread Efraim Flashner
,sound-theme-freedesktop) > + > (define-public sound-theme-freedesktop >(package > (name "sound-theme-freedesktop") gtk is the only different input between the two variants, how about just removing gtk from the list of inherited inputs and adding in gtk+-2?

Re: GSoC ideas

2016-02-08 Thread Efraim Flashner
for interactions with Guix (to > install/remove/protect them). That would glue Guix to system even > better. Just wild idea when thinking about your idea... > > S_W like checkinstall? It would be nice if a foreign distro to have graphical programs just work, integrated into the system li

wip-pulseaudio (was Re: [PATCH] gnu: libgcrypt: Update to 1.6.5. (security update))

2016-02-10 Thread Efraim Flashner
gbngx8d-cyrus-sasl-2.1.26 /gnu/store/1x6y9iby8krgskri5cdkdg8qk9yzkp03-libarchive-3.1.2 /gnu/store/x3jlzwsn2xj0zwa1bfcj7lqv2b3mn70j-freeglut-3.0.0 /gnu/store/29k39pj0cw9i2vzj59kbys8qmvhw2lby-pango-1.38.1 -- Efraim Flashner <efr...@flashner.co.il> אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14

Re: wip-pulseaudio (was Re: [PATCH] gnu: libgcrypt: Update to 1.6.5. (security update))

2016-02-10 Thread Efraim Flashner
On Wed, 10 Feb 2016 18:53:50 +0200 Efraim Flashner <efr...@flashner.co.il> wrote: > On Wed, 10 Feb 2016 15:46:59 +0100 > Andreas Enge <andr...@enge.fr> wrote: > > [...] > > I see it's been rebased on origin/master, I'll report back in a bit > > efraim@d

Re: bug#22437: Fixing package-with-python2

2016-02-07 Thread Efraim Flashner
equence, we don’t need a ‘python2-variant’ in > ‘python-matplotlib’. > > Does that make sense? Any takers? (This can be done incrementally.) It fits our "one change per commit" policy, and if we don't start at the base of the pyramid we'll be modifying and then removing the special

Re: [PATCH] gnu: Add libcanberra-gtk2.

2016-02-07 Thread Efraim Flashner
ort to get used to this workflow! > > Thanks, > > Andreas > -Efraim -- Efraim Flashner <efr...@flashner.co.il> אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted pgpPznw0VAfDi.pgp Description: OpenPGP digital signature

Re: [PATCH] gnu: add lispf4

2016-02-08 Thread Efraim Flashner
1 1970 SYSATOMS > > I checked ~/.guix-profile/bin/ and it's there, all three files. > For what I know, SYSATOMS includes allowed commands, that's it. > My guix checkout I develop with is in my home folder, permissions > for my daily user and all checked in guix environment. > > A

Re: [PATCH 2/5] gnu: python-jsonschema: Define 'python2-variant'.

2016-02-11 Thread Efraim Flashner
hon2-functools32" ,python2-functools32) I believe in python2-tempest-lib in openstack.scm and in python2-wheel you can delete the python2-jsonschema specified there. -- Efraim Flashner <efr...@flashner.co.il> אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D

Re: [PATCH 3/5] gnu: python-wheel: Define 'python2-variant'.

2016-02-11 Thread Efraim Flashner
(package-native-inputs wheel))) > + (native-inputs `(("python2-functools32" ,python2-functools32) > +,@(package-native-inputs wheel)) > + > > (define-public python-requests >(package You can delete the python2-wheel specified

Re: [PATCH] gnu: Add tcllib.

2016-02-11 Thread Efraim Flashner
> diff --git a/gnu/packages/tcl.scm b/gnu/packages/tcl.scm > index 2c4c750..8d6059d 100644 > --- a/gnu/packages/tcl.scm > +++ b/gnu/packages/tcl.scm > @@ -3,6 +3,7 @@ > ;;; Copyright © 2014, 2015 Mark H Weaver <m...@netris.org> > ;;; Copyright © 2014 Eric Bavier <b

Re: [PATCH] gnu: Add laby.

2016-02-11 Thread Efraim Flashner
the store instead? > > Maybe adding your own install step to the build phases would be nicest > here? > > Anyway, would love to see this packaged, and play with it myself! > That's all I have to add, other than I'm also looking forward to playing the game. -- Efraim Flash

Re: [PATCH 4/5] gnu: python-requests: Define 'python2-variant'.

2016-02-11 Thread Efraim Flashner
- ,@(alist-delete "python-wheel" > - (package-propagated-inputs requests))) > + (package-with-python2 python-requests)) > > (define-public python-vcversioner >(package As I understand it, with my suggestion to the previous commit, th

Re: [PATCH 3/3] system: Add iproute to '%base-packages'.

2016-02-11 Thread Efraim Flashner
s be iproute2? I ran `guix size iproute` to see if it might pull in too much other stuff and got back "guix size: error: iproute: package not found" Otherwise this looks good too! -- Efraim Flashner <efr...@flashner.co.il> אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 4

Re: [PATCH 1/3] gnu: iproute: Use 'modify-phases'.

2016-02-11 Thread Efraim Flashner
packages/linux.scm b/gnu/packages/linux.scm > index e7f7bcd..a6e3ec9 100644 > --- a/gnu/packages/linux.scm > +++ b/gnu/packages/linux.scm > @@ -7,6 +7,7 @@ > ;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <taylanbayi...@gmail.com> > ;;; Copyright © 2015, 2016 Efraim Flashner

Re: [PATCH 2/3] gnu: iproute: Update to 4.4.0.

2016-02-11 Thread Efraim Flashner
quot;mirror://kernel.org/linux/utils/net/iproute2/iproute2-" > +version ".tar.xz")) > + (sha256 > + (base32 > +"05351m4m0whsivlblvs3m0nz5q9v6r06ik80z27gf6ca51kw74dw" > (build-system gnu-build-system) > (arguments > `(#:tests? #

Re: [PATCH 2/5] gnu: Add mate-themes.

2016-02-11 Thread Efraim Flashner
+ ("gtk-engines" ,gtk-engines) > + ("murrine" ,murrine))) > +(home-page "http://mate-desktop.org/;) > +(synopsis > + "Official themes for the MATE desktop") > +(description > + "This package includes the standard themes

Re: [PATCH] Update pandas, numpy, pysnptools, fastlmm

2016-02-11 Thread Efraim Flashner
ols, they look like scary bio packages, the type I stay away from when I'm doing updating :) -- Efraim Flashner <efr...@flashner.co.il> אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencr

Re: [PATCH] gnu: Add erlang.

2016-02-13 Thread Efraim Flashner
bin/env") (which "env")) > > + (add-before > > + 'configure 'set-erl-top > > + (lambda* _ > > + (setenv "ERL_TOP" (getcwd) > > I _think_ that 'lambda _' would be appropriate here. I need a r

Re: [PATCH 0/5] python2-variants

2016-02-13 Thread Efraim Flashner
On Fri, 12 Feb 2016 18:56:25 -0500 Leo Famulari <l...@famulari.name> wrote: > > [1] python2-tempest-lib continues to fail to build from source, as > before. > I was hoping that this would magically fix it. :) -- Efraim Flashner <efr...@flashner.co.il> אפרים פלשנר

Re: [PATCH 0/1] Update harfbuzz to 1.0.6 (CVE-2016-2052)

2016-01-28 Thread Efraim Flashner
gnu/packages/gtk.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > how about the security-updates branch? -- Efraim Flashner <efr...@flashner.co.il> אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emai

Re: perl-io-socket-ssl build failures on 'security-updates' branch

2016-01-29 Thread Efraim Flashner
hf: > > http://hydra.gnu.org/build/978260 > http://hydra.gnu.org/build/977242 > http://hydra.gnu.org/build/974468 > > Is anyone willing to look into this? > > Mark > there's a new upstream version 2.022, I'll see if that builds locally -- Efraim Flashner <

Re: perl-io-socket-ssl build failures on 'security-updates' branch

2016-01-29 Thread Efraim Flashner
On Fri, 29 Jan 2016 09:59:14 +0200 Efraim Flashner <efr...@flashner.co.il> wrote: > On Fri, 29 Jan 2016 02:26:29 -0500 > Mark H Weaver <m...@netris.org> wrote: > > [...] > > there's a new upstream version 2.022, I'll see if that builds locally > Version 2

Re: [PATCHES] Add awscli and 7 pre-requisite Python libraries.

2016-01-27 Thread Efraim Flashner
to build? python-tox: there are no test targets? python-wheel: We actually already have this in python.scm :) python-awscli: The description only mentions aws but you said at the top that it works with a bunch of other services/providers that also implemented the APIs. That should probably be added

Re: Package transformations

2016-02-01 Thread Efraim Flashner
ar=baz) --named=foo-baz`, an on-the-fly custom package? In terms of figuring out how to make it more lasting, it would need to be expanded if someone wanted to add/remove an input in their GUIX_PACKAGE_PATH and have it propagate through the packages without having to make a custom version of each

Re: Fixing package-with-python2 (was: Package transformations)

2016-02-01 Thread Efraim Flashner
On Mon, 1 Feb 2016 08:49:10 -0500 "Thompson, David" <dthomps...@worcester.edu> wrote: > On Mon, Feb 1, 2016 at 8:06 AM, Efraim Flashner <efr...@flashner.co.il> wrote: > > > I looked over the commit but not deeply enough yet, would it be possible to > &

Re: GStreamer, PulseAudio and libvpx update

2016-02-03 Thread Efraim Flashner
correctly after updating some of the others. That said, I think it would be worth it to try to pick off some of the updates and see if they can be applied without breakage, so I'll see about again while security-updates get built. -- Efraim Flashner <efr...@flashner.co.il> אפרים פלשנר GP

Re: GStreamer, PulseAudio and libvpx update

2016-02-03 Thread Efraim Flashner
. > I have build gst-plugins-good, ffmpeg, mpv and pavucontrol, > tested with pulseaudio-8.0, so I think it's safe to merge. > Or should we start a job for the branch on hydra? Depending on the number of packages to rebuild, giving hydra a head start of a day or three is prob

Re: [PATCH] licenses: Add the fdl1.1+.

2016-02-03 Thread Efraim Flashner
On Wed, 3 Feb 2016 21:11:22 +0100 Fabian Harfert <fhmg...@web.de> wrote: > Am Wed, 3 Feb 2016 21:54:15 +0200 > schrieb Efraim Flashner <efr...@flashner.co.il>: > > [...] > [...] > [...] > > Could you please push that for me? I haven't got

Re: Fixing package-with-python2

2016-02-01 Thread Efraim Flashner
(package (inherit (package-with-python2 python-foobar)) (native-inputs `(("python2-setuptools" ,python2-setuptools)) ,@(package-native-inputs foobar) -- Efraim Flashner <efr...@flashner.co.il> אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7D

Re: GStreamer, PulseAudio and libvpx update

2016-02-03 Thread Efraim Flashner
:) Debian managed to upgrade libvpx to 1.5.0 with gstreamer at 1.6.3 so I'm a bit curious about how they managed that. -- Efraim Flashner <efr...@flashner.co.il> אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted pgpO91Zk73k9a.pgp Description: OpenPGP digital signature

Re: [PATCH] licenses: Add the fdl1.1+.

2016-02-03 Thread Efraim Flashner
w.gnu.org/licenses/license-list#LPPL-1.3a;)) > > +(define fdl1.1+ > + (license "FDL 1.1+" > + "https://www.gnu.org/licenses/fdl-1.1; > + "https://www.gnu.org/licenses/license-list#FDL;)) > + > (define fdl1.3+ >(license "FDL 1.3+" >

Re: [PATCH 1/1] gnu: telepathy-logger: Disable parallel tests.

2016-02-23 Thread Efraim Flashner
1bjx85k7jyfi5pvl765fzc7q2iz9va51anrc2djv7caksqsdbjlg" > (build-system gnu-build-system) > (arguments > - '(#:phases > + '(#:parallel-tests? #f > + #:phases > (modify-phases %standard-phases > (add-before 'check 'pre-check >(la

Re: libwnck

2016-02-23 Thread Efraim Flashner
-l libwnck-3 Building the following package would ensure 1 dependent packages are rebuilt: gnome-3.18.3 Looks like a good idea to me. Finding specific non-latest version can be hard, and having the 2.x version having the same string for packaging as for searching should help. -- Efraim Flashner <e

Re: [PATCH] Fix jellyfish on non-x86_64

2016-02-27 Thread Efraim Flashner
> + (if (string-prefix? "x86_64" system) > + '() > +'("--with-sse=no" "--with-int128=no" ^^ this looks like it's spaced off by 1 > #:phases > (modify-phases %sta

Re: [PATCH] gnu: btrfs-progs: Update to 4.4.1.

2016-02-27 Thread Efraim Flashner
1z5882zx9jx02vyg067siws0irsl8pg37myx17hr4imn9ypf6r4r" > (build-system gnu-build-system) > (arguments > '(#:test-target "test" looks good to me! applied in 9c7f7e2d. -- Efraim Flashner <efr...@flashner.co.il> אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted pgpxwn3vOxKaG.pgp Description: OpenPGP digital signature

[PATCH 0/2] python-tornado-4.3.

2016-02-26 Thread Efraim Flashner
As part of python updates I've attacked python-tornado, which now needs python-backports-abc to take advantage of the new features in python-3.5. Efraim Flashner (2): gnu: Add python-backports-abc. gnu: python-tornado: Update to 4.3. gnu/packages/python.scm | 36

[PATCH 1/2] gnu: Add python-backports-abc.

2016-02-26 Thread Efraim Flashner
* gnu/packages/python.scm (python-backports-abc): New variable. --- gnu/packages/python.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index b67aed0..6d1a73b 100644 --- a/gnu/packages/python.scm +++

[PATCH 2/2] gnu: python-tornado: Update to 4.3.

2016-02-26 Thread Efraim Flashner
* gnu/packages/python.scm (python-tornado): Update to 4.3. [native-inputs]: Add python-backports-abc. (python2-tornado)[inputs]: Add python2-singledispatch. --- gnu/packages/python.scm | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gnu/packages/python.scm

[PATCH 7/7] gnu: weechat: Move to irc.scm.

2016-02-28 Thread Efraim Flashner
package management for GNU ;;; Copyright © 2013 Cyril Roelandt <tipec...@gmail.com> +;;; Copyright © 2014 Kevin Lemonnier <lemonni...@ulrar.net> +;;; Copyright © 2015 Ludovic Courtès <l...@gnu.org> ;;; Copyright © 2015, 2016 Efraim Flashner <efr...@flashner.co.il> ;;; ;;;

[PATCH 3/7] gnu: Add snorenotify.

2016-02-28 Thread Efraim Flashner
* gnu/packages/kde.scm (snorenotify): New variable. --- gnu/packages/kde.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index 64771fc..3c5632f 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -22,6

[PATCH 4/7] gnu: Add quassel.

2016-02-28 Thread Efraim Flashner
index 000..6e5461a --- /dev/null +++ b/gnu/packages/irc.scm @@ -0,0 +1,68 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2016 Efraim Flashner <efr...@flashner.co.il> +;;; +;;; This file is part of GNU Guix. +;;; +;;; GNU Guix is free software; you can redist

[PATCH 2/7] gnu: Add qca.

2016-02-28 Thread Efraim Flashner
index 000..64771fc --- /dev/null +++ b/gnu/packages/kde.scm @@ -0,0 +1,53 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2016 Efraim Flashner <efr...@flashner.co.il> +;;; +;;; This file is part of GNU Guix. +;;; +;;; GNU Guix is free software; you can redist

[PATCH 5/7] gnu: irssi: Move to irc.scm.

2016-02-28 Thread Efraim Flashner
-;;; Copyright © 2016 Efraim Flashner <efr...@flashner.co.il> +;;; Copyright © 2013 Cyril Roelandt <tipec...@gmail.com> +;;; Copyright © 2015, 2016 Efraim Flashner <efr...@flashner.co.il> ;;; ;;; This file is part of GNU Guix. ;;; @@ -21,11 +22,16 @@ #:use-module (guix download)

[PATCH 6/7] gnu: irssi: Use 'modify-phases'.

2016-02-28 Thread Efraim Flashner
* gnu/packages/irc.scm (irssi)[arguments]: Use 'modify-phases'. --- gnu/packages/irc.scm | 21 ++--- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm index cd2e795..b9ac572 100644 --- a/gnu/packages/irc.scm +++

[PATCH 0/7] Add quassel irc

2016-02-28 Thread Efraim Flashner
nd weechat into a newly created irc.scm since that seemed to be the best option here. Efraim Flashner (7): gnu: Add oxygen-icons. gnu: Add qca. gnu: Add snorenotify. gnu: Add quassel. gnu: irssi: Move to irc.scm. gnu: irssi: Use 'modify-phases'. gnu: weechat: Move to irc.scm. gnu

[PATCH 1/7] gnu: Add oxygen-icons.

2016-02-28 Thread Efraim Flashner
* gnu/packages/kde-frameworks.scm (oxygen-icons): New variable. --- gnu/packages/kde-frameworks.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index ec637e5..079d6d0 100644 ---

Re: [PATCH 1/2] gnu: Add python-backports-abc.

2016-02-28 Thread Efraim Flashner
On Sun, 28 Feb 2016 09:37:59 +0100 Andreas Enge <andr...@enge.fr> wrote: > On Fri, Feb 26, 2016 at 11:11:22AM +0200, Efraim Flashner wrote: > > +(description > > + "A backport of recent additions to the 'collections.abc' module.") > > This

Re: [PATCH 4/7] gnu: Add quassel.

2016-02-28 Thread Efraim Flashner
s-platform doesn't mesh with the other times we've stripped it out though, so I'll drop it. -- Efraim Flashner <efr...@flashner.co.il> אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted pgpLpRcEfGmAh.pgp Description: OpenPGP digital signature

Re: [PATCH] Fix guile-emacs build failure

2016-02-28 Thread Efraim Flashner
(files '("share/guile/site/2.0"))) > + (search-path-specification > +(variable "GUILE_LOAD_COMPILED_PATH") > +(files '("lib/guile/2.0/ccache" > + "share/guile/site/2.0"))) > What happens if you

Re: Installing headers to a separate output?

2016-02-25 Thread Efraim Flashner
comes with chosing exactly which outputs from a build process you actually want seem like they should be left as encouragement for people to hack their systems. -- Efraim Flashner <efr...@flashner.co.il> אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Con

Re: Guix on Debian (was: GSoC ideas)

2016-02-25 Thread Efraim Flashner
> > Diane > I haven't looked too closely at the code yet, so appologies if you've already taken care of it. In the guix manual it says not to install the binary installer over an existing install, does the deb you've created make sure to not do that? -- Efraim Flashner <efr...@flashner.

Re: Is anybody working on a go build system in guix?

2016-02-27 Thread Efraim Flashner
ush to do so. 1: https://github.com/codemac/guix-pkgs/blob/master/tmp/codemac/packages/go.scm -- Efraim Flashner <efr...@flashner.co.il> אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypte

Re: Guix on Debian (was: GSoC ideas)

2016-02-24 Thread Efraim Flashner
naries. > > ~~ Ricardo > What about taking it a step further and having a multi-level bootstrap process like when we have the core-updates? If we bootstrap away enough times would we end up with the bootstrap binaries we have now? -- Efraim Flashner <efr...@flashner.co.il> אפרים פלשנ

Re: gst-plugins-good

2016-01-20 Thread Efraim Flashner
On Thu, 21 Jan 2016 09:54:25 +0800 iyzs...@member.fsf.org (宋文武) wrote: > Andreas Enge <andr...@enge.fr> writes: > > > On Wed, Jan 20, 2016 at 10:23:20PM +0200, Efraim Flashner wrote: > >> ANYWAY, it turns out gstreamer 1.7.x is an unstable release, and 1.8.x >

2 patches

2016-01-21 Thread Efraim Flashner
econnman's last release. -- Efraim Flashner <efr...@flashner.co.il> אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted From 1db7bfc722c0a486cc10cae7853a81484bfb41bc Mon Sep 17 00:00:00 2001 From:

Re: [PATCH 6/8] support: Rename state file.

2016-01-25 Thread Efraim Flashner
t;/lib/shepherd/state") > + (string-append %user-config-dir "/state"))) > > ;; Global variables set from (dmd). > (define persistency #f) ^ --| it's a comment, but it's still for dmd -- Efrai

Re: [PATCH 6/8] support: Rename state file.

2016-01-25 Thread Efraim Flashner
On Mon, 25 Jan 2016 21:26:47 +0200 Efraim Flashner <efr...@flashner.co.il> wrote: > On Mon, 25 Jan 2016 13:50:19 +0300 > Alex Kost <alez...@gmail.com> wrote: > > [...] > ^ > --| > > it

gst-plugins-good

2016-01-20 Thread Efraim Flashner
is an unstable release, and 1.8.x should be coming out "soon". Extremely frusterating to bang my head against this for so long and find out this is why. -- Efraim Flashner <efr...@flashner.co.il> אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confid

Re: gst-plugins-good

2016-01-24 Thread Efraim Flashner
On Thu, 21 Jan 2016 09:54:25 +0800 iyzs...@member.fsf.org (宋文武) wrote: > Andreas Enge <andr...@enge.fr> writes: > > > On Wed, Jan 20, 2016 at 10:23:20PM +0200, Efraim Flashner wrote: > >> ANYWAY, it turns out gstreamer 1.7.x is an unstable release, and 1.8.x >

Re: 2 patches

2016-01-25 Thread Efraim Flashner
On Fri, 22 Jan 2016 15:25:43 -0500 Leo Famulari <l...@famulari.name> wrote: > On Thu, Jan 21, 2016 at 10:53:56AM +0200, Efraim Flashner wrote: > > I've been holding on to these for a bit, waiting to integrate them before > > submitting them. > > > > cmocka: T

Re: Network-Manager test fail

2016-02-15 Thread Efraim Flashner
ll keep the directory around so you can get the log. Also, another option is to try to update it to a newer version and see if that takes care of the test failure. -- Efraim Flashner <efr...@flashner.co.il> אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confident

Re: Add guile-config

2016-02-15 Thread Efraim Flashner
your scripts/programs easier. > > I'm preparing a 0.1 Release announcement for this project too. > > I ran it through `guix lint` and it seemed to be fine, but let me know > if you have any comments! > > Best wishes, > Alex > don't forget the (c) line! -- Efraim Flashner

hydrogen

2016-02-16 Thread Efraim Flashner
before I push it to master. -- Efraim Flashner <efr...@flashner.co.il> אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted From a3ab16d92dc8f9d2bb47f03287b96235272a20ac Mon Sep 17 00:00:0

Re: hydrogen

2016-02-16 Thread Efraim Flashner
On Tue, 16 Feb 2016 13:26:45 +0100 Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> wrote: > Efraim Flashner <efr...@flashner.co.il> writes: > > [...] > > Looks okay to me (I haven’t built or tested it, though), with the > exception of adding “pulseaudio” to

Re: hydrogen

2016-02-16 Thread Efraim Flashner
On Tue, 16 Feb 2016 13:37:23 +0100 Andreas Enge <andr...@enge.fr> wrote: > On Tue, Feb 16, 2016 at 02:20:03PM +0200, Efraim Flashner wrote: > [...] > > From the website, it looks as if 0.9.5.1 is the latest "real" release: >http://www.hydrogen-music.org/h

Re: [PATCH 3/5] gnu: Add mate-desktop.

2016-02-17 Thread Efraim Flashner
arious MATE modules") > +(description > + "This package contains a public API shared by several applications on > the > +desktop and the mate-about program.") > +(license (list license:gpl2+ license:lgpl2.0+ license:fdl1.1+ I had to comment out gtk-doc since it currently doesn't buid. pushed in 9b0fd3d1515a9e67f43a6b6527992c7f5b47811d -- Efraim Flashner <efr...@flashner.co.il> אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted pgpBy47eBcvbu.pgp Description: OpenPGP digital signature

Re: [PATCH 1/5] gnu: Add mate-icon-theme.

2016-02-17 Thread Efraim Flashner
On Thu, 11 Feb 2016 22:01:19 +0100 Fabian Harfert <fhmg...@web.de> wrote: > On Thu, 11 Feb 2016 22:43:56 +0200 > Efraim Flashner <efr...@flashner.co.il>wrote : > > [...] > [...] > [...] > > Yes, they are needed at build time. > >

Re: [PATCH 4/5] gnu: Add libmateweather.

2016-02-17 Thread Efraim Flashner
quot;glib:bin" ,glib "bin"))) > +(inputs > + `(("dconf" ,dconf) > + ("tzdata" ,tzdata))) > +(propagated-inputs > + `(("gtk+" ,gtk+-2) > + ("gdk-pixbuf" ,gdk-pixbuf) > + ("li

<    1   2   3   4   5   6   7   8   9   10   >