3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

23609 commits

Author SHA1 Message Date
Eelco Dolstra 8cc94dc652 ov511: Remove
This is very obsolete (last updated for Linux 2.6.0-test4).
2013-01-28 18:31:18 +01:00
Eelco Dolstra 424d695cd8 xfig: Use the default gcc 2013-01-28 18:31:18 +01:00
Eelco Dolstra 24420373f4 modutils: Remove
This package is long obsolete.
2013-01-28 18:31:18 +01:00
Eelco Dolstra f7cc884de4 gwt: Remove obsolete version 2013-01-28 18:31:17 +01:00
Eelco Dolstra 6930efd1e5 openjade: Use default gcc 2013-01-28 18:31:17 +01:00
Peter Simons b5ce83d38d ledger-2.6.3: update the location of the source code tarball some more
I found the original tarball at a different URL. This one doesn't
require Autoconf et al to compile.
2013-01-28 18:05:54 +01:00
Peter Simons bb7a5a1a9e ledger-2.6.3: update location of the source code tarball
The source code tarball we used to rely on has disappeared.
2013-01-28 18:00:11 +01:00
Eelco Dolstra ecee1be7f1 RealPlayer: Remove
This package hasn't built in ages, is unfree, and is not needed
anymore.
2013-01-28 16:31:23 +01:00
Eelco Dolstra d8f37cdf9a gdb: Update to 7.5.1 2013-01-28 15:47:22 +01:00
Eelco Dolstra d56325696a skype: Enable PulseAudio by default
I didn't see any 100% CPU problem.
2013-01-28 15:07:35 +01:00
Eelco Dolstra 427b8cacf3 Add very hacky script to generate Perl packages
Given the name of Perl module, this script will download the package
containing the module from CPAN, determine its dependencies, and print
a Nix expression suitable for inclusion in perl-packages.nix on
stdout.

Example:

$ ./maintainers/scripts/generate-cpan-package DBIx::Class
  DBIxClass = buildPerlPackage {
    name = "DBIx-Class-0.08205";
    src = fetchurl {
      url = mirror://cpan/authors/id/F/FR/FREW/DBIx-Class-0.08205.tar.gz;
      sha256 = "16iyrfvwf4y94wxpwlla131grdf10z4xx9q9s6jsi39ycaxdaj6l";
    };
    buildInputs = [ DBDSQLite PackageStash TestException TestWarn ];
    propagatedBuildInputs = [ ClassAccessorGrouped ClassC3Componentised ClassInspector ConfigAny ContextPreserve DataCompare DataDumperConcise DataPage DBI DevelGlobalDestruction HashMerge ModuleFind Moo MROCompat namespaceclean PathClass ScopeGuard SQLAbstract SubName TryTiny ];
    meta = {
      homepage = http://www.dbix-class.org/;
      description = "Extensible and flexible object <-> relational mapper.";
      license = "perl";
    };
  };
