Commit Graph

51275 Commits

Author SHA1 Message Date
aszlig
23160383e3
nixos: Add a filesystem module for JFS.
I'm not using JFS, but this is to mainly make jfsutils available if you
have defined a JFS filesystem in your configuration.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-10-22 08:22:57 +02:00
aszlig
cb2c34f1bb
blivet: Update to new upstream version 0.67.
Put a copy of old version 0.17 expression into 0.17.nix and update the
pointers from nixpart0 accordingly.

This also means, that plain nixpart is now way more broken than
nixpart0 (we might want to temporarily fix 0.4 anyway).

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-10-22 08:22:57 +02:00
aszlig
7deadbb55f
nixpart: Copy package expression to 0.4.nix.
Update the nixpart0 pointer to point to this version, because we're
going to update blivet as well and NixOps still points to nixpart0.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-10-22 01:54:48 +02:00
aszlig
34ae3b7f77
parted: Update to new upstream version 3.2.
In order to properly run tests, we need to fix the unicode tests and
after some search, I have found that Ludo (who is also the <nixpkgs>
maintainer of parted) already reported this upstream and also provided a
solution:

http://lists.gnu.org/archive/html/bug-parted/2014-08/msg00003.html

I'm updating parted to 3.2, because the latest blivet implementation
relies on it for device geometry calculations.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-10-22 01:54:47 +02:00
aszlig
6553845afc
pyparted: Add patch to fix tests for parted 3.2.
See this message for the patch and details:

