Merge pull request #227955 from wegank/owl-compositor-pname

owl-compositor: fix pname conflict with owl

authored by

Weijia Wang and committed by
GitHub
af26893f 7812abd3

+1 -1
+1 -1
pkgs/applications/window-managers/owl/default.nix
··· 15 15 mkDerivation = if stdenv.isDarwin then stdenv.mkDerivation else gnustep.gsmakeDerivation; 16 16 in 17 17 mkDerivation { 18 - pname = "owl"; 18 + pname = "owl-compositor"; 19 19 version = "unstable-2021-11-10"; 20 20 21 21 src = fetchFromGitHub {