2013-01-28 12:11:32 +01:00
Eelco Dolstra 201f64b20a Remove dots at end of meta.description 2013-01-28 11:59:49 +01:00
Eelco Dolstra 19665a7483 Add meta attributes 2013-01-28 11:59:28 +01:00
Shea Levy 2afdaf0e82 Linux 3.7.5 2013-01-28 00:12:35 -05:00
Shea Levy 4bf80b462d Linux 3.4.28 2013-01-28 00:12:24 -05:00
Song Wenwu 9f7cc1bfb3 add fcitx-4.2.7 2013-01-28 11:35:03 +08:00
Aristid Breitkreuz d596180cf8 use alsa-oss layer for minecraft 2013-01-28 02:58:47 +01:00
Aristid Breitkreuz 4534699938 add alsa oss emulation 2013-01-28 02:49:49 +01:00
Shea Levy 3b34b3610e Add clojureUnstable (clojure 1.5.0-RC1).
Patch thanks to Patrick Lee.
2013-01-27 20:43:38 -05:00
Shea Levy 6ce14a6729 leiningen: Update to 2.0.0.
Patch thanks to Patrick Lee.
2013-01-27 20:38:32 -05:00
Shea Levy 9ac6c53cbf lib.licenses.proprietary is definitely unfree 2013-01-27 18:36:54 -05:00
viric 111a6c23f8 Merge pull request #245 from maggesi/blcr-update
Update BLCR to version 0.8.5 Beta 3.
2013-01-27 12:40:54 -08:00
viric 39fa2f72ab Merge pull request #253 from rickynils/fscache
linux 3.2-3.7: enable NFS_FSCACHE and CIFS_FSCACHE
2013-01-27 12:39:25 -08:00
viric 0a8f2e084f Merge pull request #260 from jcumming/vessel.121213
Vessel.121213
2013-01-27 12:38:08 -08:00
viric 336d92973d Merge pull request #280 from aristidb/master
Make Screen read the configuration from /etc/screenrc
2013-01-27 12:28:15 -08:00
Aristid Breitkreuz 8ade26c373 pull screenrc configuration from /etc/screenrc 2013-01-27 20:21:49 +01:00
Lluís Batlle i Rossell dd3c83a5ff Updating perl packages NetSSLeay and IOSocketSSL. Upstream removed the old versions 2013-01-27 15:39:11 +01:00
Lluis Batlle 0353c08d38 uboot: updating the default uboot to 2012.07
This is what I use in the sheevplug, with the provided patches.
The old sheevaplug uboot doesn't understand ubifs.
2013-01-27 15:38:39 +01:00
viric 83366b484f Merge pull request #278 from vcunat/vlada/ufoai-notg
Update ufo-ai
2013-01-27 03:40:03 -08:00
Vladimír Čunát 46dd0485f5 Update ufoai to 2.4, clean dependencies and the expression. 2013-01-26 23:36:42 +01:00
Peter Simons bff4b06640 youtube-dl: enable builds by Hydra on Linux and Darwin
youtube-dl is a very short script, but it depends on Pandoc to generate its
documentation, and Pandoc is fairly expensive to build (or download). Offering
binary packages of youtube-dl for Hydra users should remedy the need to install
Pandoc.
2013-01-26 11:59:49 +01:00
Peter Simons 0d141e23a1 haskell-lens: update to version 3.8.2 2013-01-25 14:54:29 +01:00
Peter Simons 1ccfaad525 haskell-diagrams-contrib: update to version 0.6.0.2 2013-01-25 14:54:28 +01:00
Peter Simons 3395d065ee haskell-cpphs: update to version 1.16 2013-01-25 14:52:04 +01:00
Peter Simons 8db11ef402 haskell-hlint: update to version 1.8.42 2013-01-25 14:52:04 +01:00
Peter Simons 7aa6680ecb haskell-cabal2nix: update to version 1.43 2013-01-25 14:52:04 +01:00
Peter Simons ce2423a6e7 haskell-BNFC: update to version 2.6.0.3 2013-01-25 14:52:04 +01:00
Peter Simons c99a6a35fd haskell-zlib-bindings: update to version 0.1.1.3 2013-01-25 14:52:04 +01:00
Peter Simons 89bfaeb94d haskell-pandoc: update to version 1.10.0.5 2013-01-25 14:52:04 +01:00
Peter Simons 46b5d58235 haskell-logict: update to version 0.6 2013-01-25 14:52:04 +01:00
Peter Simons 492d811123 haskell-hakyll: update to version 4.1.2.1 2013-01-25 14:52:04 +01:00
Peter Simons 529083531f haskell-digestive-functors: update to version 0.6.0.0 2013-01-25 14:52:04 +01:00
Peter Simons ac2cff539d haskell-digestive-functors-snap: update to version 0.6.0.0 2013-01-25 14:52:04 +01:00
Peter Simons b769059946 haskell-digestive-functors-heist: update to version 0.6.0.0 2013-01-25 14:52:03 +01:00
Peter Simons ce7db4b862 haskell-citeproc-hs: update to version 0.3.7 2013-01-25 14:52:03 +01:00
Peter Simons 06eced487a haskell-ansi-wl-pprint: update to version 0.6.6 2013-01-25 14:52:03 +01:00
Peter Simons 750b5d3d65 haskell-ansi-terminal: update to version 0.6 2013-01-25 14:52:03 +01:00
Peter Simons c941ab98a7 haskell-idris: update to version 0.9.6 2013-01-25 14:52:03 +01:00
Peter Simons 45a0d65bce haskell-mpppc: jailbreak to support recent versions of ansi-terminal 2013-01-25 14:16:48 +01:00
Peter Simons 1b0456c28b haskell-hspec: jailbreak to support recent versions of ansi-terminal 2013-01-25 14:16:36 +01:00