dockapps: move to windowmaker
This commit is contained in:
parent
1c4fbeffba
commit
64fc30778c
2 changed files with 6 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
, stdenv
|
||||
, fetchFromRepoOrCz
|
||||
, autoreconfHook
|
||||
, callPackage
|
||||
, pkg-config
|
||||
, imagemagick
|
||||
, libX11
|
||||
|
@ -62,6 +63,10 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
"--with-x"
|
||||
];
|
||||
|
||||
passthru = {
|
||||
dockapps = callPackage ./dockapps { };
|
||||
};
|
||||
|
||||
meta = {
|
||||
homepage = "http://windowmaker.org/";
|
||||
description = "NeXTSTEP-like window manager";
|
||||
|
|
|
@ -36483,7 +36483,7 @@ with pkgs;
|
|||
|
||||
windowlab = callPackage ../applications/window-managers/windowlab { };
|
||||
|
||||
dockapps = callPackage ../by-name/wi/windowmaker/dockapps { };
|
||||
inherit (windowmaker) dockapps;
|
||||
|
||||
wily = callPackage ../applications/editors/wily { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue