quartz-wm: move to by-name
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
clangStdenv,
|
||||
fetchgit,
|
||||
autoreconfHook,
|
||||
pixman,
|
||||
@@ -13,7 +13,7 @@
|
||||
libXext,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
clangStdenv.mkDerivation (finalAttrs: {
|
||||
pname = "quartz-wm";
|
||||
version = "1.3.2";
|
||||
|
||||
@@ -9426,10 +9426,6 @@ with pkgs;
|
||||
|
||||
virtualenv-clone = with python3Packages; toPythonApplication virtualenv-clone;
|
||||
|
||||
quartz-wm = callPackage ../servers/x11/quartz-wm {
|
||||
stdenv = clangStdenv;
|
||||
};
|
||||
|
||||
xorg =
|
||||
let
|
||||
# Use `lib.callPackageWith __splicedPackages` rather than plain `callPackage`
|
||||
|
||||
Reference in New Issue
Block a user