forked from mirrors/nixpkgs
owl-compositor: fix pname conflict with owl
This commit is contained in:
parent
043ee4bc81
commit
4a2cbfd0e5
|
@ -15,7 +15,7 @@ let
|
|||
mkDerivation = if stdenv.isDarwin then stdenv.mkDerivation else gnustep.gsmakeDerivation;
|
||||
in
|
||||
mkDerivation {
|
||||
pname = "owl";
|
||||
pname = "owl-compositor";
|
||||
version = "unstable-2021-11-10";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
|
Loading…
Reference in a new issue