Skip to content

Instantly share code, notes, and snippets.

{stdenv, fetchurl, itstool, buildPythonPackage, pygtk, python, intltool, scrollkeeper, makeWrapper, libxml2, pygobject3}:
let
minor = "3.12";
version = "${minor}.3";
in
# Requirements
# Python 2.7 (Python 3 not yet supported)
# GTK+ 3.6 (3.12 in development)
{stdenv, fetchurl, itstool, buildPythonPackage, python27, intltool, scrollkeeper, makeWrapper, libxml2, pygobject3, gobjectIntrospection, gtk3, pygtk, gnome3}:
let
minor = "3.12";
version = "${minor}.3";
in
# Requirements
# [x] Python 2.7 (Python 3 not yet supported)
# [x] GTK+ 3.6 (3.12 in development)
cat =meld
#! /nix/store/cxrc12hkmvrjlq747cm08av6jl41nzi1-bash-4.3-p30/bin/bash -e
export PYTHONPATH=/nix/store/mxvvvxrl0vi3il2x7apikv363fd92i70-python2.7-meld-3.12.3/lib/python2.7/site-packages:/nix/store/ns6d9yj6jwpiz9i77in2gyg8inc50068-pygobject-3.12.1/lib/python2.7/site-packages:/nix/store/idcx331kckysz0mkyi4wx3km0fjmqx7n-python-recursive-pth-loader-1.0/lib/python2.7/site-packages:/nix/store/l8rhnzq9yxqhv3il4kmzqhkx8q06jzgv-python-2.7.9/lib/python2.7/site-packages:/nix/store/l0l49jp322yi89hn3yk5bz05rfzfagqj-python2.7-setuptools-7.0/lib/python2.7/site-packages${PYTHONPATH:+:}$PYTHONPATH
export PATH=/nix/store/mxvvvxrl0vi3il2x7apikv363fd92i70-python2.7-meld-3.12.3/bin:/nix/store/108j2f4cnw1zbk2kn13c19z9v72fyn1a-gobject-introspection-1.40.0/bin:/nix/store/5b38bh8arsmn8dxyk0cxl8fy73wyq6sb-glib-2.42.1/bin:/nix/store/1wckfzjh15azhw5bxrbrsbzrjklmsr82-pcre-8.36/bin:/nix/store/m28sz8b01l47v3p73cg3b46mackrj121-gtk+3-3.12.2/bin:/nix/store/2kbgn21ybbkknx48kp7cf8sk9lmzkr2f-expat-2.1.0/bin:/nix/store/lvinz4q5lsinlx38z7z
@qknight
qknight / gist:281403ea6444fe872845
Created February 14, 2015 21:39
when not having the certificate password (thus the certificate in account.cpp) in time
# when not having the certificate password (thus the certificate in account.cpp) in time
tail: /tmp/log: file truncated
02-14 21:07:25:358 0x1e67dd0 application.cpp:335 "################## ownCloud en_US () 1.8.0"
02-14 21:07:25:358 0x1e67dd0 application.cpp:533 void OCC::Application::setupTranslations() Using "en_US" translation
02-14 21:07:25:359 0x1e67dd0 socketapi.cpp:121 SocketApi: server started, listening at "/run/user/1000/ownCloud/socket"
02-14 21:07:25:359 0x1e67dd0 socketapi.cpp:153 ==== added system ignore list to socketapi: "/home/joachim/Desktop/projects/owncloud/mirall/build/bin/sync-exclude.lst"
02-14 21:07:25:359 0x1e67dd0 socketapi.cpp:158 ==== added user defined ignore list to csync: "/home/joachim/.local/share/data/ownCloud/sync-exclude.lst"
02-14 21:07:25:359 0x1e67dd0 folderman.cpp:67 setting remote poll timer interval to 30000 msec
02-14 21:07:25:359 0x1e67dd0 accountstate.cpp:27 instance
--------------------------------
controllers.py
--------------------------------
1 # -*- coding: utf-8 -*-
2 from openerp import http
3
4 class Academy(http.Controller):
5 @http.route('/academy/academy/', auth='public', website=True)
6 def index(self, **kw):
#!/run/current-system/sw/bin/bash
source /etc/profile
echo "====== nix-channel ================================================"
nix-channel --update
echo "====== nixos-rebuild build ========================================"
nixos-rebuild build
echo "====== nix-env --list-generations -p /nix/var/nix/profiles/system ="
diff --git a/README.md b/README.md
index fa5a419..d9011b8 100644
--- a/README.md
+++ b/README.md
@@ -18,3 +18,5 @@ Communication:
* [Mailing list](http://lists.science.uu.nl/mailman/listinfo/nix-dev)
* [IRC - #nixos on freenode.net](irc://irc.freenode.net/#nixos)
+hi
+hu
commit 0a4a564a133080f8319eb7b27e9f2361483c5a17
Author: Joachim Schiele <[email protected]>
Date: Fri Apr 3 15:58:43 2015 +0000
gcc failed to build since float=hard was not set, see fatal error: gnu/stubs-soft.h: No such file or directory
commit dfd2d2b7e574b93cc1857813a664efcf91ef3542
Author: Joachim Schiele <[email protected]>
Date: Wed Apr 1 20:23:18 2015 +0200
diff --git a/README.md b/README.md
index fa5a419..d9011b8 100644
--- a/README.md
+++ b/README.md
@@ -18,3 +18,5 @@ Communication:
* [Mailing list](http://lists.science.uu.nl/mailman/listinfo/nix-dev)
* [IRC - #nixos on freenode.net](irc://irc.freenode.net/#nixos)
+hi
+hu
diff --git a/pkgs/stdenv/linux/make-bootstrap-tools.nix b/pkgs/stdenv/linux/make-bootstrap-tools.nix
index 3ad8147..a91c9da 100644
--- a/pkgs/stdenv/linux/make-bootstrap-tools.nix
+++ b/pkgs/stdenv/linux/make-bootstrap-tools.nix
@@ -50,6 +50,7 @@ rec {
cp -d ${glibc}/lib/libdl*.so* $out/lib
cp -d ${glibc}/lib/librt*.so* $out/lib
cp -d ${glibc}/lib/libpthread*.so* $out/lib
+ cp -d ${glibc}/lib/libpthread_nonshared.a $out/lib
cp -d ${glibc}/lib/libnsl*.so* $out/lib