hyprcursor: remove all-packages.nix definition
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
gcc15Stdenv,
|
||||
fetchFromGitHub,
|
||||
cmake,
|
||||
pkg-config,
|
||||
@@ -12,7 +12,7 @@
|
||||
tomlplusplus,
|
||||
nix-update-script,
|
||||
}:
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
gcc15Stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "hyprcursor";
|
||||
version = "0.1.13";
|
||||
|
||||
|
||||
@@ -1990,10 +1990,6 @@ with pkgs;
|
||||
stdenv = gcc15Stdenv;
|
||||
};
|
||||
|
||||
hyprcursor = callPackage ../by-name/hy/hyprcursor/package.nix {
|
||||
stdenv = gcc15Stdenv;
|
||||
};
|
||||
|
||||
hyprgraphics = callPackage ../by-name/hy/hyprgraphics/package.nix {
|
||||
stdenv = gcc15Stdenv;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user