Mitsuhiro Nakamura
6262034036
feedgnuplot: init at 1.49
2018-06-28 12:21:54 +09:00
Johannes Frankenau
916dc592d4
tvbrowser-bin: init at 4.0.1 ( #42620 )
2018-06-27 20:08:03 +02:00
Vincent Laporte
c647ca8180
ocamlPackages.cmdliner: remove at 0.9.8
2018-06-26 20:14:57 +00:00
Vincent Laporte
ed1bbae4db
ocamlPackages.ocp-indent: remove at 1.5.2
2018-06-26 20:14:57 +00:00
Vincent Laporte
06158033f2
ocamlPackages.ocp-index: use up-to-date ocp-indent
2018-06-26 20:14:57 +00:00
Vincent Laporte
db8f874da8
ocamlPackages.ocp-indent: fix attribute name (from ocpIndent)
2018-06-26 20:14:57 +00:00
Vincent Laporte
fd018bdadd
ocamlPackages.ocp-build: remove spurious dependency to camlp4
...
Change attribute name from “ocpBuild” to “ocp-build”.
2018-06-26 20:14:57 +00:00
Robert Schütz
352995d79b
Merge pull request #42052 from makefu/pkgs/python-forecastio/init
...
pythonPackages.python-forecastio: init at 1.4.0
2018-06-26 20:22:38 +02:00
symphorien
d85aae2323
agedu: init at 20180522.5b12791 ( #42538 )
2018-06-26 20:06:16 +02:00
makefu
ecac42bd87
pythonPackages.python-forecastio: init at 1.4.0
2018-06-26 18:35:04 +02:00
xeji
6c0427e8ec
Merge pull request #42586 from Ma27/phonon-qt5-by-default
...
phonon-backend-vlc: use qt5 by default
2018-06-26 18:26:14 +02:00
Maximilian Bosch
8d6502f8ca
phonon-backend-vlc: use qt5 by default
...
`minitube` is currently broken transitively due to the broken
`phonon-backend-qt4`: https://hydra.nixos.org/build/76523277
Although QT4 is fairly old, this package is still built with `qt4` ATM,
however QT5 is available as well. After this change, QT5 will be built
by default and in case anybody requires legacy QT4 it has to be enabled
explicitly like this:
```
with import <nixpkgs> { };
phonon-backend-vlc.override { withQt4 = true; }
```
Now the QT5-only build can be used (which fixes `minitube`) and there
are no confusions anymore with the build dependencies. Previously
`phonon-backend-vlc` and `libsForQt5.phonon-backend-vlc` used `qt4` by
default which was likely responsible for broken `minitube`.
2018-06-26 17:34:34 +02:00
xeji
a627399a84
Merge pull request #42567 from vbgl/ocaml-psmt2-frontend
...
ocamlPackages.psmt2-frontend: init at 0.1
2018-06-26 17:00:37 +02:00
Matthew Justin Bauer
e4d9ce9061
Merge pull request #42599 from obsidiansystems/xcodever-in-system
...
xcode: add xcodePlatform to system
2018-06-26 10:56:57 -04:00
xeji
191c42d6ca
Merge pull request #42565 from Lassulus/lief
...
lief: init at 0.9.0
2018-06-26 15:50:58 +02:00
volth
ea946b0611
perlPackages: add meta.broken = true; ( #42595 )
...
mark old and unmaintained by upstream packages as broken
2018-06-26 12:12:14 +02:00
volth
f51c256314
perlPackages.MHonArc: fix build ( #42593 )
2018-06-26 12:09:22 +02:00
volth
9f220ebf76
perlPackages.PathTools: 3.47 -> 3.74 ( #42591 )
2018-06-26 12:08:44 +02:00
xeji
bf68e93cfb
Merge pull request #42587 from volth/patch-160
...
perl-packages.nix: duplicate packages -> aliases
2018-06-26 12:07:21 +02:00
lassulus
7b4cf6b8e7
lief: init at 0.9.0
2018-06-26 07:41:10 +02:00
Matthew Bauer
0bfffbc5e1
xcode: add xcodePlatform to system
...
This give us a little bit more control over what target we are using.
Eventually we can target other things like WatchOS or MacOS.
2018-06-25 22:18:23 -04:00
Matthew Justin Bauer
c16eb04425
Merge pull request #42399 from obsidiansystems/xcodever-in-system
...
xcode: add xcodeVer to system
2018-06-25 21:59:01 -04:00
Matthew Bauer
9b0b31d981
xcode: add xcodeVer to system
...
This version number controls which xcode version to use when building
cross to iOS.
2018-06-25 21:57:24 -04:00
volth
3be343d340
perl-packages.nix: duplicate packages -> aliases
2018-06-25 23:34:53 +00:00
Franz Pletz
1d235be208
virtlyst: init at 1.1.0
...
Co-authored-by: elseym <elseym@me.com>
2018-06-26 01:18:30 +02:00
Franz Pletz
5d534c2663
cutelyst: init at 2.4.1
...
Co-authored-by: Maximilian Bosch <maximilian@mbosch.me>
Co-authored-by: elseym <elseym@me.com>
2018-06-26 01:18:30 +02:00
volth
460b994303
perl-packages.nix: duplicate packages -> aliases
2018-06-25 22:18:34 +00:00
Matthew Bauer
31eac6fd00
impure.nix: fix handling of localSystem
...
If we passed a localSystem in, we don’t want the current system to
override it. Now we check for localSystem first to avoid getting
"mixed" localSystem values from commands like this:
nix-build --arg localSystem '{config="x86_64-unknown-linux-musl";}' -A hello
Which would eventually evaluate localSystem to this:
{
config = "x86_64-unknown-linux-musl";
system = "x86_64-darwin";
}
& Nix would not be able to run it correctly.
Fixes #41599
/cc @Ericson2314
2018-06-25 17:13:02 -04:00
Tuomas Tynkkynen
d92f73e8db
rocket: Init at 2018-06-09
2018-06-25 19:22:25 +03:00
lewo
39615dcfbc
Merge pull request #42010 from nlewo/pr-skydive
...
skydive: init at 0.17.0
2018-06-25 18:09:28 +02:00
Vincent Laporte
ec81355c8d
ocamlPackages.psmt2-frontend: init at 0.1
2018-06-25 13:38:55 +00:00
volth
dd366701ce
perl528: init at 5.28.0
2018-06-25 13:33:09 +00:00
Benjamin Hipple
6e146c3700
pythonPackages.plaid-python: init at 2.3.0 ( #42530 )
...
* pythonPackages.plaid-python: init at 2.3.0
* Run unit tests with py.test
2018-06-25 15:05:47 +02:00
Jan Tojnar
0463c2020e
Merge pull request #42325 from manveru/add-gnome-latex
...
Gnome-latex: init at 3.28.1
2018-06-25 13:56:12 +02:00
xeji
104194f641
Merge pull request #42541 from flokli/casync
...
casync: init at 2-152-ge4a3c5e
2018-06-25 13:17:48 +02:00
Frederik Rietdijk
2cf8dd3e4e
python.pkgs.psutil_1: remove unused package
2018-06-25 11:46:12 +02:00
Frederik Rietdijk
7c9d95fef5
python37: init at 3.7.0rc1
2018-06-25 10:41:32 +02:00
Florian Klink
0ee0582a8f
casync: init at 2-152-ge4a3c5e
2018-06-25 03:22:49 +02:00
Kevin Liu
3a1033c6d9
autokey: init at 0.94.1 ( #42355 )
2018-06-25 00:25:14 +02:00
xeji
683005a858
Merge pull request #42385 from caugner/php-apcu-5.1.11
...
phpPackages.apcu: {4.0.7,5.1.8} -> {4.0.7,5.1.11}
2018-06-24 22:06:56 +02:00
Claas Augner
6d58b9b868
phpPackages.psysh: init at 0.9.6 ( #42377 )
2018-06-24 22:01:04 +02:00
Claas Augner
3f32f7ab98
phpPackages.imagick: 3.4.3RC1 -> 3.4.3 ( #42384 )
2018-06-24 21:55:48 +02:00
xeji
c51ac5eb33
Merge pull request #42423 from ryantm/repology-problems
...
treewide: http -> https
2018-06-24 20:44:50 +02:00
Franz Pletz
4d37ce9199
snapcast: init at 0.14.0
2018-06-24 17:55:34 +02:00
Michael Raskin
7e3db3490e
libreoffice: cleanup and update
...
1. For some reason libreoffice-still was still referencing the Fresh
expression.
2. Moved gdb from buildInputs to nativeBuildInputs.
3. Minor update for both branches.
2018-06-24 16:10:17 +02:00
Jan Tojnar
d91f77c482
libgsystem: remove
2018-06-24 16:10:33 +02:00
Daiderd Jordan
4cd108043c
Merge pull request #42424 from LumiGuide/remove-deprecated-postage
...
pgmanage: remove deprecated postage alias
2018-06-24 13:19:18 +02:00
Profpatsch
9c1edbddee
unvanquished: remove
...
Hasn’t been building or upgraded since 2015:
https://github.com/NixOS/nixpkgs/issues/9781
2018-06-24 01:51:16 +02:00
Frederik Rietdijk
fc4ab420d9
Merge pull request #40959 from alexvorobiev/clustershell
...
pythonPackages.clustershell: init at 1.8
2018-06-23 18:29:20 +02:00
Frederik Rietdijk
eb195041d5
Merge pull request #42335 from Assassinkin/seekpath
...
pythonPackages.seekpath: init at 1.8.1
2018-06-23 18:08:02 +02:00