J Phani Mahesh
1894880b31
fuseiso: switch sf downloads to mirror://
...
This allows fallback to all configured mirrors for sourceforge
to download, instead of relying on just downloads.sourceforge.net
2016-08-20 19:14:30 +05:30
Joachim Fasting
ba0f9cfa49
Revert "Merge pull request #16980 from phanimahesh/sf-use-mirrors"
...
This reverts commit 217594fd1d
, reversing
changes made to 8e8a89d8a8
.
Turns out it wasn't ready afterall ...
2016-08-20 15:14:23 +02:00
J Phani Mahesh
6a7cc8327c
fuseiso: switch sf downloads to mirror://
2016-08-20 17:29:35 +05:30
Nikolay Amiantov
4fb1f1ff6e
bcache-tools: remove kmod from arguments
2016-08-14 22:38:27 +03:00
zimbatm
c2302f2f45
Merge pull request #17677 from kamilchm/no-go-libs-json
...
buildGoPackage: remove Go deps file `libs.json`
2016-08-12 18:13:29 +01:00
Kamil Chmielewski
da3ddd48e4
buildGoPackage: remove Go deps file libs.json
...
After #16017 there were a lot
of comments saying that `nix` would be better than `JSON`
for Go packages dependency sets.
As said in https://github.com/NixOS/nixpkgs/pull/16017#issuecomment-229624046
> Because of the content-addressable store, if two programs have the
> same dependency it will already result in the same derivation in
> the
> store. Git also has compression in the pack files so it won't make
> much difference to duplicate the dependencies on disk. And finally
> most users will just use the binary builds so it won't make any
> differences to them.
This PR removes `libs.json` file and puts all package dependencies in
theirs `deps.json`.
2016-08-11 23:07:09 +02:00
Michael Raskin
c27ea9bb6b
glusterfs: 3.7.11 -> 3.8.1
2016-08-11 17:57:35 +02:00
Tuomas Tynkkynen
1713255827
ceph: Add xfsprogs 4.5.0 compat patch
2016-08-11 00:50:16 +03:00
Matthew
5d433e35d5
xfsprogs: propagate libuuid
...
Before, this would fail because libuuid needed to be available.
> echo '#include <xfs/xfs.h>' | cc -E -
2016-08-11 00:50:16 +03:00
Tuomas Tynkkynen
f80508df5f
xfsprogs: 4.2.0 -> 4.5.0
2016-08-08 16:46:34 +03:00
Robin Gloster
34086084fc
Merge pull request #17551 from womfoo/fix/xtreemfs-openssl-build
...
xtreemfs: fix build
2016-08-08 13:24:17 +00:00
Tuomas Tynkkynen
0afbb63425
grive: Broken on Darwin
...
Last successful build in 2014.
http://hydra.nixos.org/build/38308131
2016-08-08 16:12:29 +03:00
Tuomas Tynkkynen
6df6b1d925
gpart: Broken on Darwin
...
Never had a successful Darwin build.
http://hydra.nixos.org/build/38306346
2016-08-08 16:12:29 +03:00
Rushmore Mushambi
f126b1a7a9
Merge pull request #16280 from rushmorem/lizardfs-manpages
...
lizardfs: 3.9.4 -> 3.10.0
2016-08-06 16:58:21 +02:00
rushmorem
1767de9248
lizardfs: 3.9.4 -> 3.10.0
2016-08-06 16:38:40 +02:00
Kranium Gikos Mendoza
736517e9c7
xtreemfs: fix build
2016-08-06 14:23:02 +08:00
Tuomas Tynkkynen
21f17d69f6
treewide: Add lots of meta.platforms
...
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Tuomas Tynkkynen
2258b21e4b
treewide: Add lots of platforms to packages with no meta
...
Build-tested on x86_64 Linux and on Darwin.
2016-08-02 21:17:44 +03:00
Tuomas Tynkkynen
b96fe03484
treewide: Fix meta.platforms related typos
2016-08-02 21:17:44 +03:00
Kranium Gikos Mendoza
9aee153f2b
zerofree: 1.0.3 -> 1.0.4
2016-07-14 15:43:09 +02:00
Tobias Geerinckx-Rice
1d07b748c9
btrfs-progs: 4.6 -> 4.6.1
2016-06-26 02:07:20 +02:00
zimbatm
d2f9f251aa
Merge pull request #16380 from elitak/dislocker
...
dislocker: init at 0.6.1
2016-06-23 15:49:07 +01:00
Eric Litak
5d3ace24e9
dislocker: init at 0.6.1
2016-06-20 16:58:21 -07:00
Bjørn Forsman
bd01fad0ed
Captialize meta.description of all packages
...
In line with the Nixpkgs manual.
A mechanical change, done with this command:
find pkgs -name "*.nix" | \
while read f; do \
sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
done
I manually skipped some:
* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Kirill Elagin
17b19977cf
bonnie++: upgrade to 1.97
...
Also a patch with some OS X specific changes (stolen from Homebrew).
2016-06-16 19:49:46 +03:00
Michiel Leenaars
d56850dd49
e2tools: init -> 0.0.16
2016-06-15 16:22:03 +02:00
rushmorem
c4435493aa
lizardfs: init at 3.9.4
...
LizardFS is a highly reliable, scalable and efficient distributed file
system.
2016-06-15 04:23:44 +02:00
Tobias Geerinckx-Rice
9f266996b4
btrfs-progs: 4.5.3 -> 4.6
2016-06-12 00:28:55 +02:00
Kamil Chmielewski
7eb671ebcd
no more goPackages
2016-06-09 13:08:00 +02:00
Kamil Chmielewski
ce81a8a65d
go-mtpfs: extracted from goPackages
2016-06-09 11:21:30 +02:00
Tobias Geerinckx-Rice
86f9ead288
exfat: 1.2.3 -> 1.2.4
2016-06-06 22:40:43 +02:00
Tuomas Tynkkynen
bac26e08db
Fix lots of fetchgit hashes (fallout from #15469 )
2016-06-03 17:17:08 +03:00
Vladimír Čunát
81039713fa
Merge branch 'master' into staging
...
... to get the systemd update (rebuilding ~7k jobs).
2016-05-26 16:50:22 +02:00
Tobias Geerinckx-Rice
5e6175ae91
s3backer: 1.3.1 -> 1.4.2; maintain
2016-05-25 02:06:47 +02:00
Vladimír Čunát
c4661e9643
Merge: make dev output references explicit
...
This is a rebase of most commits from #14766 ,
resolving conflicts and a few other evaluation problems.
2016-05-22 12:09:23 +02:00
Tuomas Tynkkynen
2a73de6e6c
treewide: Make explicit that 'dev' output of openssl is used
2016-05-19 10:02:23 +02:00
Domen Kožar
b49bf121b8
rename iElectric to domenkozar to match GitHub
2016-05-17 13:00:47 +01:00
Peter Simons
8e462995ba
Bring my stdenv.lib.maintainers user name in line with my github nick.
2016-05-16 22:49:55 +02:00
Michael Raskin
6c96968d70
glusterfs: 3.7.10 -> 3.7.11
2016-05-15 23:49:44 +02:00
Michael Raskin
4b72729691
nilfs-utils: 2.2.3 -> 2.2.4
2016-05-15 23:49:44 +02:00
Tobias Geerinckx-Rice
9385353a99
btrfs-progs: 4.5.2 -> 4.5.3
2016-05-14 16:01:33 +02:00
Tobias Geerinckx-Rice
537f0fb297
securefs: 0.3.1 -> 0.3.2
2016-05-14 16:01:33 +02:00
Joachim Fasting
e0c07070b1
duperemove: get linuxHeaders from stdenv
...
Building against anything other than the headers used to build libc
doesn't really make any sense.
Also: this package is Linux specific, so mark it as such.
2016-05-13 19:35:09 +02:00
Franz Pletz
9458198868
f2fs-tools: 1.5.0 -> 1.6.1
2016-05-13 17:27:01 +02:00
Vladimír Čunát
3e387c3e00
Merge branch 'staging'
...
Darwin isn't in a perfect state, in particular its bootstrap tools won't
build which will block nixpkgs channel. But on the whole it seems
acceptable.
2016-05-13 10:14:53 +02:00
Данило Глинський (Danylo Hlynskyi)
a74984d660
nixpart-0.4: fix build of multipath-tools dependency ( #15359 )
2016-05-12 09:39:12 +01:00
obadz
48d760c650
dosfstools: temporarily revert upgrade that breaks tests
...
See #15394
Revert "dosfstools: Enable compat symlinks"
This reverts commit 346482c8d5
.
Revert "dosfstools: 3.0.28 -> 4.0"
This reverts commit 135fe56183
.
2016-05-12 09:26:14 +01:00
Vladimír Čunát
6c2fbfbd77
Merge branch 'master' into staging
2016-05-12 04:53:38 +02:00
Tuomas Tynkkynen
346482c8d5
dosfstools: Enable compat symlinks
...
Create these symlinks, since NixOS (and other users) can still be using
the old names:
dosfsck -> fsck.fat
dosfslabel -> fatlabel
fsck.msdos -> fsck.fat
fsck.vfat -> fsck.fat
mkdosfs -> mkfs.fat
mkfs.msdos -> mkfs.fat
mkfs.vfat -> mkfs.fat
While at it, kill the makeFlags which seems unnecessary as it seems
to use a standard Autotools build (maybe this is a new thing).
2016-05-10 08:00:16 +03:00
Tobias Geerinckx-Rice
135fe56183
dosfstools: 3.0.28 -> 4.0
2016-05-09 02:57:07 +02:00