Skip to content

Instantly share code, notes, and snippets.

View timor's full-sized avatar
💭
Setting Status

timor

💭
Setting Status
View GitHub Profile
From da8a4b9c1094a568f443c525ca1ce11f686be1bc Mon Sep 17 00:00:00 2001
From: timor <timor.dd@googlemail.com>
Date: Thu, 8 Aug 2019 14:13:09 +0200
Subject: [PATCH] adjust unit test for finding executables in path for NixOS
---
basis/io/standard-paths/unix/unix-tests.factor | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/basis/io/standard-paths/unix/unix-tests.factor b/basis/io/standard-paths/unix/unix-tests.factor
{ stdenv, fetchurl, makeWrapper, pkgconfig, MMA, libjack2, libsmf, python2Packages, fetchFromGitHub, automake, autoconf, autoreconfHook }:
let
inherit (python2Packages) pyGtkGlade pygtksourceview python;
in stdenv.mkDerivation rec {
version = "master";
name = "linuxband-${version}";
src = fetchFromGitHub {
owner = "noseka1";
@timor
timor / gist:b9bd60cca41819d6071249c3fde0eefe
Created September 10, 2017 16:29
$out/lib tree of ParaView 5.4.0
lib
├── cmake
│   ├── paraview-5.4
│   │   ├── branded_paraview_initializer.cxx.in
│   │   ├── branded_paraview_initializer.h.in
│   │   ├── ... several .cmake and .in files
│   │   ├── MacOSXBundleInfo.plist.in.in
│   │   ├── Modules
│   │   │   ├── AutobahnPython.cmake
│   │   │   ├── CinemaPython.cmake