Commit graph

7 commits

Author SHA1 Message Date
Domen Kožar b7f15c43da fix evals /cc @ttuegel 2015-05-10 13:46:32 +02:00
Thomas Tuegel 5d1f6ad57c qt5: make qt-5.4.1 default 2015-03-24 17:14:56 -05:00
Nathaniel Baxter e149afe3a1 quazip: update from 0.7 to 0.7.1 2015-02-22 15:16:39 +11:00
aszlig b2557476f7
quazip: Use qt instead of qt5 for refering to Qt.
Qt 5 is passed via all-packages.nix, so it doesn't look too odd if you
want to build against qt4 instead. Before you'd have to use something
like:

quazip.override { qt5 = qt4; }

Now, it is:

quazip.override { qt = qt4; }

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-17 01:06:02 +01:00
Nathaniel Baxter 5c898b15f3 quazip: Fix $out variable in installFlags. 2014-09-20 19:43:14 +10:00
wyvie 8818e63dcd Fixed quazip default.nix 2014-09-14 17:53:37 +02:00
wyvie 8746d4b6bc Added quazip-0.7 2014-09-12 17:06:36 +04:00