Michael Raskin
bdea812836
Fix JWM source URL
2014-09-11 15:54:10 +04:00
AndersonTorres
b39e5ce957
Small style fixups
...
In this commit, I modified some files, conforming them to a
idiosyncratic standard - mainly, a template for meta attribs.
2014-09-10 21:34:50 -03:00
Bjørn Forsman
c9baba9212
Fix many package descriptions
...
(My OCD kicked in today...)
Remove repeated package names, capitalize first word, remove trailing
periods and move overlong descriptions to longDescription.
I also simplified some descriptions as well, when they were particularly
long or technical, often based on Arch Linux' package descriptions.
I've tried to stay away from generated expressions (and I think I
succeeded).
Some specifics worth mentioning:
* cron, has "Vixie Cron" in its description. The "Vixie" part is not
mentioned anywhere else. I kept it in a parenthesis at the end of the
description.
* ctags description started with "Exuberant Ctags ...", and the
"exuberant" part is not mentioned elsewhere. Kept it in a parenthesis
at the end of description.
* nix has the description "The Nix Deployment System". Since that
doesn't really say much what it is/does (especially after removing
the package name!), I changed that to "Powerful package manager that
makes package management reliable and reproducible" (borrowed from
nixos.org).
* Tons of "GNU Foo, Foo is a [the important bits]" descriptions
is changed to just [the important bits]. If the package name doesn't
contain GNU I don't think it's needed to say it in the description
either.
2014-08-24 22:31:37 +02:00
AndersonTorres
49fcac0d6b
Fluxbox: adding system support (as a module)
2014-08-21 07:03:37 -03:00
AndersonTorres
fe270c011c
Fluxbox: new package (1.3.5)
2014-08-19 06:19:33 -03:00
Steve Bigham
df8e7f5614
Remove unnecessary dependencies and centralize version string.
2014-08-14 21:01:20 -04:00
Matt Miemiec
8695c58648
Add the bspwm window manager to Nix.
2014-08-12 18:22:15 +02:00
Peter Simons
5ebc4d829b
Re-generate Haskell expressions with latest cabal2nix.
2014-08-09 13:49:24 +02:00
Peter Simons
18250b97ae
Remove 'andres' from the meta.maintainer section of all Haskell package where I
...
had added him earlier.
2014-08-09 13:49:24 +02:00
Pascal Wittmann
35fe93797e
trayer: update trayer from 1.1.5 to 1.1.6 and adpot it
2014-08-08 10:28:11 +02:00
Michael Raskin
10f9730d64
Update compiz
2014-08-03 22:29:40 +04:00
Rok Garbas
3bf7d7c42a
i3lock: update to 2.6
2014-08-03 14:04:44 +02:00
Vladimír Čunát
1b169722a3
Merge branch 'x-updates'
...
Close #3147 .
The only major update is freetype-2.5, I think (it cost lots of work).
2014-08-03 11:29:01 +02:00
aszlig
6aabd17d51
i3: Don't override patchPhase.
...
Makes easier to provide a patches attribute through packageOverrides.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-02 17:25:16 +02:00
Vladimír Čunát
6295a3ca36
Merge recent master into x-updates
...
Hydra: ?compare=1142825
Conflicts (easy):
pkgs/applications/audio/lmms/default.nix
pkgs/desktops/e18/enlightenment.nix
pkgs/games/exult/default.nix
pkgs/os-specific/linux/alsa-plugins/default.nix
2014-08-02 05:08:07 +02:00
aszlig
3d34dc39ac
i3: Only enable tests for x86_64-linux.
...
Right now, tests for i686-linux fail, see:
https://hydra.nixos.org/build/13024964
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-01 18:41:39 +02:00
aszlig
32d7c4c435
i3: Remove CarpAlways from buildInputs.
...
Oops, it was a leftover from debugging.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-01 11:19:06 +02:00
aszlig
fb1f257189
i3: Don't run test cases in parallel.
...
Unfortunately, running them in parallel sometimes lead to tests not even
starting up. Probably lock contention is the issue here, but haven't
investigated further so I'm deactivating parallel testing.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-01 08:04:09 +02:00
aszlig
31e77f5096
i3: Abort build if test suite is failing.
...
The exit code of the i3 test runner is always 0, regardless of whether
tests were failing or not, so let's quickly grep for a "not ok" in the
test logfile and if it occurs, the whole build is failing now.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-01 05:49:14 +02:00
aszlig
2c1d04a563
i3: Enable running test suite by default.
...
Finally, after going through the journey of debugging and gathering
dependencies, we now have tests for i3, hooray!
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-01 05:49:14 +02:00
Mateusz Kowalczyk
7a45996233
Turn some license strings into lib.licenses values
2014-07-28 11:31:14 +02:00
Vladimír Čunát
16e35532e4
Merge recent master into x-updates
2014-07-17 19:30:56 +02:00
Peter Simons
5bfb58a8a2
Re-generate Haskell packages with cabal2nix.
2014-07-14 17:33:52 +02:00
Peter Simons
d2e731e111
Add "please don't edit" comment at the top of every auto-generated Haskell file.
2014-07-14 13:21:41 +02:00
Vladimír Čunát
aceb30cd93
Merge master into x-updates
...
Adds the mass-rebuilding python update.
2014-07-02 22:54:41 +02:00
Benno Fünfstück
e10001042d
fetchbzr, fetchdarcs, fetchhg: use rev
attr
...
This makes it match the behaviour of fetchgit and fetchsvn, so it's
easier to write scripts that support all of them.
2014-06-28 21:06:10 +02:00
Vladimír Čunát
dfd80a1b7e
Merge recent master into x-updates
...
Hydra eval: 1131611
2014-06-26 22:05:15 +02:00
Nikita Mikhailov
724fbd81ff
i3: 4.7.2 -> 4.8
2014-06-22 18:17:09 +07:00
Vladimír Čunát
fa1eaf84f4
wayland, weston: update 1.4.0 -> 1.5.0
2014-06-17 09:00:29 +02:00
Jordan Patterson
26f2d67a65
Update Awesome WM to 3.5.5
...
Fix LGI test
Prefix LD_LIBRARY_PATH instead of clobbering it
2014-05-14 12:25:26 -06:00
cillianderoiste
ca5e65c4bd
Merge pull request #2371 from iyzsong/herbstluftwm
...
herbstluftwm: update to 0.6.2
2014-05-11 10:31:14 +02:00
Peter Simons
f9f19ee938
haskell-xmonad-contrib: update to version 0.11.3
2014-05-03 20:03:30 +02:00
Michael Raskin
87304674a6
Update JWM to an easily available version
2014-05-03 00:42:12 +04:00
Peter Simons
a77e380454
xmonad-contrib: patch to fix build with GHC 7.8.2
2014-05-01 22:28:13 +02:00
宋文武
af72c7dddd
herbstluftwm: update to 0.6.2
2014-04-24 21:30:03 +08:00
Peter Simons
c394d4079d
xmonad: fix build with ghc 7.8.1
2014-03-30 16:46:02 +02:00
Alexei Robyn
a7070743a3
Openbox: Added wrapping for XDG_DATA_DIRS
...
Fixes issue with Openbox failing to start due to not finding its default
theme
2014-03-23 21:48:36 +11:00
viric
0c11d4aa1f
Merge pull request #1448 from pSub/dwm-remove-patch
...
Removed confnotify-6.0.patch.
2014-02-24 22:48:48 +01:00
Vladimír Čunát
64c44fa508
weston: fix build by updating (after wayland update)
...
Also add dbus support, which seemed potentionally important to me.
2014-01-26 00:42:17 +01:00
Domen Kožar
c4cb65187e
i3: 4.6 -> 4.7.2
2014-01-24 14:33:40 +01:00
Shea Levy
ca116f76f9
Unmaintain a bunch of packages
...
Trying to take maintainership more seriously...
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-21 22:34:41 -05:00
Nixpkgs Monitor
baa1bba420
i3status: update from 2.7 to 2.8
2014-01-13 17:28:42 +01:00
Peter Simons
5ef34645f3
ratpoison: update to version 1.4.6
2014-01-13 17:05:45 +01:00
Pascal Wittmann
fc2580ad87
Removed confnotify-6.0.patch.
...
I don't think it is a good idea to hardcode this patch in nixpkgs as it is likely that
a patch provided by a user will conflict with this patch. This is for instance the case
with the patch "single_tagset" (http://dwm.suckless.org/patches/single_tagset ).
2014-01-02 11:53:25 +01:00
Michael Raskin
6177a4f556
Merge pull request #1410 from ktosiek/pr/compton
...
Bump compton to v0.1_beta2
2013-12-29 07:01:53 -08:00
Moritz Ulrich
5890215501
windowManager.xmonad: Make it configurable and extensible.
...
PR #1366
The previous windowManager.xmonad option only starts xmonad and
doesn't make ghc available. This assumes that the user has GHC with
access to the xmonad package in his PATH when using xmonad.
Xmonad in Nix is now patched to accept the XMONAD_{GHC,XMESSAGE}
environment variables which define the path to either ghc or xmessage.
These are set automatically when using xmonad through
windowManager.xmonad.
My (or specific: @aristidb and my) changes make it possible to use
Xmonad without adding GHC to any profile. This is useful if you want
to add a different GHC to your profile.
This commit introduces some options:
- xmonad.haskellPackages: Controls which Haskell package set & GHC set
is used to (re)build Xmonad
- xmonad.extraPackages: Function returning a list of additional
packages to make available to GHC when rebuilding Xmonad
- xmonad.enableContribExtras: Boolean option to build xmonadContrib
and xmonadExtras.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-12-28 09:29:53 +01:00
Tomasz Kontusz
37a3f21799
Bump compton to v0.1_beta2
2013-12-26 01:22:24 +01:00
Vladimír Čunát
4c5a71f777
Merge master into x-updates
...
Conflicts:
pkgs/desktops/gnome-2/desktop/gvfs/default.nix
pkgs/development/libraries/cogl/default.nix
pkgs/development/libraries/libsoup/2.44.nix
2013-12-18 23:21:29 +01:00
David Virgilio
84b09e26e5
dzen2: new package
...
"Dzen is a general purpose messaging, notification and menuing program for X11. It was designed to be fast, tiny and scriptable in any language." -- https://github.com/robm/dzen
2013-12-17 12:05:42 +00:00
Nixpkgs Monitor
d2bb4dc100
windowmaker: update from 0.95.4 to 0.95.5
2013-12-16 01:36:17 +02:00
Nixpkgs Monitor
209ff52d0b
stalonetray: update from 0.8.0 to 0.8.1
2013-12-14 00:36:24 +02:00
Vladimír Čunát
5c1e8fc56d
weston: clean the expression (no semantic change)
2013-11-23 23:56:38 +01:00
Vladimír Čunát
30666ed5ad
wayland, weston: update to 1.3.1, fix weston build
...
Also make Hydra build weston, so we can see the breakages in future.
2013-11-23 23:31:48 +01:00
Michael Raskin
935e586050
Merge pull request #1245 from nathanielbaxter/dev/openbox
...
openbox: Update to 3.5.2
2013-11-21 00:34:19 -08:00
Nathaniel Baxter
2bf530ab4b
openbox: Update to 3.5.2
2013-11-20 14:27:13 +11:00
Jason "Don" O'Conal
76ab3916de
awesome-3-5: add expression and nixos module
2013-11-20 01:05:09 +00:00
Jason "Don" O'Conal
d680003157
awesome: add which to build inputs (for awesome-client)
2013-11-11 01:40:17 +00:00
Michael Raskin
764508874e
Updating Compiz
2013-10-20 21:06:48 +04:00
Michael Raskin
a1394551d2
Replacing StumpWM with a fresh lisp-packages version
2013-10-13 11:00:18 +04:00
Bjørn Forsman
083d0890f5
More description fixes
...
* Remove package name
* Start with upper case letter
* Remove trailing period
Also reword some descriptions and move some long descriptions to
longDescription.
I'm not touching generated packages.
2013-10-06 12:01:38 +02:00
Peter Simons
f497ef9689
haskell-xmonad-extras: update to version 0.12
2013-08-30 10:53:02 +02:00
modulistic
cca6a6724c
i3 window manager: version bump from 4.5.1 to 4.6
2013-08-23 14:05:36 +02:00
Ludovic Courtès
2e937c437a
unmaintain several packages
2013-08-16 23:45:01 +02:00
aszlig
23a53b8dfa
windowmaker: New package in version 0.95.4.
...
Packaged this for @devhell sometime ago and adding it here so maybe it's
useful for other people using Nix(OS).
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-08-14 20:50:59 +02:00
Song Wenwu
7ffb3a4ba5
add herbstluftwm 0.5.2
2013-07-18 00:02:53 +08:00
Peter Simons
f8d885344a
haskell-xmonad-contrib: update to version 0.11.2
2013-07-16 15:41:33 +02:00
Evgeny Egorochkin
fba8b902da
fix packages to use mirror://xorg
2013-07-14 05:39:02 +03:00
Evgeny Egorochkin
da4be371e9
make package use mirror:// for gnu, savannah and gnome repositories where possible
2013-07-14 05:23:06 +03:00
Evgeny Egorochkin
1d07e3ef77
wmii: fix version to match tarball
2013-07-14 02:08:53 +03:00
Evgeny Egorochkin
64d5bf475c
matchbox: fix version to match tarball
2013-07-14 02:08:50 +03:00
Rok Garbas
6b6eaf3bf3
i3lock: updating to 2.5
2013-07-08 01:18:12 +02:00
Vladimír Čunát
b770365574
ReRevert Merge x-updates into master
...
This reverts commit ec3965d8d0
.
Conflicts (taken x-updates):
pkgs/development/libraries/libgcrypt/default.nix
pkgs/development/libraries/libgpg-error/default.nix
pkgs/development/libraries/poppler/default.nix
2013-05-29 23:25:02 +02:00
Song Wenwu
170543747f
openbox: upgrade to 3.5.0
2013-05-13 10:33:31 +08:00
Vladimír Čunát
ec3965d8d0
Revert Merge x-updates into master due to mesa bloat
...
See #490 discussion.
This reverts commit 1278859d31
, reversing
changes made to 0c020c98f9
.
Conflicts:
pkgs/desktops/xfce/core/xfce4-session.nix (take master)
pkgs/lib/misc.nix (auto)
2013-05-09 14:03:35 +02:00
Vladimír Čunát
8249695b61
Merge branch 'master' into x-updates
...
Needed that to fix the tarball.
2013-04-11 23:31:33 +02:00
Lluís Batlle i Rossell
2187716c53
dwm: adding a patch I missed in a recent commit
2013-04-05 12:50:42 +02:00
Lluís Batlle i Rossell
5aacc33406
dwm: fix SDL games with fullscreen
...
It worked quite bad when the game resolution was different than the
current.
2013-04-04 23:32:53 +02:00
Vladimír Čunát
eb2e46aab2
Merge branch 'master' into x-updates
...
Conflicts:
pkgs/applications/graphics/rawtherapee/default.nix
pkgs/applications/misc/blender/default.nix
pkgs/applications/networking/browsers/chromium/sources.nix
pkgs/os-specific/linux/kernel/linux-3.9.nix
pkgs/top-level/all-packages.nix
2013-04-04 21:43:40 +02:00
Rok Garbas
6c890824bd
fixed typo from previous commit
2013-03-29 18:28:11 +01:00
Rok Garbas
a9c7252a3e
i3status and i3lock should have same platform as i3wm
2013-03-29 17:38:59 +01:00
Domen Kozar
67ce79f5e4
set platforms for i3wm
2013-03-29 13:27:04 +01:00
Peter Simons
6fc2cccfe6
Add myself as a maintainer to all Haskell packages (re-)generated by hackage4nix.
2013-03-23 15:58:14 +01:00
viric
9dc4ec57a1
Merge pull request #397 from modulistic/master
...
i3 improvements
2013-03-20 13:52:32 -07:00
Peter Simons
7ee8641410
haskell-xmonad-contrib: update to version 0.11.1
2013-03-20 10:44:54 +01:00
modulistic
ae9b33ac51
i3 window manager: version bump from 4.5 to 4.5.1
2013-03-20 00:14:22 +01:00
modulistic
f976962d7b
i3 window manager: enable Pango support for antialiased fonts
2013-03-20 00:13:44 +01:00
Rok Garbas
16f6c3b752
i3: update to 4.5 also updating i3status to 2.7
2013-03-17 14:45:37 +01:00
Carles Pagès
6c949148b6
Merge remote-tracking branch 'upstream/x-updates' into wayland
...
Conflicts:
pkgs/development/libraries/mesa/default.nix
pkgs/top-level/all-packages.nix
2013-03-10 18:19:49 +01:00
Carles Pagès
728116ec3e
weston: don't depend on pixman explicitly.
...
Weston depends on cairo and pixman, but cairo uses a special version of pixman.
In the previous commit I solved a linking problem by specifying the same pixman
version for weston, but it's easier to rely on cairo propagating it. Thanks
viric for the tip!
2013-03-06 22:59:59 +01:00
Carles Pagès
8de5d77e3c
Merge branch 'master' into wayland
...
Conflicts:
pkgs/top-level/all-packages.nix
2013-03-03 11:58:28 +01:00
Vladimír Čunát
26af997d41
Merge branch 'master' into stdenv-updates
...
Conflicts (simple):
pkgs/applications/networking/browsers/chromium/default.nix
pkgs/development/libraries/libsoup/default.nix
pkgs/os-specific/linux/kernel/manual-config.nix
pkgs/os-specific/linux/qemu-kvm/default.nix
2013-03-02 10:41:53 +01:00
Lluís Batlle i Rossell
089fd0a769
fvwm: updating license to gplv2+
...
I looked at some src, and it mentions "or later".
2013-03-01 20:38:23 +01:00
Song Wenwu
f5bd4f720a
add fvwm-2.6.5
2013-03-01 13:48:33 +08:00
Vladimír Čunát
4ebcc87f6b
compiz: fix build and update
2013-02-23 15:10:01 +01:00
Carles Pagès
7255ac3a13
Forgot mesa90x references in the previous commit.
2013-02-18 20:43:10 +01:00
Carles Pagès
d09f2424ed
mesa: add support for wayland to default version.
...
Remove duplicated versions now that mesa and libdrm are updated.
2013-02-18 20:32:47 +01:00
Carles Pagès
d32a973fc9
Merge remote-tracking branch 'upstream/x-updates' into wayland
...
Conflicts:
pkgs/development/libraries/cairo/default.nix
pkgs/development/libraries/wayland/default.nix
2013-02-18 20:15:59 +01:00
Carles Pagès
bd8428efa1
wayland: update to 1.0.5.
...
Also updated weston to 1.0.5, and got rid of the patch that's no longer needed.
They fixed it upstream even if it was actually caused by our pkg-config patch.
2013-02-18 19:57:27 +01:00
Peter Simons
801237ceb2
xmonad: install man page into the proper location
2013-02-11 23:26:06 +01:00
Carles Pagès
bc9a291779
wayland: update to 1.0.4.
...
Also updated weston to 1.0.4, which now fails to build. Doh!
2013-01-28 19:45:07 +01:00
Carles Pagès
29150b43a3
Merge branch 'master' into wayland
2013-01-26 11:13:20 +01:00
Peter Simons
d80bf38daf
haskell-xmonad-extras: update to version 0.11
2013-01-09 16:54:29 +01:00
Carles Pagès
a53a7bc0e4
Update wayland and weston to 1.0.3.
...
I also removed the screenshooter-client-protocol patch as this was fixed
upstream.
2013-01-08 23:21:36 +01:00
Carles Pagès
7d591c23b3
Merge branch 'master' into wayland
2013-01-08 22:28:13 +01:00
Peter Simons
7a92fde4f0
xmonad-extras: jailbreak to support recent versions of xmonad
2013-01-04 19:24:18 +01:00
Peter Simons
84eef6ea21
haskell-xmonad-contrib: update to version 0.11
2013-01-04 19:09:51 +01:00
Peter Simons
1c3182ccdf
haskell-xmonad: update to version 0.11
2013-01-04 19:09:51 +01:00
Michael Raskin
c7a8d9f98d
Merge pull request #221 from Eelis/master
...
Ion3 update to 20090110
2012-12-27 05:31:22 -08:00
Rok Garbas
c90c96572f
i3: update to 4.4
2012-12-22 17:21:17 +01:00
Eelis van der Weegen
01adc95b13
Ion3 update to 20090110
2012-12-18 21:12:17 +01:00
Carles Pagès
c2189c49c6
Weston: prevent install to chown root weston-launch.
...
This operation fails with permission denied, and since this launcher is only
needed when not running under X, I leave it disabled for the moment.
2012-12-07 12:28:35 +01:00
Carles Pagès
ec99d9603c
Weston: add patches to fix the build.
...
The patches fix two issues:
- screenshooter-client-protocol.h missing from tarball
- missing flags for include paths and definitions
I had to add auto* as inputs to be able to call autoreconf, as one patch
modifies a Makefile.am. Both issues are already reported upstream.
2012-12-07 12:10:14 +01:00
Carles Pagès
b60d016a0a
Add Weston 1.0.2.
...
Currently doesn't build. I have to further investigate but there seems to be a
missing file from the tarball.
2012-12-02 12:42:55 +01:00
Eelco Dolstra
5553546c21
Remove a bunch of unreferenced files
...
Plus a small number of obsolete packages (like old versions of qemu).
2012-11-29 13:43:37 +01:00
Michael Raskin
f995cf6548
Fix at least obvious failures with python path
2012-11-26 01:43:30 +04:00
Michael Raskin
7333c01dba
Update Compiz
2012-11-25 23:58:04 +04:00
Rok Garbas
fc16fb3e28
i3status: update to 2.6
2012-11-17 02:10:21 +01:00
Peter Simons
0bd2f95a31
haskell-xmonad-extras: update to version 0.10.1.2
2012-10-23 18:29:58 +02:00
Eelco Dolstra
31f89ba349
Merge remote-tracking branch 'origin/master' into x-updates
2012-10-03 14:43:10 -04:00
aszlig
7e439ea13c
i3: Update to version 4.3.
...
Though upstream clearly recommends to not deactivate Pango, we currently can't
use Pango right now, as we are stuck at cairo-1.10.2. This version only has
experimental support for XCB which became stable in 1.12.x.
So we need to wait for 21bf5ef509
to be merged
into master before we can enable Pango.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-02 03:46:41 +02:00
Eelco Dolstra
0446a79473
Fix icewm build on libX11-1.5.0
2012-09-26 17:00:55 -04:00
Eelco Dolstra
d5758c99a3
Merge remote-tracking branch 'origin/master' into x-updates
...
Conflicts:
pkgs/misc/maven/maven-1.0.nix
pkgs/os-specific/linux/xf86-input-wacom/default.nix
2012-09-26 14:51:51 -04:00
Peter Simons
9a6c3c8f60
xmonad-extras: patch to allow building with split 0.2.x
2012-09-17 15:50:11 +02:00
Peter Simons
7596ce3dbb
Remove myself as maintainer of these packages.
2012-09-11 18:22:31 +02:00
Carles Pagès
dabc583abb
awesome: update to 3.4.13
...
I removed some patches that were no longer needed. Russian manpages still fail.
2012-08-06 17:43:30 +02:00
Rickard Nilsson
1786bef686
trayer: Update to 1.1.5
2012-07-26 17:02:36 +02:00
Shea Levy
4497344e49
Merge branch 'master' into x-updates
2012-07-18 23:24:10 -04:00
Peter Simons
7e2979b56f
i3: fix build some more
...
The build process depends on a script that relies on /usr/bin/env to find Perl.
Running 'patchShebangs' early fixes that script.
2012-07-17 14:44:23 +02:00
Shea Levy
15f765cc6a
awesome: update to 3.4.13
2012-07-15 09:55:41 -04:00
Peter Simons
293027453f
i3: fixed build
...
- The make variable PREFIX must be at build time because common.mk uses it to
decide where to expect $SYSCONFDIR.
- The make target "all" is run by default and needn't be set explicitly.
- Shebang paths in scripts are patched automatically be the default builder,
we don't have to do that manually.
2012-07-12 11:28:15 +02:00
Peter Simons
172f03517e
ratpoison: install ratpoison.el into $out/share/emacs/site-lisp directory where Emacs can find it
...
Also, copy the glibc patch into Nixpkgs to avoid errors with changing hashes
from cgit.
2012-07-09 07:16:07 +02:00
Peter Simons
7a626565df
Updated Haskell packages.
...
- parsec: added version 3.1.3
- xmonad-extras: updated to version 0.10.1.1
svn path=/nixpkgs/trunk/; revision=34475
2012-06-12 08:39:32 +00:00
Peter Simons
edb10988b3
xmonad: fixed build with GHC 7.4.1
...
svn path=/nixpkgs/trunk/; revision=34457
2012-06-11 14:55:56 +00:00
Peter Simons
6db9c6f241
update i3status and i3lock
...
svn path=/nixpkgs/trunk/; revision=34446
2012-06-11 07:18:52 +00:00
Arie Middelkoop
3c74283d03
Committing some outstanding modifications that I cannot make into smaller chunks anymore.
...
* added briss: a pdf cropper
* added compton, an improved fork of xcompmgr
* added myself to the maintainers list
* minor version bumps: xcompmgr, upower
svn path=/nixpkgs/trunk/; revision=34380
2012-06-08 10:16:46 +00:00
Rob Vermaas
97cac0a58c
Added i3wm. Added newer version of file. (this time tested, I screwed up a patch by garbas)
...
svn path=/nixpkgs/trunk/; revision=33952
2012-04-30 14:34:57 +00:00
Rob Vermaas
0823167b43
Revert my previous 2 commits.
...
svn path=/nixpkgs/trunk/; revision=33951
2012-04-30 14:28:08 +00:00
Rob Vermaas
0362f55a22
add missing files from previous commit
...
svn path=/nixpkgs/trunk/; revision=33950
2012-04-30 13:45:50 +00:00
Peter Simons
7295830f7e
Updated Haskell packages.
...
- aeson: updated to version 0.6.0.1
- alex-meta: updated to version 0.3.0.3
- BNFC-meta: updated to version 0.3.0.1
- hakyll: updated to version 3.2.7.1
- happy-meta: updated to version 0.2.0.4
- http-enumerator: updated to version 0.7.3.2
- multiarg: updated to version 0.2.0.0
Disabled Haddock documentation for the following packages, because the
input crashes Haddock:
- BNFC-meta
- alex-meta
Re-enabled Haddock documentation for the following packages, because
previously occurring errors have been fixed:
- ConfigFile
- HDBC-odbc
- Hipmunk
- instant-generics
- RepLib
- type-equality
- xmonad
- xmonad-extras
- yesod-core
svn path=/nixpkgs/trunk/; revision=33559
2012-04-03 18:37:58 +00:00
Lluís Batlle i Rossell
0589bffdf4
Typo of semicolon.
...
svn path=/nixpkgs/trunk/; revision=33415
2012-03-25 20:11:32 +00:00
Lluís Batlle i Rossell
f389901fd2
Adding 'tabbed'. I think Alexander Foremny wanted to send this patch
...
long ago, but I could not find it.
svn path=/nixpkgs/trunk/; revision=33414
2012-03-25 20:10:25 +00:00
Peter Simons
880dcc2c64
Removed myself as a maintainer from Haskell packages that I don't personally use.
...
By now, it happened twice that a commit broke GHC and thus all Haskell packages
we have in Nixpkgs. On such an occasion, I receive well in excess of 3000
notification e-mails from Hydra, and then I receive another 3000 e-mails after
the bug has been fixed. Under these circumstances, subscribing to these
notifications makes no sense for me.
svn path=/nixpkgs/trunk/; revision=33392
2012-03-24 10:21:28 +00:00
Yury G. Kudryashov
215a07c1a9
svn merge ^/nixpkgs/trunk
...
Merge conflicts:
* unzip (almost trivial)
* dvswitch (trivial)
* gmp (copied result of `git merge`)
The last item introduced gmp-5.0.3, thus full rebuild.
+ensureDir->mkdir -p in TeX packages was catched by git but not svn.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32091
2012-02-06 23:03:12 +00:00
Eelco Dolstra
f7626c1ddd
* Unbreak icewm. Without -lfontconfig, it barfs with
...
icewm: error while loading shared libraries: libfontconfig.so.1:
cannot open shared object file: No such file or directory
This causes various NixOS tests to fail
(e.g. http://hydra.nixos.org/build/1952097 ).
svn path=/nixpkgs/trunk/; revision=31945
2012-01-31 14:55:43 +00:00
Yury G. Kudryashov
ed92080b8d
icewm-1.3.7
...
svn path=/nixpkgs/trunk/; revision=31890
2012-01-27 18:56:31 +00:00
Eelco Dolstra
d4d7931a62
* Cleanup: remove obsolete references to ‘xz’, which is in stdenv now.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=31678
2012-01-18 20:53:01 +00:00
Eelco Dolstra
c556a6ea46
* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
...
function, so obsolete it.
svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00
Lluís Batlle i Rossell
d0321537d9
Updating dwm to 6.0.
...
svn path=/nixpkgs/trunk/; revision=31301
2012-01-04 22:05:26 +00:00
Florian Friesdorf
90dda8a07f
adjusted awesome to generated names of xcbutil-*
...
svn path=/nixpkgs/trunk/; revision=31186
2011-12-31 06:14:31 +00:00
Florian Friesdorf
8dd443c8df
awesome-3.4.11 - ru manpages disabled because of build failure
...
svn path=/nixpkgs/trunk/; revision=31173
2011-12-31 04:06:02 +00:00
Peter Simons
438305146e
haskell-xmonad-extras: updated to version 0.10.1
...
svn path=/nixpkgs/trunk/; revision=30586
2011-11-28 18:11:27 +00:00
Peter Simons
d471371bd0
haskell-xmonad-extras: enable mpd and hlist extras
...
svn path=/nixpkgs/trunk/; revision=30516
2011-11-21 18:02:24 +00:00
Peter Simons
80dc05cc9a
haskell-xmonad-extras: updated to version 0.10
...
svn path=/nixpkgs/trunk/; revision=30513
2011-11-21 17:54:29 +00:00
Peter Simons
59fa8fc940
xmonad: patch source code to refer to xmessage(1) using its complete path
...
svn path=/nixpkgs/trunk/; revision=30488
2011-11-20 10:21:38 +00:00
Peter Simons
589be8e754
haskell-xmonad-contrib: updated to version 0.10
...
svn path=/nixpkgs/trunk/; revision=30486
2011-11-20 10:13:43 +00:00
Peter Simons
32f1cfcd26
haskell-xmonad: updated to version 0.10
...
svn path=/nixpkgs/trunk/; revision=30485
2011-11-20 10:13:34 +00:00
Peter Simons
9d1bee3245
haskell-xmonad-extras: updated build expression
...
svn path=/nixpkgs/trunk/; revision=29034
2011-09-05 18:25:59 +00:00
Peter Simons
21b26aef25
Updated Haskell package meta sections.
...
svn path=/nixpkgs/trunk/; revision=28583
2011-08-15 11:27:02 +00:00
Peter Simons
3e10ee5c92
Updated Haskell expressions with the latest version of cabal2nix.
...
* haskell-dataenc: updated to version 0.14.0.2
* haskell-fclabels: updated to version 1.0.1
svn path=/nixpkgs/trunk/; revision=28574
2011-08-14 22:52:05 +00:00
Shea Levy
20e64a52b9
Add trayer
...
svn path=/nixpkgs/trunk/; revision=28558
2011-08-14 05:03:54 +00:00
Peter Simons
468c5dbc5c
The 'random' library is no longer a core library in GHC 7.2.1. For older
...
versions of the compiler, haskell-packages.nix provides a null attribute.
svn path=/nixpkgs/trunk/; revision=28500
2011-08-12 00:18:56 +00:00
Peter Simons
b1ef3e6e36
Last batch of Haskell expression updates.
...
* haskell-mkcabal: updated to version 1.0.0
* haskell-ghc-syb-utils: updated to version 0.2.1.0
* haskell-darcs: updated to version 2.5.2
svn path=/nixpkgs/trunk/; revision=28449
2011-08-10 00:35:08 +00:00
Lluís Batlle i Rossell
8ec17cf0a0
Updating dwm.
...
svn path=/nixpkgs/trunk/; revision=28137
2011-08-03 09:46:56 +00:00
Andres Löh
7a53f9fdbb
Added extra deps to xmonad-extras to enable some modules.
...
svn path=/nixpkgs/trunk/; revision=27537
2011-06-24 08:29:36 +00:00
Andres Löh
a0982e02fd
Added xmonads-extra (thanks to chaoflow).
...
svn path=/nixpkgs/trunk/; revision=27534
2011-06-23 18:35:24 +00:00
Michael Raskin
39dc794d4a
Fix JWM build
...
svn path=/nixpkgs/trunk/; revision=26404
2011-03-17 19:21:26 +00:00
Eelco Dolstra
3e3eac2e30
* Sync with the trunk.
...
svn path=/nixpkgs/branches/x-updates/; revision=26303
2011-03-14 18:26:46 +00:00
Eelco Dolstra
440c82b96f
* Fix the ratpoison build ( http://hydra.nixos.org/build/915825 ).
...
svn path=/nixpkgs/branches/x-updates/; revision=26296
2011-03-14 10:25:26 +00:00
Eelco Dolstra
aaecb6430b
* Fix Compiz build failure with recent GTK+
...
(http://hydra.nixos.org/build/955799 ).
svn path=/nixpkgs/branches/x-updates/; revision=26295
2011-03-14 10:07:33 +00:00
Andres Löh
3e0ac9b040
Major Haskell packages overhaul.
...
Several changes, some highlights:
* Structure of haskell-packages.nix updated. It's now easier to
select different default versions of packages for different
versions of GHC.
* GHC 7.0.2 is now default.
* Haskell Platform 2011.2.0.0 has been added and is now default.
* Several packages have been updated
(gtk2hs, gitit, xmonad, darcs, ...).
* Some old packages have been removed.
svn path=/nixpkgs/trunk/; revision=26288
2011-03-12 17:28:15 +00:00
Eelco Dolstra
cc3d1e1c09
* Sync with trunk.
...
svn path=/nixpkgs/branches/x-updates/; revision=26243
2011-03-10 08:48:14 +00:00
Lluís Batlle i Rossell
134c00b471
Fixing the build of awesome with cmake 2.8.4.
...
svn path=/nixpkgs/trunk/; revision=26207
2011-03-08 14:07:11 +00:00
Eelco Dolstra
7d44982534
* icewm: explicitly link against fontconfig.
...
svn path=/nixpkgs/branches/x-updates/; revision=26008
2011-02-17 11:51:29 +00:00
Peter Simons
7689a5d7a7
pkgs/applications/window-managers/ratpoison: added dependency on perl, which is required by rpws
...
svn path=/nixpkgs/trunk/; revision=25761
2011-02-02 13:58:18 +00:00
Lluís Batlle i Rossell
53ceebc3d3
Updating awesome (patch by Carles Pagès)
...
svn path=/nixpkgs/trunk/; revision=25652
2011-01-21 08:24:41 +00:00
Eelco Dolstra
aa6f43149a
* Sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=25308
2010-12-28 16:42:00 +00:00
Alexander Tsamutali
b2ac724cd6
xmonad-contrib: Now depends on X11Xft.
...
svn path=/nixpkgs/trunk/; revision=25299
2010-12-27 20:50:27 +00:00
Lluís Batlle i Rossell
ee04ffcb55
Updating from trunk. I resolved simple conflicts.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=25061
2010-12-11 12:47:00 +00:00
Evgeny Egorochkin
51492e5533
openbox: packaged. Patch by rixed@happyleptic.org.
...
svn path=/nixpkgs/trunk/; revision=24902
2010-11-28 10:07:49 +00:00
Lluís Batlle i Rossell
8746de3ae8
Updating from trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24674
2010-11-11 22:18:14 +00:00
Michael Raskin
eb2a953bc3
Fix missing descriptions
...
svn path=/nixpkgs/trunk/; revision=24596
2010-11-04 10:47:24 +00:00
Michael Raskin
2db7a9dfbd
Add stalonetray
...
svn path=/nixpkgs/trunk/; revision=24595
2010-11-04 08:28:24 +00:00
Michael Raskin
11616a2213
Update fbpanel
...
svn path=/nixpkgs/trunk/; revision=24589
2010-11-03 21:57:42 +00:00
Lluís Batlle i Rossell
6dc839d344
Merging from trunk. I resolved some conflicts; I hope that well.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24429
2010-10-23 14:52:21 +00:00
Eelco Dolstra
2677562f8c
* Remove Compiz Fusion (obsolete).
...
svn path=/nixpkgs/trunk/; revision=24414
2010-10-22 11:00:02 +00:00
Eelco Dolstra
3ac4025945
* Add some packages to the channel.
...
svn path=/nixpkgs/trunk/; revision=24397
2010-10-21 11:18:30 +00:00
Eelco Dolstra
23914238d1
* compiz-plugins-extra: Wrote a patch to add "centered maxpect"
...
scaling mode for background images (as in KDE), i.e., scale the
image to the maximum size while preserving its aspect ratio.
svn path=/nixpkgs/trunk/; revision=24394
2010-10-20 23:16:51 +00:00
Eelco Dolstra
f58a799695
* Updated Compiz to 0.8.6 (replacing the old Compiz and Compiz Fusion
...
expressions). Also added patches to allow Compiz and ccsm to find
plugins installed outside of its prefix.
svn path=/nixpkgs/trunk/; revision=24373
2010-10-19 23:22:24 +00:00
Lluís Batlle i Rossell
fca582bff0
Updating from trunk. I had to resolve the pcre and some stdenv2 in all-packages
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24155
2010-10-07 21:21:31 +00:00
Lluís Batlle i Rossell
3b018566d6
Update awesome (patch by Carles Pagès)
...
svn path=/nixpkgs/trunk/; revision=24108
2010-10-06 11:02:18 +00:00
Lluís Batlle i Rossell
cd4b54748a
Updating from trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24038
2010-10-03 09:25:34 +00:00
Yury G. Kudryashov
76b211a81f
More homepages
...
svn path=/nixpkgs/trunk/; revision=23973
2010-09-27 18:41:59 +00:00
Lluís Batlle i Rossell
2c5de61327
Updating from trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23840
2010-09-17 19:10:21 +00:00
Lluís Batlle i Rossell
08a4373125
Bump awesome.
...
(patch by Carles Pagès)
svn path=/nixpkgs/trunk/; revision=23667
2010-09-07 12:52:30 +00:00
Lluís Batlle i Rossell
488d9103a7
Updating icewm (so yes, gtk included gdk_pixbuf. Thank you niksnut!)
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23603
2010-09-02 19:30:20 +00:00
Lluís Batlle i Rossell
cd8cd01bad
Updating icewm and trying to make it build on mips
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23581
2010-09-01 08:36:46 +00:00
Michael Raskin
d53af6407c
Fix changed patch hash (checked new page)
...
svn path=/nixpkgs/trunk/; revision=23522
2010-08-29 20:10:39 +00:00
Michael Raskin
1d067af2ec
Update StumpWM
...
svn path=/nixpkgs/trunk/; revision=23374
2010-08-23 19:31:28 +00:00
Lluís Batlle i Rossell
a6aae3bc6d
Adding the matchbox window manager
...
svn path=/nixpkgs/trunk/; revision=23076
2010-08-09 22:40:51 +00:00
Lluís Batlle i Rossell
7dfbad8c44
Updating awesome (tab completion did not work with the xorg server 1.8; let's see
...
if it works now)
svn path=/nixpkgs/trunk/; revision=22951
2010-08-04 15:48:05 +00:00