lethalman
5b3c3adce1
Merge pull request #9033 from kamilchm/qtile-pkg
...
qtile: init at 0.10.1
2015-07-29 12:04:48 +02:00
Eric Seidel
eca6aa0e8d
Merge pull request #8935 from acowley/smlnj-darwin
...
smlnj: build on darwin
2015-07-28 17:39:44 -07:00
Arseniy Seroka
0117488423
Merge pull request #8987 from Profpatsch/texmacs-update
...
texmacs: update to 1.99.2
2015-07-29 00:27:12 +03:00
Kamil Chmielewski
e610f27c43
qtile: init at 0.10.1
2015-07-28 22:55:32 +02:00
Bjørn Forsman
67757f52b1
asciidoc-full-with-plugins: new top-level attribute
...
Previously you had to write the override yourself, now it is
conveniently available in all-packages.nix for use in "nix-env" etc.
The list of plugins are currently hardcoded:
ditaa, mscgen, qrcode, matplotlib, aafigure, deckjs, odf
2015-07-28 22:00:56 +02:00
Eelco Dolstra
0770a49d8c
Unify the PostgreSQL expressions again
2015-07-28 21:42:25 +02:00
Eelco Dolstra
b89b6b2a7b
Add function callPackagesWith
...
This is like callPackageWith, except that it expects the supplied
function to return a *set* of packages. It will then make the
individual packages overridable.
2015-07-28 21:42:25 +02:00
Philip Potter
76dd430cd8
bazel: fix build, make compatible with openjdk
...
Bazel 981b7bc1 depends on protobuf-2.5 and won't work with 2.6 (and in
bbe84fe3d upgraded straight to protobuf 3.0.0-alpha3); this commit fixes
the dependency to depend on protobuf2_5 specifically.
The bazel compile.sh needs `which` on the PATH; so this commit adds that
as a dependency.
Setting JAVA_HOME to ${jdk} broke bazel when used with openjdk, with the
message:
Problem with java installation: couldn't find/access rt.jar in /nix/store/z9vc0vzyzhnpl5l5inmqdnvdnbxmmmg7-openjdk-8u60b24
This is because if you set JAVA_HOME, bazel will look for rt.jar in
$JAVA_HOME/lib and $JAVA_HOME/jre/lib, but the nixpkgs openjdk
distribution puts rt.jar in ${jdk}/lib/openjdk/jre/lib for some reason.
To fix this, this commit uses the ${jdk.home} passthru value to use the
appropriate JAVA_HOME for the given jdk.
As bazel now works with openjdk, and openjdk is free while oraclejdk is
not, this commit changes the default jdk for bazel to openjdk.
Since this package didn't have a listed maintainer, I'm claiming it.
2015-07-28 20:38:44 +01:00
Bjørn Forsman
a20470ee33
hamster-time-tracker: init at 1.04
...
https://projecthamster.wordpress.com/
Note that because it is invoked via dbus, you have to properly install
it and logout/login for the thing to work (you cannot run it directly
from the nix store).
2015-07-28 21:22:21 +02:00
lethalman
37e554828d
Merge pull request #8878 from 2chilled/master
...
synapse: init at 0.2.99.1
2015-07-28 18:44:20 +02:00
Matthias Herrmann
679a941f26
synapse: init at 0.2.99.1
2015-07-28 17:25:28 +02:00
Profpatsch
f3c1ad6baf
texmacs: 1.0.7.11 -> 1.99.2
2015-07-28 16:06:29 +02:00
Kranium Gikos Mendoza
78309d9825
facter: init at 3.0.2
2015-07-28 19:53:32 +08:00
Arseniy Seroka
3c5ac057e9
Merge pull request #9017 from ericsagnes/ponymix
...
Add ponymix
2015-07-28 14:01:17 +03:00
Nikolay Amiantov
3a2275dd84
imgurbash: add package
2015-07-28 12:33:29 +03:00
Nikolay Amiantov
97a289b111
unnethack: add new package
2015-07-28 12:33:29 +03:00
Nikolay Amiantov
6e049800ed
nethack: update, adopt
2015-07-28 12:33:29 +03:00
Eric Sagnes
242c0d3e18
ponymix: init at 4
2015-07-28 08:52:41 +09:00
Thomas Tuegel
058f36aae7
quassel: add optional KF5 features
...
Also fixes conditional dependencies so that TLS is enabled.
2015-07-27 17:58:00 -05:00
Moritz Ulrich
0411a4c376
direwolf: New package.
2015-07-28 00:05:55 +02:00
Moritz Ulrich
51c82551ee
multimon-ng: New package.
...
A digital baseband audio protocol decoder.
2015-07-28 00:05:55 +02:00
Moritz Ulrich
3210555223
Chirp: New package.
2015-07-28 00:05:54 +02:00
William A. Kennington III
e4956ba0ca
Merge pull request #9011 from eduarrrd/master
...
Add current alpha of protobuf 3
2015-07-27 18:05:10 -04:00
Eduard Bachmakov
67c186a7ea
Add current alpha of protobuf 3
2015-07-27 18:00:47 -04:00
William A. Kennington III
cb78f09038
libreoffice: Remove uneeded commented reference to boost155
2015-07-27 13:12:24 -07:00
William A. Kennington III
5b0a676d5b
rethinkdb: Remove pin on boost 1.55 and remove gperf dependency
2015-07-27 13:12:24 -07:00
William A. Kennington III
6e2103068d
exempi: Use default boost
2015-07-27 13:12:24 -07:00
Tobias Geerinckx-Rice
4d3434da94
all-packages: remove orphaned ImageMagick arguments
...
Quick fix: evaluation was broken by fallout from 7f0a596
.
2015-07-27 02:05:07 +02:00
Eelco Dolstra
7f0a596473
imagemagick: Reduce dependency bloat
...
The closure size of imagemagick has recently gone up from 530 MB
(already bad) to 846 MB, which is a bit excessive. So revert most of
the recent changes.
2015-07-26 23:33:49 +02:00
Eelco Dolstra
8799287a84
Bump the default version of PostgreSQL to 9.4
2015-07-26 22:46:23 +02:00
Eelco Dolstra
fc4c20aefe
Remove unused gnutls variants
2015-07-26 22:46:23 +02:00
Eelco Dolstra
4f6b1565c7
gnutls: Fix double application of callPackage
2015-07-26 22:46:23 +02:00
Arseniy Seroka
1bb59f2c57
Merge pull request #8979 from rycee/package/theme-vertex
...
theme-vertex: init at 20150718
2015-07-26 23:33:11 +03:00
Robert Helgesson
e972f65f3c
theme-vertex: init at 20150718
2015-07-26 20:46:46 +02:00
Arseniy Seroka
adedca45d5
Merge pull request #8994 from AndersonTorres/icewm
...
IceWM: 1.3.8 -> 1.3.10
2015-07-26 20:04:54 +03:00
Arseniy Seroka
558dbbc7f3
Merge pull request #8947 from AndersonTorres/oroborus
...
Oroborus (2.0.20): New Package
2015-07-26 20:03:47 +03:00
Mateusz Kowalczyk
77857a8237
Merge pull request #7599 from jraygauthier/jrg/add_peru_pkg
...
Added peru package.
2015-07-26 17:27:02 +01:00
Raymond Gauthier
cdc58d410b
peru: init at 0.2.3
...
A project dependencies version management system
built on top of multiple version management systems.
2015-07-26 09:57:51 -04:00
Artjom Vejsel
5b527968bd
pidgin-mra: init at 54b2992 ( close #8996 )
...
@vcunat made pkgconfig dependency explicit.
2015-07-26 13:45:27 +02:00
Artjom Vejsel
9ca034f277
purple-vk-plugin: init at 40ddb6d ( close #8996 )
...
@vcunat simplified preConfigure.
2015-07-26 12:08:07 +02:00
AndersonTorres
bdd20cedc1
IceWM: 1.3.8 -> 1.3.10
...
A complete rewrite in comparision to previous expression.
2015-07-26 01:08:05 -03:00
Vladimír Čunát
389c90aa86
llvmPackages*: refactor to use callPackage, etc.
...
Also use recurseIntoAttrs only on the default version (instead of only on 3.4).
The "self" variants (stil) don't build and they're inconsistent
versions. /cc @shlevy (fea2266290
).
2015-07-25 09:13:52 +02:00
Anthony Cowley
9651f06a2d
smlnj: build on darwin
2015-07-24 18:24:03 -04:00
Vladimír Čunát
a2f16fdcff
Merge branch 'staging'
2015-07-24 15:12:28 +02:00
lethalman
5d60c20fd8
Merge pull request #8731 from cheecheeo/fzf-master
...
fzf
2015-07-24 10:13:01 +02:00
lethalman
636f9ac0ed
Merge pull request #8799 from ryantm/master
...
heyefi service: init
2015-07-24 10:11:26 +02:00
lethalman
b3d02712c4
Merge pull request #8907 from jfb/add-gxmessage
...
gxmessage: init at 3.4.3
2015-07-24 10:05:01 +02:00
Carles Pagès
af71fbc6f1
minecraft: fix wrapper
...
Adding jre lib path seems no longer needed, and so does padsp.
2015-07-24 00:26:48 +02:00
Domen Kožar
6492dc8900
Merge pull request #8928 from brodul/borg
...
Add borg backup software (fork of attic)
2015-07-23 23:31:36 +02:00
Sergey Mironov
9bb0fee487
openmodelica: add expression
...
openmodelica.nix: add git to the list of dependencies
openmodelica: generate library sourcelist with hashes
openmodelica: generate library sources (part 2)
openmodelica: fix fakegit
openmodelica: fix libraries issues
openmodelica: add GTK
openmodelica: successful build
2015-07-23 20:42:35 +02:00
Sergey Mironov
dcdd7a37f6
lp_solve: add the expression
2015-07-23 20:42:35 +02:00
Sergey Mironov
9944d92dff
omniorb: add the expression
2015-07-23 20:42:35 +02:00
Samuel Rivas
d1e6f055fe
Fix haxe to compile with ocaml 4.02
...
camlp4 is now a separate package
2015-07-23 19:50:01 +02:00
Samuel Rivas
55ad2d2150
Fix wyrd to compile with ocaml 4.02
...
camlp4 is now a separate package instead of shipping within the ocaml package
2015-07-23 19:50:01 +02:00
AndersonTorres
d004ac6857
Oroborus: init at 2.0.20
...
Oroborus (named after the self-eating snake) is a minimalistic window manager.
2015-07-23 13:50:26 -03:00
lethalman
f92619f6b8
Merge pull request #8963 from lessrest/master
...
sic: init at 1.2
2015-07-23 18:14:30 +02:00
Daniel Brockman
d82946b2bf
sic: init at 1.2
2015-07-23 17:59:33 +02:00
Vladimír Čunát
6018bf7170
boost: pin packages to 157 where it fixes building
...
According to Hydra, this seems to cover all the breakages created by
defaulting to 158 now.
2015-07-23 13:42:55 +02:00
Vladimír Čunát
af2ab0b911
remove gcc49 overrides from various places
...
An interesting thing is that: stdenv != overrideCC stdenv gcc49;
I'm not sure why that is, but it doesn't seem important.
/cc maintainers: @nckx, @garbas, @abbradar, @cstrahan, @grwlf.
(cherry picked from commit 3064b6a0cc
)
2015-07-23 11:53:18 +02:00
Franz Pletz
5955f815ef
dfu-util: init at 0.8
...
Since the website and Sourceforge are currently down, the source tarball
is fetched from Debian mirrors.
2015-07-23 10:28:45 +02:00
Franz Pletz
6079babed8
horst: init at git-2015-07-22
2015-07-23 01:18:16 +02:00
Vladimír Čunát
2cacf77c13
Merge branch 'master' into staging
2015-07-22 22:33:55 +02:00
William A. Kennington III
d8991a7b3b
xf86-video-intel: 2.99.917 -> 2015-07-22
2015-07-22 13:14:27 -07:00
Peter Simons
784025c747
gfortran: update to 4.9.x
2015-07-22 20:18:21 +02:00
Vladimír Čunát
3064b6a0cc
remove gcc49 overrides from various places
...
An interesting thing is that: stdenv != overrideCC stdenv gcc49;
I'm not sure why that is, but it doesn't seem important.
/cc maintainers: @nckx, @garbas, @abbradar, @cstrahan, @grwlf.
2015-07-22 19:40:12 +02:00
Eelco Dolstra
eedda353f3
Remove Linux 3.19
...
It's already EOL so we shouldn't keep it around in our new stable
branch.
(cherry picked from commit cdbb5483b7
)
2015-07-22 12:26:03 +02:00
Eelco Dolstra
069b4a8a57
Remove Linux 3.2 and 3.4
...
These are not supported by systemd so no reason to keep them around.
(cherry picked from commit ee10e165dc
)
Conflicts:
pkgs/os-specific/linux/kernel/linux-3.4.nix
2015-07-22 12:25:32 +02:00
Eelco Dolstra
2c48ab4390
Remove ancient version of udev
...
(cherry picked from commit ab91aaaeb8
)
2015-07-22 12:24:24 +02:00
Luca Bruno
58430f3259
Revert "OVMF: build with gcc 4.8, I'm no idea what I'm doing (ZHF)"
...
This reverts commit 0abe34e454
.
2015-07-22 11:58:02 +02:00
Luca Bruno
0abe34e454
OVMF: build with gcc 4.8, I'm no idea what I'm doing (ZHF)
2015-07-22 11:34:27 +02:00
Dan Peebles
75a7f96b44
knockknock: minor cleanup
2015-07-22 01:32:09 +00:00
Dan Peebles
a8c7abdb8d
knockknock: init
...
A simple but secure port knocking daemon and associated tool (NixOS modules upcoming)
2015-07-22 01:26:40 +00:00
Austin Seipp
d2986a9398
nixpkgs: remove linuxPackages.ktap
...
It's been broken on the latest 3 major kernels, and it seems development
has stalled unfortunately, so this should be pulled.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-07-21 18:27:58 -05:00
Arseniy Seroka
91289b13d4
Merge pull request #8926 from dezgeg/pr-memtester
...
memtester: init at 4.3.0
2015-07-22 01:34:52 +03:00
Arseniy Seroka
431555f86b
Merge pull request #8934 from ollieh/ksuperkey
...
ksuperkey: init
2015-07-22 01:33:42 +03:00
Oliver Hunt
a855efe7db
ksuperkey: init
2015-07-21 21:37:29 +00:00
Andraz Brodnik
b655b1c49d
Add borg backup software (fork of attic)
...
Borg is a fork of attic backup software. It is more actively developed,
with more features.
2015-07-21 20:41:13 +02:00
Tuomas Tynkkynen
8de63957a5
memtester: init at 4.3.0
2015-07-21 19:59:41 +03:00
Luca Bruno
14502c6446
Revert "Revert "samba: 4.2.1 -> 4.2.3""
...
This reverts commit eee8823c37
.
Wrong revert. Sorry.
2015-07-21 17:37:08 +02:00
Luca Bruno
eee8823c37
Revert "samba: 4.2.1 -> 4.2.3"
...
This reverts commit be0f468926
.
2015-07-21 17:22:01 +02:00
Luca Bruno
5a4d349ce7
processing: fix build (ZHF)
2015-07-21 16:18:21 +02:00
Charles Strahan
aa1355aa30
Merge pull request #7827 from cstrahan/riak2
...
riak-2.1.1: new package
2015-07-21 08:36:16 -05:00
lethalman
c235eb2ffe
Merge pull request #8920 from joachifm/fix-mozplugger
...
mozplugger: 1.12.0 -> 2.1.6
2015-07-21 14:58:15 +02:00
Joachim Fasting
0bb1b47cc2
mozplugger: 1.12.0 -> 2.1.6
...
The source url for 1.12.0 returns 404, so this update fixes the build
as well.
2015-07-21 14:31:06 +02:00
Vladimír Čunát
fdbd928fce
qtcreator: fix build by using qt5Full
...
/cc #8596 .
2015-07-21 14:14:48 +02:00
Charles Strahan
a3552280f8
riak-2.1.1: new package
2015-07-21 06:17:42 -04:00
Luca Bruno
02b1c2727b
go: rename default.nix to 1.0.nix
2015-07-21 11:41:20 +02:00
Vladimír Čunát
0907d28da4
opencascade: fix the build, really now
2015-07-21 11:12:13 +02:00
James Felix Black
f32f52c208
gxmessage: init at 3.4.3
...
A dropin replacement for xmessage, built against GTK+3.
2015-07-20 15:32:27 -04:00
Vladimír Čunát
615f64dcbe
gcc_multi: disable the hook moving lib64 to lib
...
This was preventing wine from build, and we typically don't want it
anyway in multilib builds. /cc #8706 .
2015-07-20 13:43:52 +02:00
Vladimír Čunát
52b3546e4a
merge #8617 : recoll: filters for LaTeX, RTF, and WP
2015-07-20 11:00:04 +02:00
William A. Kennington III
05c0fc15c0
Merge branch 'master.upstream' into staging.upstream
2015-07-19 15:20:04 -07:00
Austin Seipp
22d5d78027
Merge pull request #8871 from mayflower/php7-beta1
...
php70: init at 7.0beta1
2015-07-19 16:57:42 -05:00
Arseniy Seroka
bc7ced083f
Merge pull request #8852 from rowanblush/calcurse
...
calcurse: init at 4.0.0
2015-07-20 00:12:08 +03:00
Rowan Blush
f796345f6a
calcurse: init at 4.0.0
2015-07-19 08:17:18 -07:00
Oliver Charles
a296639b9e
udevil: New package
2015-07-19 13:39:00 +01:00
Matthias Beyer
20882964f5
zlog: init at 1.2.12
...
[Bjørn: add name= to fetchzip, remove unneeded -r flag from sed.]
2015-07-19 13:58:28 +02:00
William A. Kennington III
2ad250f4fa
Merge branch 'staging.next' into staging.upstream
2015-07-19 02:21:28 -07:00
Vladimír Čunát
9a80550cc4
Merge branch 'staging', discussion #8844
2015-07-19 08:09:29 +02:00
Boris Sukholitko
ff6fd0ea86
uriparser: init at 0.8.2
2015-07-18 14:17:46 +03:00
Thomas Tuegel
49791a4dd4
Merge branch 'kf512'
2015-07-18 05:34:14 -05:00
Thomas Tuegel
3dc7f41d6d
add kde-frameworks-5.12
2015-07-18 05:32:41 -05:00
Arseniy Seroka
30f1c9da75
Merge pull request #8855 from bosu/add-cpptest
...
cpptest: init at 1.1.2
2015-07-18 12:55:20 +03:00
Boris Sukholitko
3d17e2d658
cpptest: init at 1.1.2
2015-07-18 10:12:50 +03:00
William A. Kennington III
1caf3e1724
Merge branch 'master.upstream' into staging.next
2015-07-17 14:34:56 -07:00
William A. Kennington III
de8e6f6021
Merge branch 'staging.upstream' into staging.next
2015-07-17 14:34:37 -07:00
William A. Kennington III
42ccbd9950
boost: Add 1.58 and make it the default
2015-07-17 14:34:19 -07:00
William A. Kennington III
1163946659
swig: Make 3.x the default
2015-07-17 14:15:51 -07:00
Robin Gloster
5e7850f088
php70: init at 7.0beta1
...
The first beta of php7 has been released. This enables developers to
test their code for breakage in preparation for the stable release and
allows us to make sure we don't have any bugs in the packaging prior to
the stable release.
2015-07-17 16:42:03 +00:00
Luca Bruno
5ec54be235
znc: add back 1.4 because xchat does not support TLS
2015-07-17 17:51:44 +02:00
Vladimír Čunát
9f37e91ec5
Merge master into staging
...
There are larger-rebuild changes: gnutls and samba.
2015-07-17 06:38:04 +02:00
goibhniu
a076e4bee6
Merge pull request #8864 from rycee/package/gmic
...
gmic: init at 1.6.5.0
2015-07-16 22:50:16 +02:00
Robert Helgesson
6a1519c631
gmic: init at 1.6.5.0
2015-07-16 22:02:21 +02:00
Mateusz Kowalczyk
70a67803eb
Merge pull request #8712 from andrewrk/ffmpeg
...
ffmpeg: 2.6.3 -> 2.7.1
2015-07-16 17:35:43 +01:00
Bjørn Forsman
9ad01e41de
eplot: init at 2.07
...
Create plots quickly with gnuplot.
http://liris.cnrs.fr/christian.wolf/software/eplot/
2015-07-15 23:37:33 +02:00
William A. Kennington III
be0f468926
samba: 4.2.1 -> 4.2.3
2015-07-15 12:55:39 -07:00
William A. Kennington III
b48e49ddc3
gnutls: 3.3.15 -> 3.3.16
2015-07-15 12:42:40 -07:00
Alexander Flatter
a475f99304
Add phantomjs2
...
This builds PhantomJS 2 from source in contrast to PhantomJS 1, for
which static binary builds are available.
2015-07-15 21:14:15 +02:00
lethalman
7151be27cf
Merge pull request #8843 from bcarrell/master
...
cassandra: init at 1.2.19
2015-07-15 18:21:04 +02:00
lethalman
106c336a5f
Merge pull request #8804 from leonardoce/leo-editor
...
leo-editor: init at 5.1
2015-07-15 18:20:24 +02:00
Joachim Fasting
4bd52ddb88
untex: init at 1.2
2015-07-15 17:03:18 +02:00
Joachim Fasting
bcb314853a
unrtf: init at 0.21.9
2015-07-15 17:03:17 +02:00
Bjørn Forsman
2926f3aa2c
fgallery: init at 1.7
...
fgallery is a static photo gallery generator.
http://www.thregr.org/~wavexx/software/fgallery/
2015-07-15 16:02:37 +02:00
Moritz Ulrich
022527a5e1
Gnuradio: Add gnuradio-wrapper and gnuradio-full.
...
gnuradio-wrapper is a simple derivation wrapping $(gnuradio)/bin/* to
make other blocks (from `extraPackages') available.
gnuradio-full uses gnuradio-wrapper to build gnuradio with blocks from
gnuradio-osmosdr (therefore allowing the use of rtl-sdr, hackrf, the
ccc-camp2015 badge, and similar).
2015-07-15 15:39:10 +02:00
William A. Kennington III
25e60feb72
Merge branch 'master.upstream' into staging.upstream
2015-07-15 02:02:46 -07:00
ts468
dceb24d703
Merge pull request #8723 from ts468/upstream.cbfstool
...
cbfstool: init at git-2015-07-09
2015-07-15 10:57:50 +02:00
Thomas Strobel
90cad1bc0c
cbfstool: init at git-2015-07-09
2015-07-15 10:50:58 +02:00
lethalman
eaaba8d1eb
Merge pull request #8831 from lancelotsix/add_motu_client
...
motuclient: init at 1.0.8
2015-07-15 10:46:56 +02:00
ts468
723eaf845d
Merge pull request #8829 from ts468/upstream.tpmmanager
...
tpmmanager: init at 0.8.1
2015-07-15 10:29:24 +02:00
Lancelot SIX
c930bf1f36
motuclient: init at 1.0.8
2015-07-15 10:24:21 +02:00
Thomas Strobel
e0da9ec935
tpmmanager: init at 0.8.1
2015-07-15 10:21:11 +02:00
Tobias Geerinckx-Rice
828f9ea8cc
keyfinder-cli: use old libkeyfinder 0.11 "for now"
...
The tool doesn't compile against versions 2.x.
Also, fix the incorrect version number & use src.meta.homepage.
2015-07-15 03:31:55 +02:00
Brandon Carrell
4f4fa58199
cassandra-1.2: Add package.
...
- Add myself to maintainers.
- Add package to all-packages.nix.
2015-07-14 19:35:16 -04:00
Leonardo Cecchi
3f2de3eb64
leo-editor: init at 5.1
2015-07-14 21:49:28 +02:00
Ryan Mulligan
d6cee31b04
heyefi service: init
2015-07-14 06:42:02 -07:00
lethalman
6bf51d3a85
Merge pull request #8719 from lancelotsix/add_poezio
...
Add poezio
2015-07-14 14:56:55 +02:00
Arseniy Seroka
2fa88f65ea
Merge pull request #8812 from k0ral/xurls
...
xurls: init at 0.6.0
2015-07-14 14:13:08 +03:00
koral
562f760f20
xurls: init at 0.6.0
2015-07-14 08:27:29 +00:00
lethalman
37e08681ee
Merge pull request #8789 from jfb/notion
...
notion: improvement
2015-07-14 00:46:36 +02:00
William A. Kennington III
333f145d76
Merge branch 'master.upstream' into staging.upstream
2015-07-13 15:11:31 -07:00
Matthias Beyer
7e3c95a0b8
sqlitebrowser: init at 3.7.0
...
[Bjørn: add name=... to fetchzip.]
2015-07-13 22:11:30 +02:00
James Felix Black
9b863fac6b
notion: init at 3-2015061300
...
The notion (not-ion) window manager [1], plus optional (defaulted to
true) Xft/pango support (via [2]). Defined a license (notion uses a
modified LGPL).
As per [3], changes:
1. renamed option from pango -> xft, better to reflect the actual
nature of the patch;
2. modified the patch to replace the postPatch changes to system-autodeteck.mk;
3. commited the patch to the nixpkgs repo;
4. removed 'fallbackFont' as an option. Use a sensible default, instead.
Many stylistic changes, thanks to @lethalman.
[1] http://notion.sourceforge.net
[2] http://sourceforge.net/p/notion/feature-requests/47/
[3] https://github.com/NixOS/nixpkgs/pull/8789
2015-07-13 12:08:05 -04:00
lethalman
54f308c740
Merge pull request #8746 from bosu/add-pahole
...
pahole: init at 1decb1b
2015-07-13 16:37:47 +02:00
Boris Sukholitko
c59818f630
pahole: init at 1decb1b
2015-07-13 17:31:06 +03:00
Tobias Geerinckx-Rice
632e3f51f5
Merge pull request #8611 from nckx/update-redshift
...
redshift: 1.9.1 -> 1.10
2015-07-13 16:09:08 +02:00
lethalman
aca412639a
Merge pull request #8720 from michelk/gdal/update
...
gdal: update from 1.11.2 to 2.0.0
2015-07-13 14:38:44 +02:00
Tuomas Tynkkynen
3b81288a58
debbindiff: init at version 26
...
[Bjørn: set namePrefix = "" to align attrname/pkgname, break overlong
lines, change patchPhase into postPatch so that 'patches' can still be
used.]
2015-07-13 08:31:55 +02:00
Domen Kožar
4b592bad25
Merge pull request #8787 from k0001/bump-nodejs-libuv
...
Bump nodejs's libuv dependency to v1.6.1
2015-07-12 22:50:12 +01:00
Renzo Carbonara
45906587ac
Bump nodejs's libuv dependency to v1.6.1
...
Fixes #8781
2015-07-12 17:29:10 -03:00
Arseniy Seroka
c01539790b
Merge pull request #8555 from fpletz/pkg/jool
...
jool: init at 3.3.2
2015-07-12 22:20:18 +03:00