hyprcursor: remove all-packages.nix definition

This commit is contained in:
Michael Daniels
2025-12-10 20:29:21 -05:00
parent 8e9dc1f3ac
commit dcf9478afd
2 changed files with 2 additions and 6 deletions
+2 -2
View File
@@ -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";
-4
View File
@@ -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;
};