Re: [PATCH] scripts: package: Add --install-from-file option.

2015-08-20 Thread Taylan Ulrich Bayırlı/Kammer
"Thompson, David" writes: > On Wed, Aug 19, 2015 at 4:27 AM, Amirouche Boubekki > wrote: > >> What about dispatch `guix package -i` depending on the argument. In >> principle there will be no "*.scm$" packages so the above could be >> >> guix package -i package.scm >> >> The idea behind th

Re: [PATCH] scripts: package: Add --install-from-file option.

2015-08-19 Thread Thompson, David
t;> Date: Sun, 9 Aug 2015 11:35:51 -0400 >> Subject: [PATCH] scripts: package: Add --install-from-file option. >> >> * guix/scripts/package.scm (show-help): Add help text for --install-from-file >> option. >> (%options): Add --install-from-file option. >> * doc/gu

Re: [PATCH] scripts: package: Add --install-from-file option.

2015-08-19 Thread Ludovic Courtès
:00 2001 > From: David Thompson > Date: Sun, 9 Aug 2015 11:35:51 -0400 > Subject: [PATCH] scripts: package: Add --install-from-file option. > > * guix/scripts/package.scm (show-help): Add help text for --install-from-file > option. > (%options): Add --install-from-file option

Re: [PATCH] scripts: package: Add --install-from-file option.

2015-08-19 Thread Alex Kost
Amirouche Boubekki (2015-08-19 18:31 +0300) wrote: > Le 2015-08-19 15:04, Thompson, David a écrit : >> On Wed, Aug 19, 2015 at 4:27 AM, Amirouche Boubekki >> wrote: >>> Le 2015-08-09 17:59, David Thompson a écrit : In my personal projects, I keep a 'package.scm' file in the root of

Re: [PATCH] scripts: package: Add --install-from-file option.

2015-08-19 Thread Amirouche Boubekki
Le 2015-08-19 15:04, Thompson, David a écrit : On Wed, Aug 19, 2015 at 4:27 AM, Amirouche Boubekki wrote: Le 2015-08-09 17:59, David Thompson a écrit : In my personal projects, I keep a 'package.scm' file in the root of the source tree for use with 'guix environment -l'. However, it's also

Re: [PATCH] scripts: package: Add --install-from-file option.

2015-08-19 Thread 韋嘉誠
On Aug 19, 2015 10:57 AM, "Amirouche Boubekki" wrote: >> On a similar note, I like a lot the idea of Andy Wingo `guix install` >> and `guix search`. > > > To be precise I prefer, `guix package install` and `guix package search` (which is not the subject of patch of Andy Wingo). The point is exac

Re: [PATCH] scripts: package: Add --install-from-file option.

2015-08-19 Thread Thompson, David
On Wed, Aug 19, 2015 at 4:27 AM, Amirouche Boubekki wrote: > Le 2015-08-09 17:59, David Thompson a écrit : >> >> In my personal projects, I keep a 'package.scm' file in the root of the >> source tree for use with 'guix environment -l'. However, it's also >> handy to install that package by using

Re: [PATCH] scripts: package: Add --install-from-file option.

2015-08-19 Thread Amirouche Boubekki
Le 2015-08-19 10:27, Amirouche Boubekki a écrit : Le 2015-08-09 17:59, David Thompson a écrit : In my personal projects, I keep a 'package.scm' file in the root of the source tree for use with 'guix environment -l'. However, it's also handy to install that package by using 'guix package -e':

Re: [PATCH] scripts: package: Add --install-from-file option.

2015-08-19 Thread Amirouche Boubekki
Le 2015-08-09 17:59, David Thompson a écrit : In my personal projects, I keep a 'package.scm' file in the root of the source tree for use with 'guix environment -l'. However, it's also handy to install that package by using 'guix package -e': guix package -e '(primitive-load "package.scm")'

Re: [PATCH] scripts: package: Add --install-from-file option.

2015-08-18 Thread Thompson, David
get hacking on a new machine. >> I'd like to add the same option for 'guix build', if this is approved. > > Sure. Great. :) >> From 07c9b35facf810872f3bc8342e18b33033714adf Mon Sep 17 00:00:00 2001 >> From: David Thompson >> Date: Sun, 9 Aug 20

Re: [PATCH] scripts: package: Add --install-from-file option.

2015-08-18 Thread Ludovic Courtès
ame option for 'guix build', if this is approved. Sure. > From 07c9b35facf810872f3bc8342e18b33033714adf Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Sun, 9 Aug 2015 11:35:51 -0400 > Subject: [PATCH] scripts: package: Add --install-from-file option. > > * gui

Re: [PATCH] scripts: package: Add --install-from-file option.

2015-08-10 Thread Alex Kost
David Thompson (2015-08-09 18:59 +0300) wrote: > In my personal projects, I keep a 'package.scm' file in the root of the > source tree for use with 'guix environment -l'. However, it's also > handy to install that package by using 'guix package -e': > > guix package -e '(primitive-load "packa

[PATCH] scripts: package: Add --install-from-file option.

2015-08-09 Thread David Thompson
ke what we do with our 'guix-devel' package. I'd like to add the same option for 'guix build', if this is approved. >From 07c9b35facf810872f3bc8342e18b33033714adf Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 9 Aug 2015 11:35:51 -0400 Subject: [PATCH] script