https://www.redhat.com/archives/pyparted-devel/2014-April/msg00000.html

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-10-22 01:54:47 +02:00
aszlig
369a5c6180
python-six: Update to new upstream version 1.8.0.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-10-21 18:32:10 +02:00
aszlig
249e417677
btrfsprogs: Update to new upstream version 3.17.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-10-21 18:29:55 +02:00
Moritz Ulrich
ac826c178f Build emacs with svg-support.
Use `emacs.override { librsvg = null; }@ if you want to disable this
feature.
2014-10-20 22:34:11 +02:00
Moritz Ulrich
7e78166563 emacs24: Update to 24.4. 2014-10-20 22:08:19 +02:00
Shea Levy
3fe41ca763 Debain 7.6-amd64 tarball was updated in place 2014-10-20 15:26:51 -04:00
Shea Levy
652030e85d debian packages tarball was updated in place 2014-10-20 15:23:44 -04:00
Michael Raskin
7b9210d3f4 Merge pull request #4591 from ts468/e19
Upgrade: Enlightenment E19: 0.19.0 -> 0.19.1
2014-10-20 22:13:38 +04:00
Michael Raskin
ea5b21edd8 Merge pull request #4590 from henrytill/racket
racket: update to 6.1
2014-10-20 22:02:48 +04:00
Michael Raskin
6b727e8d68 Merge pull request #4596 from abbradar/rpmextract
Add "rpmextract" script and use it
2014-10-20 22:00:59 +04:00
Michael Raskin
c47d41d783 Merge pull request #4604 from pmahoney/j-darwin
j: Relax platform restriction.
2014-10-20 21:57:50 +04:00
Patrick Mahoney
c46c37efb5 j: Relax platform restriction.
Builds and runs on x86_64-darwin.
2014-10-20 12:52:19 -05:00
Eelco Dolstra
8952396650 Update some Hydra dependencies
http://hydra.nixos.org/build/16127784
2014-10-20 17:56:52 +02:00
Bjørn Forsman
796e67169f vim-plugins: sort alphabetically 2014-10-20 17:45:28 +02:00
Bjørn Forsman
9d0b455960 vim-plugins: use commit dates instead of commit ids as version numbers
Git commit ids shouldn't be used as version numbers in nixpkgs:
* they don't increase monotonically
* they don't always start with a digit, causing nix to not parse them as
  version numbers, and instead sees them as part of the package name,
  causing the package to (seemingly) conflict with itself upon upgrade.
2014-10-20 17:45:28 +02:00
Bjørn Forsman
94e0d3c6c2 vim-plugins: coffee-script: start version number with digit
Or else nix will see it as part of package name.
2014-10-20 17:45:28 +02:00
Bjørn Forsman
c60c0ede9a vim-plugins: use lower case attr and pkg names
(According to the nixpkgs manual.)

Keep old attrnames around for backward compatibility.
2014-10-20 17:45:27 +02:00
Bjørn Forsman
e6c1973971 vim-plugins: update source hash for command-t
And use fetchzip instead of fetchurl towards github.com to not let this
happen again. (fetchzip checks the hash on the *extracted* archive, so
changes in compression algo etc. doesn't change the hash.)
2014-10-20 17:45:27 +02:00
Bjørn Forsman
5165ee6ff3 vim-plugins: buildVimPlugin: drop needless 'path' argument
Derive 'path' from the plugin name instead.
2014-10-20 17:45:27 +02:00
Bjørn Forsman
37f961628b vim-plugins: prefix all plugin names with 'vimplugin-'
Currently some plugins use "vim-" prefix, some use "-vim" suffix and
some have no prefix or suffix at all.

I chose "vimplugin-" prefix to match the attribute path: vimPlugins.*
2014-10-20 17:45:27 +02:00
Bjørn Forsman
f58ff54520 vim-plugins: rename simpleDerivation to buildVimPlugin 2014-10-20 17:45:26 +02:00
Domen Kožar
a5b7ef0db1 fix eval 2014-10-20 17:26:25 +02:00
Domen Kožar
14631cec82 nixos: prosody was clashing with seeks unix ids 2014-10-20 17:22:01 +02:00
Domen Kožar
8787c695a9 pythonPackages.cjson: disable on pypy/py3k 2014-10-20 13:34:43 +02:00
Jaka Hudoklin
594f354bc7 nixos/graphite: fix grahite api documentation url 2014-10-20 13:32:58 +02:00
Jaka Hudoklin
09c8d909fb nixos/graphite: update docs, add graphite pager 2014-10-20 13:27:21 +02:00
Eelco Dolstra
38ed4d4d0f linux: Enable FW_LOADER_USER_HELPER_FALLBACK
We don't really need this anymore, except that our docs say that you
can put firmware in /root/test-firmware, which doesn't work via
/sys/module/firmware_class/parameters/path.
2014-10-20 13:25:00 +02:00
Eelco Dolstra
a3b873924b Let the kernel load firmware directly
Loading firmware via udevd is obsolete. Fixes #4552.
2014-10-20 13:25:00 +02:00
Jaka Hudoklin
3bd72fc71f Merge pull request #4579 from offlinehacker/pkgs/pythonPackages/graphitePager
pythonPackages: add graphite pager
2014-10-20 13:24:54 +02:00
Eelco Dolstra
d316346d42 Merge pull request #4588 from edwtjo/dhcpcd-update
dhcpcd: 6.4.7 -> 6.5.1
2014-10-20 10:52:17 +02:00
Eelco Dolstra
1c1b78309b Merge pull request #4598 from jbedo/master
Update ImageMagick version
2014-10-20 10:51:48 +02:00
Eelco Dolstra
71c34a45e1 chatzilla: Update to 0.9.91 2014-10-20 09:02:26 +02:00
Eelco Dolstra
4de72baf03 chatzilla: Use firefox instead of xulrunner
Thanks to @nbp for pointing out that we don't need xulrunner anymore.
2014-10-20 09:00:38 +02:00
Justin Bedo
cd1bacb03d Update ImageMagick version 2014-10-20 17:49:30 +11:00
Eelco Dolstra
4ecb762ee5 Add openjdk to the small channel 2014-10-20 08:39:58 +02:00
William A. Kennington III
bcc687649b iproute: Remove stale patch 2014-10-19 17:53:41 -07:00
William A. Kennington III
f020a26164 nixos/systemd: Also escape \ characters 2014-10-19 16:34:53 -07:00
Nikolay Amiantov
307af9148b use rpmextract in some packages 2014-10-20 03:16:59 +04:00
Nikolay Amiantov
4dba792a59 rpmextract: add package 2014-10-20 03:16:24 +04:00
William A. Kennington III
664909d31b iproute2: 3.16.0 -> 3.17.0 2014-10-19 15:50:48 -07:00
Domen Kožar
29ffeecf78 fix eval 2014-10-19 19:54:33 +02:00
Domen Kožar
2d6582d14e python27FullBuildEnv -> python.buildEnv for all interpreters 2014-10-19 19:48:18 +02:00
Mateusz Kowalczyk
67a1a96b49 mpd: update to 0.19.1 2014-10-19 17:34:13 +01:00
Domen Kožar
2fa662c957 systemd: replace @ when generating unit command name 2014-10-19 17:20:37 +02:00
Peter Simons
6a703aa570 haskell-rethinkdb: jailbreak to fix build with network 2.6.x
Also, disable the test suite, which won't succeed because it tries to
use network services like getProtocolByName.
2014-10-19 16:55:24 +02:00
Peter Simons
d5d593a256 haskell-hindent: disable test suite to fix the build
Test suite hspec: RUNNING...
hspec: test/gibiansky/tests/: getDirectoryContents: does not exist (No such file or directory)
Test suite hspec: FAIL
Test suite logged to: dist/test/hindent-3.9-hspec.log
0 of 1 test suites (0 of 1 test cases) passed.
2014-10-19 16:55:24 +02:00