Ertugrul Söylemez
7be040cdcb
maintainers: ertes: New temporary email address.
2014-04-11 21:17:22 +02:00
Luca Bruno
a3115707dd
Add environment.gnome3.excludePackages
...
Give the user a full desktop, and the possibility to exclude
non-base packages from the default list of packages.
2014-04-09 00:36:53 +02:00
Shea Levy
ea9c8d6a13
Merge branch 'rippled' of git://github.com/ehmry/nixpkgs
...
rippled: initial pkg and module expressions
Had to change the rippled uid.
Conflicts:
nixos/modules/misc/ids.nix
2014-04-05 14:23:29 -04:00
Eelco Dolstra
0469f92faf
Bring back mkOrder
2014-03-30 20:35:25 +02:00
Eelco Dolstra
aaf01268ff
Revert "slim: remove duplicate code"
...
This reverts commit f7d5e83abb
. It
breaks the Firefox and Xfce tests:
in job ‘tests.firefox.x86_64-linux’:
cannot coerce a boolean to a string
in job ‘tests.xfce.x86_64-linux’:
infinite recursion encountered
2014-03-30 17:06:01 +02:00
Emery Hemingway
6c77690b28
rippled: initial pkg and module expressions
...
rippled is the Ripple P2P payment network reference server
https://ripple.com
2014-03-29 15:31:37 -04:00
Maxim Ivanov
f949a71aac
add libmsgpack C/C++ library ( close #2059 )
2014-03-29 14:38:53 +01:00
Shea Levy
63f97fe9db
Merge branch 'slim_fix' of git://github.com/jagajaga/nixpkgs
...
add normal theme support for slim and slimlock
2014-03-29 00:17:52 -04:00
Shea Levy
8a15cfdaec
Merge branch 'mps' of git://github.com/thoughtpolice/nixpkgs
...
Add mps 1.113.0, fix usage of Sleepycat license
2014-03-28 23:03:20 -04:00
_1126
34301c89e1
ncmcp: New expression
2014-03-26 12:15:01 +01:00
Shea Levy
97a733ae57
Merge branch 'submit/sloane' of git://github.com/akc/nixpkgs
...
Add sloane -- a command line interface to OEIS
2014-03-26 02:42:22 -04:00
Austin Seipp
023464f13f
licenses: add Sleepycat Public License
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-03-24 19:58:11 -05:00
Shea Levy
fc0ea57efc
Merge branch 'misc-gvolicon' of git://github.com/bennofs/nixpkgs
...
new expression: gvolicon
2014-03-22 20:56:00 -04:00
Benno Fünfstück
3f2b74bf08
new expression: gvolicon
2014-03-22 12:50:45 +01:00
AndersonTorres
f7498e5a7e
Adding info about maintainer (myself - AndersonTorres) and modifying the meta.license field for some packages I have made.
2014-03-22 01:12:48 -03:00
Anders Claesson
ac3de98f07
Add sloane -- a command line interface to OEIS.
2014-03-18 14:37:56 +00:00
Shea Levy
dddb4f45e9
Merge branch 'pr-wqy' of git://github.com/PkmX/nixpkgs
...
Bump wqy-zenhei font to the latest version and add wqy-microhei
2014-03-15 13:22:31 -04:00
Domen Kozar
059e8e179b
set all licenses to be attributes (and wait for Nix 1.7)
2014-03-12 21:20:43 +01:00
Arseniy Seroka
f7d5e83abb
slim: remove duplicate code
2014-03-11 16:27:27 +04:00
Domen Kožar
2de56d103c
Merge pull request #1837 from falsifian/apt-offline
...
apt-offline: offline APT package manager
2014-03-10 21:39:43 +01:00
Eelco Dolstra
e167cf9f21
Make appendToName do the right thing
...
I.e. append a suffix *before* the version, rather than after. So we
get "sqlite-interactive-3.8.0.2" instead of
"sqlite-3.8.0.2-interactive". The latter is broken since nix-env just
sees it the suffix as part of the version, so "nix-env -u" will
happily upgrade "sqlite-3.8.0.2-interactive" to "sqlite-3.9".
2014-03-10 15:01:56 +01:00
José Romildo Malaquias
ab75d0fd77
Add romildo to maintainers list
2014-03-07 21:52:36 +01:00
Thomas Tuegel
9fab4366bf
Add ttuegel to maintainers list
2014-03-07 14:49:48 +01:00
Eelco Dolstra
ebe57b1ac8
Remove lib.typeOf
...
It clashes with builtins.typeOf.
2014-02-27 21:27:29 +01:00
Matthew Sackman
5e09175765
add serfdom ( close #1672 )
2014-02-27 19:18:28 +01:00
James Cook
2294553cb1
apt-offline: offline APT package manager
2014-02-25 21:33:51 -08:00
Ricardo M. Correia
6554a490f6
gradm, pax-utils, paxctl: Add myself as a maintainer
2014-02-22 20:17:00 +01:00
cillianderoiste
f47d6a1314
Merge pull request #1792 from larkery/davmail-and-lxappearance
...
Add lxappearance and davmail
2014-02-20 23:08:04 +01:00
Shea Levy
83c98e4dd6
loaOf: Allow merging definitions from a list into other definitions IFF there is a name attribute
2014-02-20 10:40:49 -05:00
Tom Hinton
f6ba040bdc
Add me to maintainers list
...
Add a derivation for davmail
Add a derivation for lxappearance
Add both new derivations to all-packages
2014-02-20 09:49:50 +00:00
Eelco Dolstra
4a91cfd32b
Add a global variable ‘inNixShell’
...
This is primarily useful in Nix expressions that are also intended to
be used by nix-shell. It allows saying things like:
buildInputs = [ ... ] ++ (if inNixShell then [ emacs ] else [ ]);
This should not be used in Nixpkgs (since the question of what
constitutes a useful nix-shell environment is very subjective).
2014-02-19 19:03:16 +01:00
Eelco Dolstra
484403bf0e
Add a constant ‘nixpkgsVersion’
...
This makes it a bit easier to find out the current Nixpkgs version,
e.g.
$ nix-instantiate --eval '<nixpkgs>' -A lib.nixpkgsVersion
"14.02.35657.66f51a9"
2014-02-19 19:03:16 +01:00
Austin Seipp
fb2d903a63
Add myself to the maintainers list.
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-02-18 04:36:00 -06:00
Domen Kožar
3f3a3ec24c
Merge pull request #1755 from lethalman/baobab
...
baobab: new package
2014-02-15 22:32:31 +01:00
Luca Bruno
402c1d582e
baobab: new package
...
Graphical application to analyse disk usage in any Gnome environment.
https://wiki.gnome.org/Apps/Baobab
2014-02-15 22:21:06 +01:00
Shea Levy
c8f1a6ac1e
Revert "Add nixosSubmodule option type"
...
Moving recent types work to a separate branch for now
This reverts commit ca1c5cfa8f
.
2014-02-13 12:10:50 -05:00
Shea Levy
4fd825cc94
Revert "Add option type for a submodule with extra arguments"
...
Moving recent types work to a separate branch for now
This reverts commit 8764758044
.
2014-02-13 12:10:50 -05:00
Shea Levy
220654e205
Revert "Add heterogeneousAttrsOf option type"
...
Moving recent types work to a separate branch for now
This reverts commit 3f70dabad3
.
2014-02-13 12:10:50 -05:00
PkmX
5181713002
Add myself to maintainers and metadata to wqy-*.
2014-02-12 11:32:00 +08:00
cillianderoiste
c75ce202e6
Merge pull request #1570 from rszibele/scite
...
Added SciTE 3.3.7.
2014-02-12 01:39:40 +01:00
Shea Levy
3f70dabad3
Add heterogeneousAttrsOf option type
...
It is parameterized by a function that takes a name and evaluates to the
option type for the attribute of that name. Together with
submoduleWithExtraArgs, this subsumes nixosSubmodule.
2014-02-11 14:59:24 -05:00
Shea Levy
8764758044
Add option type for a submodule with extra arguments
2014-02-11 14:39:46 -05:00
Shea Levy
ca1c5cfa8f
Add nixosSubmodule option type
...
Since NixOS modules expect special arguments, use a hack to provide them
2014-02-11 14:21:34 -05:00
Shea Levy
2deb26bd4a
Pass lib to modules
...
Since mkOption, types, etc. are defined there, lib is really part of the interface
2014-02-11 13:51:54 -05:00
Shea Levy
84a7a09bc8
Try to improve naming of list elements in loaOf types
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-02-08 15:20:25 -05:00
Eelco Dolstra
de9ed78ab2
cleanSources: Filter *.o and *.so
2014-02-06 12:30:26 +01:00
Eelco Dolstra
34638ebc1e
cleanSource: Support Mercurial
2014-02-03 23:44:11 +01:00
Jaka Hudoklin
2778c00bfe
amdadl-sdk: set license to unfree ( close #1647 )
...
We cannot auto build amdadl-sdk on hydra, so setting license to unfree disable
auto builds. I also remove amdadl license, because it's irrelevant.
vcunat changed string license to attribute.
2014-01-31 18:39:21 +01:00
Linquize
c27148d650
Add libcangjie
2014-01-30 17:33:34 +01:00
Moritz Maxeiner
b0d2f0e3f0
Add myself as a maintainer for ykpers and libyubikey
2014-01-29 18:05:17 +01:00