gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libextractor-python] branch master updated: +


From: gnunet
Subject: [GNUnet-SVN] [libextractor-python] branch master updated: +
Date: Sat, 16 Jun 2018 15:01:26 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository libextractor-python.

The following commit(s) were added to refs/heads/master by this push:
     new 0480b74  +
0480b74 is described below

commit 0480b747353ecde4c5c462d5bbea06d31e3c6cb3
Author: Nils Gillmann <address@hidden>
AuthorDate: Sat Jun 16 13:01:59 2018 +0000

    +
    
    Signed-off-by: Nils Gillmann <address@hidden>
---
 Makefile     | 3 +++
 arrr         | 5 +++++
 guix-env.scm | 2 ++
 3 files changed, 10 insertions(+)

diff --git a/Makefile b/Makefile
index b0b4f45..5cc44bc 100644
--- a/Makefile
+++ b/Makefile
@@ -3,5 +3,8 @@ default: guix-environment
 guix-environment:
        guix environment -l guix-env.scm --pure
 
+run:
+       ./arrr python2 examples/extract.py README
+
 clean:
        rm -rf */*.pyc */*~ *~
diff --git a/arrr b/arrr
new file mode 100755
index 0000000..dc92957
--- /dev/null
+++ b/arrr
@@ -0,0 +1,5 @@
+#!/bin/sh
+export PYTHONPATH="${PYTHONPATH}:$(pwd)"
+export DYLD_LIBRARY_PATH="${DYLD_LIBRARY_PATH}:$HOME/.guix-profile/lib"
+#export DYLD_LIBRARY_PATH="$HOME/.guix-profile/lib"
+$@
diff --git a/guix-env.scm b/guix-env.scm
index a032cd7..8f1dffe 100644
--- a/guix-env.scm
+++ b/guix-env.scm
@@ -30,6 +30,7 @@
  (gnu packages base)
  (gnu packages version-control)
  (gnu packages ssh)
+ (gnu packages linux)
  ((guix licenses) #:prefix license:))
 
 (define %source-dir (current-source-directory))
@@ -72,5 +73,6 @@
   (propagated-inputs
    `(("python" ,python-2)
      ("openssh" ,openssh)
+     ("strace" ,strace)
      ("git" ,git)
      ,@(package-propagated-inputs python2-libextractor))))

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]