Skip to content

Instantly share code, notes, and snippets.

@matejc
Last active August 29, 2015 14:03
Show Gist options
  • Save matejc/ef0b83e18608fbd6d812 to your computer and use it in GitHub Desktop.
Save matejc/ef0b83e18608fbd6d812 to your computer and use it in GitHub Desktop.
mwahaha
{
meta = {
description = "GNU Bourne-Again Shell, the de facto standard shell on Linux";
homepage = "http://www.gnu.org/software/bash/";
license = "GPLv3+";
longDescription = "Bash is the shell, or command language interpreter, that will\nappear in the GNU operating system. Bash is an sh-compatible\nshell that incorporates useful features from the Korn shell\n(ksh) and C shell (csh). It is intended to conform to the IEEE\nPOSIX P1003.2/ISO 9945.2 Shell and Tools standard. It offers\nfunctional improvements over sh for both programming and\ninteractive use. In addition, most sh scripts can be run by\nBash without modification.\n";
maintainers = ["Peter Simons <[email protected]>"];
position = "/home/matej/workarea/nixpkgs/pkgs/shells/bash/default.nix:62";
priority = "10";
};
name = "bash-4.2-p45";
nativeBuildInputs = [{
meta = {
description = "GNU Bison, a Yacc-compatible parser generator";
homepage = "http://www.gnu.org/software/bison/";
license = "GPLv3+";
longDescription = "Bison is a general-purpose parser generator that converts an\nannotated context-free grammar into an LALR(1) or GLR parser for\nthat grammar. Once you are proficient with Bison, you can use\nit to develop a wide range of language parsers, from those used\nin simple desk calculators to complex programming languages.\n\nBison is upward compatible with Yacc: all properly-written Yacc\ngrammars ought to work with Bison with no change. Anyone\nfamiliar with Yacc should be able to use Bison with little\ntrouble. You need to be fluent in C or C++ programming in order\nto use Bison.\n";
maintainers = ["Peter Simons <[email protected]>"];
platforms = ["i686-linux"
"x86_64-linux"
"armv5tel-linux"
"armv7l-linux"
"mips64el-linux"
"x86_64-darwin"
"i686-freebsd"
"x86_64-freebsd"
"i686-openbsd"
"x86_64-openbsd"
];
position = "/home/matej/workarea/nixpkgs/pkgs/development/tools/parsing/bison/3.x.nix:16";
};
name = "bison-3.0.2";
outPath = "/nix/store/8nl1c0ygsi39mhbngfqjivh0vkk5pr54-bison-3.0.2";
}];
outPath = "/nix/store/ihmkc7z2wqk3bbipfnlh0yjrlfkkgnv6-bash-4.2-p45";
propagatedNativeBuildInputs = [];
}
{
meta = {
maintainers = ["Florian Friesdorf <[email protected]>"
"Domen Kozar <[email protected]>"
];
platforms = ["i686-linux"
"x86_64-linux"
"armv5tel-linux"
"armv7l-linux"
"mips64el-linux"
"x86_64-darwin"
"i686-cygwin"
"i686-freebsd"
"x86_64-freebsd"
"i686-openbsd"
"x86_64-openbsd"
];
position = "/home/matej/workarea/nixpkgs/pkgs/development/python-modules/generic/default.nix:53";
priority = "-10";
};
name = "python2.7-tarman-0.1.3";
nativeBuildInputs = [{
meta = {
description = "a high-level dynamically-typed programming language";
homepage = "http://python.org";
license = {
fullName = "Python Software Foundation License";
shortName = "PSFL";
url = "http://docs.python.org/license.html";
};
longDescription = "Python is a remarkably powerful dynamic programming language that\nis used in a wide variety of application domains. Some of its key\ndistinguishing features include: clear, readable syntax; strong\nintrospection capabilities; intuitive object orientation; natural\nexpression of procedural code; full modularity, supporting\nhierarchical packages; exception-based error handling; and very\nhigh level dynamic data types.\n";
maintainers = ["Peter Simons <[email protected]>"
"Florian Friesdorf <[email protected]>"
];
platforms = ["i686-linux"
"x86_64-linux"
"armv5tel-linux"
"armv7l-linux"
"mips64el-linux"
"x86_64-darwin"
"i686-cygwin"
"i686-freebsd"
"x86_64-freebsd"
"i686-openbsd"
"x86_64-openbsd"
];
position = "/home/matej/workarea/nixpkgs/pkgs/development/interpreters/python/2.7/default.nix:97";
};
name = "python-2.7.7";
outPath = "/nix/store/c2a5czy3lvs16gr6lhkjk2d0gj41zhg1-python-2.7.7";
} {
meta = {
position = "/home/matej/workarea/nixpkgs/pkgs/build-support/trivial-builders.nix:10";
};
name = "hook";
outPath = "/nix/store/p992gy33318qcbhrp4rqnyzwrmv6jv4h-hook";
} {
meta = {
description = "Utilities to facilitate the installation of Python packages";
homepage = "http://pypi.python.org/pypi/setuptools";
license = ["PSF"
"ZPL"
];
platforms = ["i686-linux"
"x86_64-linux"
"armv5tel-linux"
"armv7l-linux"
"mips64el-linux"
"x86_64-darwin"
"i686-cygwin"
"i686-freebsd"
"x86_64-freebsd"
"i686-openbsd"
"x86_64-openbsd"
];
position = "/home/matej/workarea/nixpkgs/pkgs/development/python-modules/setuptools/default.nix:34";
};
name = "python2.7-setuptools-2.1";
outPath = "/nix/store/5p1sk7b8x6sw23d1daj86lx787wk78rh-python2.7-setuptools-2.1";
} {
meta = {
position = "/home/matej/workarea/nixpkgs/pkgs/development/python-modules/distutils-cfg/default.nix:20";
};
name = "python2.7-distutils.cfg";
outPath = "/nix/store/fwabq51yh482v19qs7x1c619zp1yypmb-python2.7-distutils.cfg";
} {
meta = {
description = "A backport of the new features added to the unittest testing framework in Python 2.7";
homepage = "http://pypi.python.org/pypi/unittest2";
maintainers = ["Florian Friesdorf <[email protected]>"
"Domen Kozar <[email protected]>"
];
platforms = ["i686-linux"
"x86_64-linux"
"armv5tel-linux"
"armv7l-linux"
"mips64el-linux"
"x86_64-darwin"
"i686-cygwin"
"i686-freebsd"
"x86_64-freebsd"
"i686-openbsd"
"x86_64-openbsd"
];
position = "/home/matej/workarea/nixpkgs/pkgs/top-level/python-packages.nix:7682";
};
name = "python2.7-unittest2-0.5.1";
outPath = "/nix/store/7cknwhybvj8vy05w1cqz2hcksld8i2xy-python2.7-unittest2-0.5.1";
} {
meta = {
description = "A unittest-based testing framework for python that makes writing and running tests easier";
maintainers = ["Florian Friesdorf <[email protected]>"
"Domen Kozar <[email protected]>"
];
platforms = ["i686-linux"
"x86_64-linux"
"armv5tel-linux"
"armv7l-linux"
"mips64el-linux"
"x86_64-darwin"
"i686-cygwin"
"i686-freebsd"
"x86_64-freebsd"
"i686-openbsd"
"x86_64-openbsd"
];
position = "/home/matej/workarea/nixpkgs/pkgs/top-level/python-packages.nix:4487";
};
name = "python2.7-nose-1.3.1";
outPath = "/nix/store/2s58jl2wvy37mb8247jvbjdb6pzysi7g-python2.7-nose-1.3.1";
} {
meta = {
description = "Mock objects for Python";
homepage = "http://python-mock.sourceforge.net/";
license = "mBSD";
maintainers = ["Florian Friesdorf <[email protected]>"
"Domen Kozar <[email protected]>"
];
platforms = ["i686-linux"
"x86_64-linux"
"armv5tel-linux"
"armv7l-linux"
"mips64el-linux"
"x86_64-darwin"
"i686-cygwin"
"i686-freebsd"
"x86_64-freebsd"
"i686-openbsd"
"x86_64-openbsd"
];
position = "/home/matej/workarea/nixpkgs/pkgs/top-level/python-packages.nix:4132";
};
name = "python2.7-mock-1.0.1";
outPath = "/nix/store/3ichidi5n59c1cvk5hx8klb7id4q50jn-python2.7-mock-1.0.1";
} {
meta = {
description = "An extraction utility for archives compressed in .zip format";
homepage = "http://www.info-zip.org";
license = "free";
platforms = ["i686-linux"
"x86_64-linux"
"armv5tel-linux"
"armv7l-linux"
"mips64el-linux"
"x86_64-darwin"
"i686-cygwin"
"i686-freebsd"
"x86_64-freebsd"
"i686-openbsd"
"x86_64-openbsd"
];
position = "/home/matej/workarea/nixpkgs/pkgs/tools/archivers/unzip/default.nix:29";
};
name = "unzip-6.0";
outPath = "/nix/store/0slip4v6v9wlcj91kafz0vcb9q5s677p-unzip-6.0";
}];
outPath = "/nix/store/4f2vx2sv03bxxk79hxpq2jwmvm16yh0r-python2.7-tarman-0.1.3";
propagatedNativeBuildInputs = [{
meta = {
position = "/home/matej/workarea/nixpkgs/pkgs/development/interpreters/python/2.7/default.nix:122";
};
name = "python-curses-2.7.7";
outPath = "/nix/store/m9jxvd76j3a62l3pvzi9mfxqjx89sl3c-python-curses-2.7.7";
} {
meta = {
maintainers = ["Florian Friesdorf <[email protected]>"
"Domen Kozar <[email protected]>"
];
platforms = ["i686-linux"
"x86_64-linux"
"armv5tel-linux"
"armv7l-linux"
"mips64el-linux"
"x86_64-darwin"
"i686-cygwin"
"i686-freebsd"
"x86_64-freebsd"
"i686-openbsd"
"x86_64-openbsd"
];
position = "/home/matej/workarea/nixpkgs/pkgs/development/python-modules/generic/default.nix:53";
};
name = "python2.7-libarchive-3.1.2-1";
outPath = "/nix/store/basnv177jjwhlpynrrix6il8cm9s39ly-python2.7-libarchive-3.1.2-1";
} {
meta = {
description = "Enable recursive processing of pth files anywhere in sys.path";
position = "/home/matej/workarea/nixpkgs/pkgs/development/python-modules/recursive-pth-loader/default.nix:22";
};
name = "python-recursive-pth-loader-1.0";
outPath = "/nix/store/9sc1533b9y3jnlvf3xafmf4j5vfn8bpa-python-recursive-pth-loader-1.0";
}];
}
{
meta = {
description = "A fast, light and extensible chat client";
homepage = "http://www.weechat.org/";
license = {
fullName = "GNU General Public License version 3 only";
shortName = "GPLv3";
url = "http://www.fsf.org/licensing/licenses/gpl.html";
};
maintainers = ["Jason O'Conal <[email protected]>"
"Rok Garbas <[email protected]>"
"Moritz Ulrich <[email protected]>"
];
platforms = ["i686-linux"
"x86_64-linux"
"armv5tel-linux"
"armv7l-linux"
"mips64el-linux"
"x86_64-darwin"
"i686-freebsd"
"x86_64-freebsd"
"i686-openbsd"
"x86_64-openbsd"
];
position = "/home/matej/workarea/nixpkgs/pkgs/applications/networking/irc/weechat/default.nix:41";
};
name = "weechat-0.4.3";
nativeBuildInputs = [{
meta = {
description = "GNU Ncurses, a free software emulation of curses in SVR4 and more";
homepage = "http://www.gnu.org/software/ncurses/";
license = "X11";
longDescription = "The Ncurses (new curses) library is a free software emulation of\ncurses in System V Release 4.0, and more. It uses Terminfo\nformat, supports pads and color and multiple highlights and\nforms characters and function-key mapping, and has all the other\nSYSV-curses enhancements over BSD Curses.\n\nThe ncurses code was developed under GNU/Linux. It has been in\nuse for some time with OpenBSD as the system curses library, and\non FreeBSD and NetBSD as an external package. It should port\neasily to any ANSI/POSIX-conforming UNIX. It has even been\nported to OS/2 Warp!\n";
maintainers = ["Ludovic Courtès <[email protected]>"];
platforms = ["i686-linux"
"x86_64-linux"
"armv5tel-linux"
"armv7l-linux"
"mips64el-linux"
"x86_64-darwin"
"i686-cygwin"
"i686-freebsd"
"x86_64-freebsd"
"i686-openbsd"
"x86_64-openbsd"
];
position = "/home/matej/workarea/nixpkgs/pkgs/development/libraries/ncurses/default.nix:69";
};
name = "ncurses-5.9";
outPath = "/nix/store/ykr4fmkhgprnsmiai26hk395lipxnhip-ncurses-5.9";
} {
meta = {
position = "/home/matej/workarea/nixpkgs/pkgs/development/interpreters/perl/5.16/default.nix:14";
};
name = "perl-5.16.3";
outPath = "/nix/store/05vfk68jlgj9yqd9nh1kak4rig379s09-perl-5.16.3";
} {
meta = {
description = "a high-level dynamically-typed programming language";
homepage = "http://python.org";
license = {
fullName = "Python Software Foundation License";
shortName = "PSFL";
url = "http://docs.python.org/license.html";
};
longDescription = "Python is a remarkably powerful dynamic programming language that\nis used in a wide variety of application domains. Some of its key\ndistinguishing features include: clear, readable syntax; strong\nintrospection capabilities; intuitive object orientation; natural\nexpression of procedural code; full modularity, supporting\nhierarchical packages; exception-based error handling; and very\nhigh level dynamic data types.\n";
maintainers = ["Peter Simons <[email protected]>"
"Florian Friesdorf <[email protected]>"
];
platforms = ["i686-linux"
"x86_64-linux"
"armv5tel-linux"
"armv7l-linux"
"mips64el-linux"
"x86_64-darwin"
"i686-cygwin"
"i686-freebsd"
"x86_64-freebsd"
"i686-openbsd"
"x86_64-openbsd"
];
position = "/home/matej/workarea/nixpkgs/pkgs/development/interpreters/python/2.7/default.nix:97";
};
name = "python-2.7.7";
outPath = "/nix/store/c2a5czy3lvs16gr6lhkjk2d0gj41zhg1-python-2.7.7";
} {
meta = {
description = "A cryptographic library that implements the SSL and TLS protocols";
homepage = "http://www.openssl.org/";
maintainers = ["Peter Simons <[email protected]>"];
platforms = ["i686-linux"
"x86_64-linux"
"armv5tel-linux"
"armv7l-linux"
"mips64el-linux"
"x86_64-darwin"
"i686-cygwin"
"i686-freebsd"
"x86_64-freebsd"
"i686-openbsd"
"x86_64-openbsd"
];
position = "/home/matej/workarea/nixpkgs/pkgs/development/libraries/openssl/default.nix:102";
priority = 10;
};
name = "openssl-1.0.1h";
outPath = "/nix/store/zvdb2j4qznxapwdgywlxjh17xpdpfgjz-openssl-1.0.1h";
} {
meta = {
description = "Spell checker for many languages";
homepage = "http://aspell.net/";
license = "LGPLv2+";
maintainers = [];
position = "/home/matej/workarea/nixpkgs/pkgs/development/libraries/aspell/default.nix:30";
};
name = "aspell-0.60.6.1";
outPath = "/nix/store/8zwqqp3fgmjzhvyq13pd7w12msabdyhk-aspell-0.60.6.1";
} {
meta = {
description = "The GNU Transport Layer Security Library";
homepage = "http://www.gnu.org/software/gnutls/";
license = "LGPLv2.1+";
longDescription = "GnuTLS is a project that aims to develop a library which\nprovides a secure layer, over a reliable transport\nlayer. Currently the GnuTLS library implements the proposed\nstandards by the IETF's TLS working group.\n\nQuoting from the TLS protocol specification:\n\n\"The TLS protocol provides communications privacy over the\nInternet. The protocol allows client/server applications to\ncommunicate in a way that is designed to prevent eavesdropping,\ntampering, or message forgery.\"\n";
maintainers = ["Eelco Dolstra <[email protected]>"];
platforms = ["i686-linux"
"x86_64-linux"
"armv5tel-linux"
"armv7l-linux"
"mips64el-linux"
"x86_64-darwin"
"i686-cygwin"
"i686-freebsd"
"x86_64-freebsd"
"i686-openbsd"
"x86_64-openbsd"
];
position = "/home/matej/workarea/nixpkgs/pkgs/development/libraries/gnutls/3.2.nix:49";
};
name = "gnutls-3.2.15";
outPath = "/nix/store/xzsfvkn9kdqsprm6xwnw1wcy798l6rpc-gnutls-3.2.15";
} {
meta = {
position = "/home/matej/workarea/nixpkgs/pkgs/development/libraries/zlib/default.nix:6";
};
name = "zlib-1.2.8";
outPath = "/nix/store/w6vz3a8a5imd0xw4p9017fzf52qas2yc-zlib-1.2.8";
} {
meta = {
description = "A command line tool for transferring files with URL syntax";
homepage = "http://curl.haxx.se/";
maintainers = ["Jason O'Conal <[email protected]>"];
platforms = ["i686-linux"
"x86_64-linux"
"armv5tel-linux"
"armv7l-linux"
"mips64el-linux"
"x86_64-darwin"
"i686-cygwin"
"i686-freebsd"
"x86_64-freebsd"
"i686-openbsd"
"x86_64-openbsd"
];
position = "/home/matej/workarea/nixpkgs/pkgs/tools/networking/curl/default.nix:75";
};
name = "curl-7.36.0";
outPath = "/nix/store/dp43h09br0rcclcbfdanggjdva9if9is-curl-7.36.0";
} {
meta = {
description = "A tool that allows packages to find out information about other packages";
homepage = "http://pkg-config.freedesktop.org/wiki/";
platforms = ["i686-linux"
"x86_64-linux"
"armv5tel-linux"
"armv7l-linux"
"mips64el-linux"
"x86_64-darwin"
"i686-cygwin"
"i686-freebsd"
"x86_64-freebsd"
"i686-openbsd"
"x86_64-openbsd"
];
position = "/home/matej/workarea/nixpkgs/pkgs/development/tools/misc/pkgconfig/default.nix:22";
};
name = "pkg-config-0.28";
outPath = "/nix/store/4fyr6a8wdz1i0n1vf8n7bk3zaf6jfbg7-pkg-config-0.28";
} {
meta = {
description = "GNU Libgcrypt, a general-pupose cryptographic library";
homepage = "http://gnupg.org/";
license = "LGPLv2+";
longDescription = "GNU Libgcrypt is a general purpose cryptographic library based on\nthe code from GnuPG. It provides functions for all\ncryptographic building blocks: symmetric ciphers, hash\nalgorithms, MACs, public key algorithms, large integer\nfunctions, random numbers and a lot of supporting functions.\n";
platforms = ["i686-linux"
"x86_64-linux"
"armv5tel-linux"
"armv7l-linux"
"mips64el-linux"
"x86_64-darwin"
"i686-cygwin"
"i686-freebsd"
"x86_64-freebsd"
"i686-openbsd"
"x86_64-openbsd"
];
position = "/home/matej/workarea/nixpkgs/pkgs/development/libraries/libgcrypt/default.nix:22";
};
name = "libgcrypt-1.5.3";
outPath = "/nix/store/qgpf0597xlh9xrrcwbah8i5w7hvlibsr-libgcrypt-1.5.3";
} {
meta = {
description = "The Ruby language";
homepage = "http://www.ruby-lang.org/en/";
license = "Ruby";
maintainers = ["Jason O'Conal <[email protected]>"];
platforms = ["i686-linux"
"x86_64-linux"
"armv5tel-linux"
"armv7l-linux"
"mips64el-linux"
"x86_64-darwin"
"i686-cygwin"
"i686-freebsd"
"x86_64-freebsd"
"i686-openbsd"
"x86_64-openbsd"
];
position = "/home/matej/workarea/nixpkgs/pkgs/development/interpreters/ruby/ruby-19.nix:68";
};
name = "ruby-1.9.3-p484";
outPath = "/nix/store/793w2b5hf16z1z2pymq10zxm0a0xssn4-ruby-1.9.3-p484";
} {
meta = {
description = "Powerful, fast, lightweight, embeddable scripting language";
homepage = "http://www.lua.org";
license = "MIT";
longDescription = "Lua combines simple procedural syntax with powerful data\ndescription constructs based on associative arrays and extensible\nsemantics. Lua is dynamically typed, runs by interpreting bytecode\nfor a register-based virtual machine, and has automatic memory\nmanagement with incremental garbage collection, making it ideal\nfor configuration, scripting, and rapid prototyping.\n";
maintainers = ["Peter Simons <[email protected]>"];
platforms = ["i686-linux"
"x86_64-linux"
"armv5tel-linux"
"armv7l-linux"
"mips64el-linux"
"x86_64-darwin"
"i686-freebsd"
"x86_64-freebsd"
"i686-openbsd"
"x86_64-openbsd"
];
position = "/home/matej/workarea/nixpkgs/pkgs/development/interpreters/lua-5/5.1.nix:42";
};
name = "lua-5.1.5";
outPath = "/nix/store/ymi7wsbcgzswajl681wwrcscl1dnmzfy-lua-5.1.5";
} {
meta = {
description = "The Tcl scription language";
homepage = "http://www.tcl.tk/";
license = {
fullName = "Tcl/Tk license";
shortName = "Tcl/Tk";
url = "http://www.tcl.tk/software/tcltk/license.html";
};
position = "/home/matej/workarea/nixpkgs/pkgs/development/interpreters/tcl/default.nix:19";
};
name = "tcl-8.5.15";
outPath = "/nix/store/cp88q0pvm8dqhk4hsgmbchmvcrvmcgav-tcl-8.5.15";
} {
meta = {
description = "GNU Guile 2.0, an embeddable Scheme implementation";
homepage = "http://www.gnu.org/software/guile/";
license = {
fullName = "GNU Lesser General Public License version 3 or later";
shortName = "LGPLv3+";
url = "http://www.fsf.org/licensing/licenses/lgpl.html";
};
longDescription = "GNU Guile is an implementation of the Scheme programming language, with\nsupport for many SRFIs, packaged for use in a wide variety of\nenvironments. In addition to implementing the R5RS Scheme standard\nand a large subset of R6RS, Guile includes a module system, full access\nto POSIX system calls, networking support, multiple threads, dynamic\nlinking, a foreign function call interface, and powerful string\nprocessing.\n";
maintainers = ["Ludovic Courtès <[email protected]>"
"Jason O'Conal <[email protected]>"
];
platforms = ["i686-linux"
"x86_64-linux"
"armv5tel-linux"
"armv7l-linux"
"mips64el-linux"
"x86_64-darwin"
"i686-cygwin"
"i686-freebsd"
"x86_64-freebsd"
"i686-openbsd"
"x86_64-openbsd"
];
position = "/home/matej/workarea/nixpkgs/pkgs/development/interpreters/guile/default.nix:68";
};
name = "guile-2.0.9";
outPath = "/nix/store/ndyzy5i56hwnqa10rygzg0krwqi8qanc-guile-2.0.9";
} {
meta = {
description = "Python Cryptography Toolkit";
homepage = "http://www.pycrypto.org/";
maintainers = ["Florian Friesdorf <[email protected]>"
"Domen Kozar <[email protected]>"
];
platforms = ["i686-linux"
"x86_64-linux"
"armv5tel-linux"
"armv7l-linux"
"mips64el-linux"
"x86_64-darwin"
"i686-freebsd"
"x86_64-freebsd"
"i686-openbsd"
"x86_64-openbsd"
];
position = "/home/matej/workarea/nixpkgs/pkgs/development/python-modules/pycrypto/default.nix:19";
priority = "-10";
};
name = "pycrypto-2.6.1";
outPath = "/nix/store/qh9fppx4wwl3csbqr8af0h1hkmbzp0xw-pycrypto-2.6.1";
} {
meta = {
position = "/home/matej/workarea/nixpkgs/pkgs/build-support/trivial-builders.nix:10";
};
name = "hook";
outPath = "/nix/store/vlig4ywvsfy4338h65qmi1g50j1413wp-hook";
} {
meta = {
description = "A bundle of X.509 certificates of public Certificate Authorities (CA)";
homepage = "http://curl.haxx.se/docs/caextract.html";
position = "/home/matej/workarea/nixpkgs/pkgs/data/misc/cacert/default.nix:21";
};
name = "cacert-20131205";
outPath = "/nix/store/fdrdgi02i75wrscv3f6rrhbvfcp1b828-cacert-20131205";
} {
meta = {
description = "Cross-Platform Makefile Generator";
homepage = "http://www.cmake.org/";
maintainers = ["Yury G. Kudryashov <[email protected]>"
"Petr Ročkai <[email protected]>"
];
platforms = ["i686-linux"
"x86_64-linux"
"armv5tel-linux"
"armv7l-linux"
"mips64el-linux"
"x86_64-darwin"
"i686-cygwin"
"i686-freebsd"
"x86_64-freebsd"
"i686-openbsd"
"x86_64-openbsd"
];
position = "/home/matej/workarea/nixpkgs/pkgs/development/tools/build-managers/cmake/default.nix:60";
};
name = "cmake-2.8.12.2";
outPath = "/nix/store/4cclby3x4div6il6ws5jl4s06qnjbfsw-cmake-2.8.12.2";
}];
outPath = "/nix/store/x74gd2dhv25mqk7nwxjaqzy07brm5jpx-weechat-0.4.3";
propagatedNativeBuildInputs = [];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment