forked from mirrors/nixpkgs
Merge remote-tracking branch 'upstream/master' into master.upstream
This commit is contained in:
commit
4ead61ca39
|
@ -44,7 +44,6 @@ let
|
|||
"mod_flv_streaming"
|
||||
"mod_magnet"
|
||||
"mod_mysql_vhost"
|
||||
"mod_rewrite"
|
||||
"mod_scgi"
|
||||
"mod_setenv"
|
||||
"mod_trigger_b4_dl"
|
||||
|
|
|
@ -75,5 +75,6 @@ stdenv.mkDerivation rec {
|
|||
description = "A tool to handle hotkeys on Apple laptop keyboards";
|
||||
homepage = http://www.technologeek.org/projects/pommed/index.html;
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
broken = true; # hash changed, and it's quite suspicious
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue