libfakexinerama: rename from libfakeXinerama
rename to lowercase to fit package naming conventions
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "libfakeXinerama";
|
||||
pname = "libfakexinerama";
|
||||
version = "0.1.0";
|
||||
|
||||
src = fetchurl {
|
||||
@@ -18,7 +18,7 @@
|
||||
gst_all_1,
|
||||
gtk3,
|
||||
libappindicator,
|
||||
libfakeXinerama,
|
||||
libfakexinerama,
|
||||
librsvg,
|
||||
libvpx,
|
||||
libwebp,
|
||||
@@ -250,7 +250,7 @@ effectiveBuildPythonApplication rec {
|
||||
--set XPRA_COMMAND "$out/bin/xpra"
|
||||
--set XPRA_XKB_CONFIG_ROOT "${xkeyboard-config}/share/X11/xkb"
|
||||
--set XORG_CONFIG_PREFIX ""
|
||||
--prefix LD_LIBRARY_PATH : ${libfakeXinerama}/lib
|
||||
--prefix LD_LIBRARY_PATH : ${libfakexinerama}/lib
|
||||
--prefix PATH : ${
|
||||
lib.makeBinPath [
|
||||
getopt
|
||||
|
||||
@@ -974,6 +974,7 @@ mapAliases {
|
||||
libdevil-nox = throw "libdevil has been removed, as it was unmaintained in Nixpkgs and upstream since 2017"; # Added 2025-09-16
|
||||
libdwarf-lite = throw "`libdwarf-lite` has been replaced by `libdwarf` as it's mostly a mirror"; # Added 2025-06-16
|
||||
libevdevplus = throw "'libevdevplus' has been removed, as it was unmaintained upstream since 2021, no longer builds, and is no longer used by anything"; # Added 2025-11-02
|
||||
libfakeXinerama = warnAlias "'libfakeXinerama' has been renamed to 'libfakexinerama'" libfakexinerama; # Added 2026-02-08
|
||||
libfprint-focaltech-2808-a658 = throw "'libfprint-focaltech-2808-a658' has been removed as it was broken and upstream was taken down"; # Added 2025-11-04
|
||||
libfpx = throw "libfpx has been removed as it was unmaintained in Nixpkgs and had known vulnerabilities"; # Added 2025-05-20
|
||||
libFS = libfs; # Added 2026-02-04
|
||||
|
||||
Reference in New Issue
Block a user