Rok Garbas
a906355b8a
zbar: ghostscript was missing for zbar
2015-09-03 03:41:00 +02:00
William A. Kennington III
e7a783dccf
goPackages: More cleanups
2015-09-02 18:18:08 -07:00
William A. Kennington III
cb8a2e9503
nsq: Move to go-packages and 0.2.28 -> 0.3.5
2015-09-02 18:15:01 -07:00
William A. Kennington III
5f35b0f7da
serfdom: Migrate to go-packages
2015-09-02 17:51:03 -07:00
William A. Kennington III
8f34c44824
asciinema: Move to go-packages
2015-09-02 17:43:36 -07:00
William A. Kennington III
acd17d21b3
mtpfs: Fix accidental deletion
2015-09-02 17:39:42 -07:00
William A. Kennington III
b50567912a
mtpfs: Update to 2015-08-01 and move to go-packages
2015-09-02 17:36:23 -07:00
William A. Kennington III
72d86374f2
all-packages: goPackages Cleanups
2015-09-02 17:35:09 -07:00
William A. Kennington III
a8d64c8eea
fzf: Move to go-packages and 0.10.0 -> 0.10.4
2015-09-02 17:27:03 -07:00
William A. Kennington III
dea4d952ae
ngrok: Move to go-packages
2015-09-02 17:18:40 -07:00
William A. Kennington III
5b13442747
flannel: Migrate to go-packages
2015-09-02 17:05:42 -07:00
Cillian de Róiste
424ad5302e
Remove tessel: too outdated, and broken
2015-09-02 22:12:34 +02:00
Nikolay Amiantov
13b63c29ae
rxvt_unicode_with-plugins: move to the deprecated names section
2015-09-02 21:41:20 +03:00
Nikolay Amiantov
513bae1f2e
bomi, mpv: avoid using deprecated youtube-dl name
2015-09-02 21:14:46 +03:00
Peter Simons
614ed1e1ad
ikiwiki: use PerlMagick with imagemagickBig rather than the light version
...
Ikiwiki needs a version of PerlMagick that has ghostscript to fix
https://github.com/NixOS/nixpkgs/issues/9473 .
This patch is brought to you courtesy of the venerable @vcunat.
2015-09-02 12:55:24 +02:00
Peter Simons
c310a5f608
all-packages.nix: instantiate 'perlPackages' with callPackage rather than import
...
This allows us to override the attributes passed to the package set, which is
needed to pass "imagemagickBig" to PerlMagic rather than the normal one (see
next commit).
This patch is brought to you courtesy of the venerable @vcunat.
2015-09-02 12:52:41 +02:00
Luca Bruno
873a6ce9a8
imagemagickBig: enable ghostscript
2015-09-02 11:46:27 +02:00
Thomas Strobel
616aa2bdda
ocaml modules: fix some CamelCase and under_scores
2015-09-02 09:14:59 +02:00
Thomas Strobel
e80b41e94f
xen: remove 4.4.1 + fixes compilation of 4.5.x, fixes #9572
2015-09-02 08:33:24 +02:00
Vladimír Čunát
2dccca399c
libunwind: security fix for CVE-2015-3239
...
Thanks to the monitor. Low security and high rebuild impact, but still...
2015-09-02 05:23:55 +02:00
William A. Kennington III
4fecf15b4b
syncthing: Fix top-level expression
2015-09-01 17:19:11 -07:00
Vladimír Čunát
0327ee3f8e
libevent: remove unused vulnerable 1.4.x version
2015-09-01 21:37:40 +02:00
Arseniy Seroka
bb3bb95f9b
Merge pull request #9582 from pjones/pkg/cura.lulzbot
...
curaLulzbot: init at 15.02.1-1.03-5064
2015-09-01 18:46:44 +03:00
Kovacsics Robert (NixOS-SSD2)
7234e89913
txt2tags: init at 2.6
...
txt2tags is a KISS markup language
2015-09-01 14:12:26 +01:00
Carles Pagès
b4ad13f667
opencv: add version 3.0
...
Adding as a separate expression, as it is not api compatible with 2.x.
2015-09-01 14:53:32 +02:00
Andreas Wagner
bea3ba66bb
multimarkdown: init at 4.7.1
2015-09-01 06:52:54 -04:00
Eelco Dolstra
9013dc5826
inotifyTools -> inotify-tools
...
Fixes #9456 .
2015-09-01 10:52:47 +02:00
Eelco Dolstra
217fbea5f9
Move some misplaced attributes
2015-09-01 10:50:18 +02:00
Eelco Dolstra
3ea329c6aa
Revert "all-packages: warn when using deprecated attributes"
...
This reverts commit c53018c9a1
. This
causes problems for "nix-env -qa", so we'll have to come up with a
clean solution first.
Issue #9456 .
2015-09-01 10:46:32 +02:00
Arseniy Seroka
a3fab58287
Merge pull request #9583 from pjones/pkg/geda
...
geda: init at 1.8.2-20130925
2015-09-01 04:42:34 +03:00
Peter Jones
1d4135eab9
geda: init at 1.8.2-20130925
2015-08-31 15:09:58 -06:00
Arseniy Seroka
b653aac1cc
Merge pull request #9576 from rnhmjoj/bdf2psf
...
bdf2psf: init at 1.132
2015-08-31 23:58:50 +03:00
Peter Jones
674d0a7992
curaLulzbot: init at 15.02.1-1.03-5064
2015-08-31 14:42:05 -06:00
Gabriel Ebner
6b42cd852a
qalculate-gtk: init at 0.9.7
2015-08-31 19:20:29 +02:00
rnhmjoj
d4b4647857
bdf2psf: init at 1.132
2015-08-31 16:04:32 +02:00
Vladimír Čunát
c53018c9a1
all-packages: warn when using deprecated attributes
...
The aliases are split into two groups, as mass-renaming is anticipated.
Also added fold markers as in the rest of file.
https://github.com/NixOS/nixpkgs/issues/9456
2015-08-31 09:56:03 +02:00
William A. Kennington III
8e26a55dc4
linux: Add 4.2.0
2015-08-30 18:20:19 -07:00
Domen Kožar
83b5a75d94
nettle27: remove uneeded package superseeded by 3.x
...
(cherry picked from commit b4b6b914c45061b403e1d0db2858f44d7776e65e)
Signed-off-by: Domen Kožar <domen@dev.si>
2015-08-31 00:07:55 +02:00
Arseniy Seroka
167f1891c3
Merge pull request #9565 from nbarbey/fuseiso
...
fuseiso: init at 20070708
2015-08-31 00:58:12 +03:00
Nicolas Barbey
b4215fdda5
fuseiso: init at 20070708
2015-08-30 22:28:39 +02:00
Bjørn Forsman
e9ad37e231
gnuradio: rename *-wrapper and *-full attributes to *-with-packages
...
Having both *-wrapper and *-full attribute names is rather confusing
(what's the difference?). And further, both packages are named
gnuradio-with-packages:
$ nix-env -f. -qaP ".*gnuradio.*"
gnuradio gnuradio-3.7.7.1
gnuradio-osmosdr gnuradio-osmosdr-0.1.4
gnuradio-full gnuradio-with-packages-3.7.7.1
gnuradio-wrapper gnuradio-with-packages-3.7.7.1
Get rid of *-wrapper and rename *-full to *-with-packages, to align it
with the package name.
Now:
$ nix-env -f. -qaP ".*gnuradio.*"
gnuradio gnuradio-3.7.7.1
gnuradio-osmosdr gnuradio-osmosdr-0.1.4
gnuradio-with-packages gnuradio-with-packages-3.7.7.1
And you can customize the *-with-packages variant like this:
gnuradio-with-packages.override { extraPackages = [...]; }
2015-08-30 22:01:46 +02:00
Andreas Wagner
e7a024abc4
urjtag: init at 0.10
...
[Bjørn: make the function argument lines occupy less vertical space.]
2015-08-30 20:47:24 +02:00
Benjamin Staffin
395c268ab7
prometheus-statsd-bridge: fold into go-packages.nix
2015-08-30 00:26:10 -07:00
Benjamin Staffin
d17a29a150
prometheus-pushgateway: fold into go-packages.nix
2015-08-30 00:22:09 -07:00
Benjamin Staffin
4c95e49593
prometheus-node-exporter: fold into go-packages.nix
2015-08-30 00:16:00 -07:00
Benjamin Staffin
6122488297
prometheus-nginx-exporter: fold into go-packages.nix
2015-08-30 00:12:09 -07:00
Benjamin Staffin
4f53847ca2
prometheus-mysqld-exporter: fold into go-packages.nix
2015-08-29 23:51:19 -07:00
Benjamin Staffin
52dd6ea9d9
prometheus-mesos-exporter: fold into go-packages.nix
2015-08-29 23:47:13 -07:00
Benjamin Staffin
9001ad4106
prometheus-haproxy-exporter: fold into go-packages.nix
2015-08-29 23:37:48 -07:00
Benjamin Staffin
c5b6f17e1c
prometheus-collectd-exporter: fold into go-packages.nix
2015-08-29 23:30:27 -07:00
Benjamin Staffin
fe5a2b0a39
prom2json: fold into go-packages.nix
2015-08-29 23:19:48 -07:00
Benjamin Staffin
853602fae5
prometheus-cli: fold into go-packages.nix
2015-08-29 23:17:13 -07:00
Benjamin Staffin
87655d9fe8
prometheus-alertmanager: fold into go-packages.nix
2015-08-29 22:55:22 -07:00
Benjamin Staffin
d74e65bd6f
prometheus: fold definition into go-packages.nix
2015-08-29 22:46:57 -07:00
Thomas Tuegel
fc0baf0ebe
Merge pull request #9343 from akaWolf/qtcreator
...
qtcreator: refactor for using qt54; qt4SDK, qt5SDK: commented
2015-08-29 18:10:27 -05:00
Thomas Tuegel
7c3d65ec41
qt5Full: build from Qt 5.4 with qtEnv
2015-08-29 17:48:03 -05:00
Thomas Tuegel
b873f5bd62
Add qtEnv
2015-08-29 17:47:49 -05:00
Bjørn Forsman
16b5d3f70b
Fix eval
...
Fallout from 83cf8b0cf
(goPackages: Split into multiple derivations).
2015-08-29 22:18:59 +02:00
William A. Kennington III
83cf8b0cf8
goPackages: Split into multiple derivations
...
This should reduce the closure size for end users who only need go
binaries as well as reduce the size of closures hydra builders consume.
2015-08-29 12:58:03 -07:00
William A. Kennington III
3afc3494bb
goPackages: Use parallel instead of forking in bash
2015-08-29 11:51:26 -07:00
Jaka Hudoklin
ed63e18652
Merge pull request #9384 from jefdaj/bitcoinxt-twopackages
...
Add BitcoinXT as a separate package
2015-08-29 18:47:48 +02:00
Peter Simons
69b648ea95
Revert "Added K Framework package."
...
This reverts commit de02110903
. The package doesn't
compile: https://github.com/NixOS/nixpkgs/pull/7419#issuecomment-135972366 .
2015-08-29 15:38:33 +02:00
Tuomas Tynkkynen
6b866a37fc
xrdb: Use mcpp as the preprocessor
...
Close #9501 , fixes #9480 .
By default, xrdb uses GCC as the preprocessor at runtime for X resource files.
However, gcc is a large dependency, so replace it with mcpp, a much smaller
preprocessor (currently under a megabyte on i686).
Arch Linux already does this as well, so this should be relatively safe:
https://projects.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/xorg-xrdb
2015-08-29 08:29:59 +02:00
William A. Kennington III
6d83b13734
ceph: 0.94.2 -> 0.94.3
2015-08-28 17:49:03 -07:00
William A. Kennington III
c5e2beab9f
Revert mongodb-tools: use Go 1.4
...
Unneeded as it works fine with Go 1.5 now
2015-08-28 15:44:50 -07:00
Enrico Fasoli
0f041e5487
ne: init at 3.0.1
...
ne: building improvements
2015-08-28 14:24:03 +00:00
Arseniy Seroka
4302291e3d
Merge pull request #9483 from lebastr/qmidiroute
...
qmidiroute: init at 0.3.0
2015-08-28 11:49:38 +03:00
Arseniy Seroka
096515656d
Merge pull request #9475 from dezgeg/pr-uboot-update
...
u-boot: 2015.04 -> 2015.07
2015-08-28 01:31:02 +03:00
Alexander Lebedev
e96ee79006
qmidiroute: init at 0.3.0
2015-08-27 19:00:08 +00:00
Eelco Dolstra
0ac4ad33fd
Unify the docbook-xsl and docbook-xsl-ns expressions
2015-08-27 19:07:44 +02:00
Tuomas Tynkkynen
071009ee4f
ubootJetsonTK1: Install some more files
...
tegra-uboot-flasher needs 'u-boot', 'u-boot-nodtb-tegra.bin' and
'u-boot.dtb' for its 'flash' subcommand, and 'u-boot-dtb-tegra.bin'
for its exec subcommand.
No, there's no sanity in the embedded world.
2015-08-27 17:14:46 +03:00
Domen Kožar
6fe7532396
Revert "vagrant: use ruby 2.2"
...
This reverts commit c00405d8d9bab331055f202f61ac117900454f36.
2015-08-27 13:41:37 +02:00
Domen Kožar
9855a8fcc0
mongodb-tools, drive, bosun, scollector: use Go 1.4
2015-08-27 11:33:37 +02:00
lethalman
144502c6e5
Merge pull request #9447 from dfoxfranke/reposurgeon
...
reposurgeon: init at 3.28
2015-08-27 10:52:58 +02:00
Domen Kožar
baf76b11a6
vagrant: use ruby 2.2
...
(cherry picked from commit c00405d8d9bab331055f202f61ac117900454f36)
Signed-off-by: Domen Kožar <domen@dev.si>
2015-08-27 10:52:00 +02:00
Arseniy Seroka
d60d13eaa2
Merge pull request #9408 from zimbatm/fix/npm2nix
...
npm2nix: use the current node version
2015-08-27 02:05:08 +03:00
Cillian de Róiste
cef7bccbbf
Add artha 1.0.3: an offline thesaurus
2015-08-27 00:50:50 +02:00
ts468
b1db014f40
Merge pull request #9462 from ts468/upstream.linphone
...
linphone: update linphone with dependencies
2015-08-26 22:33:56 +02:00
Thomas Strobel
e8aa031d69
mediastreamer-openh264: init at 1.0.0
2015-08-26 22:16:28 +02:00
Nikolay Amiantov
47ea8c097c
buildFHSUserEnv: add .env support
2015-08-26 19:39:08 +03:00
Benno Fünfstück
0d6d5c907e
cwiid: new package
2015-08-26 17:36:25 +02:00
Benno Fünfstück
a5e28d5319
freenect: add version 0.5.2
2015-08-26 17:35:32 +02:00
Bjørn Forsman
d61c46c1bd
libqglviewer: rename attrname and pkgname from libQGLViewer
...
Ref. http://nixos.org/nixpkgs/manual/#sec-package-naming
2015-08-26 16:50:55 +02:00
vbgl
70f2952ca6
Merge pull request #8491 from vbgl/compcert-2.5
...
compcert: 2.4 -> 2.5
2015-08-26 16:16:58 +02:00
Domen Kožar
c2841a2221
docker: 1.7 -> 1.8.1, fix build (go 1.4)
2015-08-26 13:56:18 +02:00
lethalman
9458bde4c1
Merge pull request #9450 from lebastr/rosegarden
...
rosegarden: init at 14.12
2015-08-26 11:57:26 +02:00
Alexander
ee6140beaa
rosegarden: init at 14.12
2015-08-26 09:35:05 +00:00
lethalman
a45a0911d4
Merge pull request #9376 from rick68/softether
...
softether: support SoftEther VPN 4.18
2015-08-26 10:45:46 +02:00
Daniel Fox Franke
686fec3ce7
reposurgeon: init at 3.28
2015-08-25 22:06:07 -04:00
Daniel Fox Franke
2194295fff
cvs-fast-export: init at 1.32
2015-08-25 22:06:06 -04:00
Daniel Fox Franke
617a158e3c
libb2: init at 0.97
2015-08-25 14:25:05 -04:00
Domen Kožar
e4644a5b58
Merge branch 'staging'
2015-08-25 14:14:54 +02:00
Eelco Dolstra
60a0bb7f66
Make "nix-env -i wine" work again
...
Also, make wine32 the default again to prevent a huge closure size
regression. (It recently grew by ~1 GB:
http://hydra.nixos.org/job/nixos/trunk-combined/nixpkgs.wineStable.x86_64-linux#tabs-charts )
Issue #8990 .
2015-08-25 13:07:16 +02:00
Kosyrev Serge
1770fe4443
wsmancli init at 2.6.0
2015-08-24 22:34:16 +03:00
Kosyrev Serge
d8b3c4c49c
openwsman init at 2.6.0
2015-08-24 22:34:15 +03:00
Kosyrev Serge
90f40408c8
sblim-sfcc init at 2.2.9
2015-08-24 22:34:07 +03:00
Artjom Vejsel
9c206b6cf7
qtcreator: refactor for using qt54
2015-08-24 11:34:28 +03:00
Artjom Vejsel
e4410bfd85
qt4SDK/qt5SDK: delete (see #9342 )
2015-08-24 09:27:14 +03:00
Ian Duncan
4bdcf1fa95
mongoc: init at 1.1.10
...
[Bjørn: Minor coding style cleanup.]
2015-08-24 07:25:18 +02:00
Ian Duncan
fd7144e455
libbson: init at 1.1.10
...
[Bjørn: Remove trailing dot in description and unneeded parenthesis
around mkDerivation arguments.]
2015-08-24 07:14:24 +02:00